netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next sample action optimization 0/3]
@ 2017-03-11  0:51 Andy Zhou
  2017-03-11  0:51 ` [net-next sample action optimization 1/3] openvswitch: Deferred fifo API change Andy Zhou
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Andy Zhou @ 2017-03-11  0:51 UTC (permalink / raw)
  To: netdev; +Cc: joe, pshelar, Andy Zhou

The sample action can be used for translating Openflow 'clone' action.
However its implementation has not been sufficiently optimized for this
use case. This series attempts to close the gap.

Patch 3 commit message has more details on the specific optimizations
implemented.

Andy Zhou (3):
  openvswitch: Deferred fifo API change.
  openvswitch: Refactor recirc key allocation.
  openvswitch: Optimize sample action for the clone use cases

 include/uapi/linux/openvswitch.h |  13 +++
 net/openvswitch/actions.c        | 194 ++++++++++++++++++++++-----------------
 net/openvswitch/datapath.h       |   1 +
 net/openvswitch/flow_netlink.c   | 126 +++++++++++++++++--------
 4 files changed, 213 insertions(+), 121 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-03-14 23:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11  0:51 [net-next sample action optimization 0/3] Andy Zhou
2017-03-11  0:51 ` [net-next sample action optimization 1/3] openvswitch: Deferred fifo API change Andy Zhou
2017-03-11  0:51 ` [net-next sample action optimization 2/3] openvswitch: Refactor recirc key allocation Andy Zhou
2017-03-13 20:32   ` Joe Stringer
2017-03-11  0:51 ` [net-next sample action optimization 3/3] openvswitch: Optimize sample action for the clone use cases Andy Zhou
2017-03-13  7:08   ` Pravin Shelar
2017-03-13 20:14     ` Andy Zhou
2017-03-13 23:39       ` Andy Zhou
2017-03-14  6:20         ` Pravin Shelar
2017-03-14 23:11           ` Andy Zhou
2017-03-14  5:57       ` Pravin Shelar

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).