From: Pravin B Shelar <pshelar@nicira.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org
Subject: [GIT net-next v3] Open vSwitch
Date: Tue, 16 Sep 2014 00:23:29 -0700 [thread overview]
Message-ID: <1410852209-1456-1-git-send-email-pshelar@nicira.com> (raw)
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(-)
next reply other threads:[~2014-09-16 7:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-16 7:23 Pravin B Shelar [this message]
2014-09-16 20:25 ` [GIT net-next v3] Open vSwitch David Miller
-- strict thread matches above, loose matches on Subject: below --
2014-07-16 7:30 Pravin B Shelar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410852209-1456-1-git-send-email-pshelar@nicira.com \
--to=pshelar@nicira.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox