All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next sample action optimization v3 0/4]
@ 2017-03-16 22:48 Andy Zhou
  2017-03-16 22:48 ` [net-next sample action optimization v3 1/4] openvswitch: Deferred fifo API change Andy Zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andy Zhou @ 2017-03-16 22:48 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.

---
v1->v2: Address pravin's comment, Refactor recirc and sample
        to share more common code

v2->v3: Enhace patch 4, add more loigc to the common code

Andy Zhou (4):
  openvswitch: Deferred fifo API change.
  openvswitch: Refactor recirc key allocation.
  openvswitch: Optimize sample action for the clone use cases
  Openvswitch: Refactor sample and recirc actions implementation

 include/uapi/linux/openvswitch.h |  15 +++
 net/openvswitch/actions.c        | 270 ++++++++++++++++++++++-----------------
 net/openvswitch/datapath.h       |   2 -
 net/openvswitch/flow_netlink.c   | 141 +++++++++++++-------
 4 files changed, 262 insertions(+), 166 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-03-20 21:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 22:48 [net-next sample action optimization v3 0/4] Andy Zhou
2017-03-16 22:48 ` [net-next sample action optimization v3 1/4] openvswitch: Deferred fifo API change Andy Zhou
2017-03-16 22:48 ` [net-next sample action optimization v3 2/4] openvswitch: Refactor recirc key allocation Andy Zhou
2017-03-16 22:48 ` [net-next sample action optimization v3 3/4] openvswitch: Optimize sample action for the clone use cases Andy Zhou
2017-03-16 22:48 ` [net-next sample action optimization v3 4/4] Openvswitch: Refactor sample and recirc actions implementation Andy Zhou
2017-03-18 19:22   ` Pravin Shelar
2017-03-20 21:23     ` Andy Zhou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.