* [GIT net-next v5] Open vSwitch
@ 2014-07-18 5:54 Pravin B Shelar
2014-07-21 4:00 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Pravin B Shelar @ 2014-07-18 5:54 UTC (permalink / raw)
To: davem; +Cc: netdev
Following patches adds three features to OVS
1. Add fairness to upcall processing.
2. Recirculation and Hash action.
3. Enable Tunnel GSO features.
Rest of patches are bug fixes related to patches from same series.
v2 series changes first patch according to comment from Dave Miller.
v3 series changes first patch according to comment from Nikolay Aleksandrov.
v4 series chage recirc patch commit msg.
v5 series resolve conflict with net-next, updated recic action patch.
----------------------------------------------------------------
The following changes since commit da388973d4a15e71cada1219d625b5393c90e5ae:
iw_cxgb4: fix for 64-bit integer division (2014-07-17 16:52:08 -0700)
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 21ee5f99279caddcb24f0df33fbcac05e88dbbff:
openvswitch: Add skb_clone NULL check for the sampling action. (2014-07-17 20:36:54 -0700)
----------------------------------------------------------------
Alex Wang (1):
openvswitch: Allow each vport to have an array of 'port_id's.
Andy Zhou (6):
openvswitch: Add hash action
openvswitch: Add recirc action
openvswitch: Fix key size computation in key_attr_size()
openvswitch: Avoid memory corruption in queue_userspace_packet()
openvswitch: Add skb_clone NULL check in the recirc action.
openvswitch: Add skb_clone NULL check for the sampling action.
Pravin B Shelar (2):
openvswitch: Enable tunnel GSO for OVS bridge.
net: Export xmit_recursion
Simon Horman (2):
openvswitch: Free skb(s) on recirculation error
openvswitch: Sample action without side effects
include/linux/netdev_features.h | 8 +++
include/linux/netdevice.h | 3 +
include/uapi/linux/openvswitch.h | 39 ++++++++++--
net/core/dev.c | 10 +--
net/openvswitch/actions.c | 119 +++++++++++++++++++++++++++++++----
net/openvswitch/datapath.c | 81 +++++++++++++++++-------
net/openvswitch/datapath.h | 8 ++-
net/openvswitch/flow.h | 2 +
net/openvswitch/flow_netlink.c | 43 ++++++++++++-
net/openvswitch/vport-internal_dev.c | 5 +-
net/openvswitch/vport.c | 99 ++++++++++++++++++++++++++++-
net/openvswitch/vport.h | 27 ++++++--
12 files changed, 391 insertions(+), 53 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT net-next v5] Open vSwitch
2014-07-18 5:54 [GIT net-next v5] Open vSwitch Pravin B Shelar
@ 2014-07-21 4:00 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-07-21 4:00 UTC (permalink / raw)
To: pshelar; +Cc: netdev
From: Pravin B Shelar <pshelar@nicira.com>
Date: Thu, 17 Jul 2014 22:54:55 -0700
> Following patches adds three features to OVS
> 1. Add fairness to upcall processing.
> 2. Recirculation and Hash action.
> 3. Enable Tunnel GSO features.
> Rest of patches are bug fixes related to patches from same series.
>
> v2 series changes first patch according to comment from Dave Miller.
> v3 series changes first patch according to comment from Nikolay Aleksandrov.
> v4 series chage recirc patch commit msg.
> v5 series resolve conflict with net-next, updated recic action patch.
Please do not just provide a pull request, post the entire patch
series.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-21 4:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 5:54 [GIT net-next v5] Open vSwitch Pravin B Shelar
2014-07-21 4:00 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).