[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410852209-1456-1-git-send-email-pshelar@nicira.com>
Date: Tue, 16 Sep 2014 00:23:29 -0700
From: Pravin B Shelar <pshelar@...ira.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: [GIT net-next v3] Open vSwitch
Following patches adds recirculation and hash action to OVS.
First patch removes pointer to stack object. Next three patches
does code restructuring which is required for last patch.
Recirculation implementation is changed, according to comments from
David Miller, to avoid using recursive calls in OVS. It is using
queue to record recirc action and deferred recirc is executed at
the end of current actions execution.
v1-v2:
Changed subsystem name in subject to openvswitch
v2-v3:
Added patch to remove pkt_key pointer from skb->cb.
----------------------------------------------------------------
The following changes since commit c1f570a6abc192f047550743f9957b617af605af:
net: dsa: fix mii_bus to host_dev replacement (2014-09-15 17:52:48 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git net_next_ovs
for you to fetch changes up to 971427f353f3c42c8dcef62e7124440df68eb809:
openvswitch: Add recirc and hash action. (2014-09-15 23:28:14 -0700)
----------------------------------------------------------------
Andy Zhou (2):
openvswitch: simplify sample action implementation
openvswitch: Add recirc and hash action.
Pravin B Shelar (3):
openvswitch: Remove pkt_key from OVS_CB
openvswitch: refactor ovs flow extract API.
openvswitch: Use tun_key only for egress tunnel path.
include/uapi/linux/openvswitch.h | 26 ++++
net/openvswitch/actions.c | 258 +++++++++++++++++++++++++++++++++------
net/openvswitch/datapath.c | 52 ++++----
net/openvswitch/datapath.h | 23 ++--
net/openvswitch/flow.c | 57 ++++++---
net/openvswitch/flow.h | 10 +-
net/openvswitch/flow_netlink.c | 65 +++++++---
net/openvswitch/flow_netlink.h | 4 +-
net/openvswitch/vport-gre.c | 23 ++--
net/openvswitch/vport-vxlan.c | 21 ++--
net/openvswitch/vport.c | 15 ++-
11 files changed, 428 insertions(+), 126 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists