[ovs-git] [openvswitch/ovs] ad50cb: datapath: Remove flow member from struct ovs_skb_c...

GitHub noreply at github.com
Tue Aug 26 00:59:16 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ad50cb605b24495956b6a7664d379abd3912ed50
      https://github.com/openvswitch/ovs/commit/ad50cb605b24495956b6a7664d379abd3912ed50
  Author: Lorand Jakab <lojakab at cisco.com>
  Date:   2014-08-25 (Mon, 25 Aug 2014)

  Changed paths:
    M datapath/actions.c
    M datapath/datapath.c
    M datapath/datapath.h

  Log Message:
  -----------
  datapath: Remove flow member from struct ovs_skb_cb

struct ovs_skb_cb is full on kernels < 3.11 due to compatibility code.
This patch removes the 'flow' member in order to make room for data
needed by layer 3 flow/port support that will be added in an upcoming
patch.  The 'flow' memeber was chosen for removal because it's only used
in ovs_execute_actions().

Signed-off-by: Lorand Jakab <lojakab at cisco.com>
Acked-by: Pravin B Shelar <pshelar at nicira.com>




More information about the git mailing list