netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next sample action optimization v4 0/4]
@ 2017-03-20 23:32 Andy Zhou
  2017-03-20 23:32 ` [net-next sample action optimization v4 1/4] openvswitch: Deferred fifo API change Andy Zhou
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andy Zhou @ 2017-03-20 23:32 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.

---
v3->v4: Enhance patch 4.
        Fix two bugs pointed out by Pravin,
        Remove 'is_sample' variable.

v2->v3: Enhance patch 4, Rafctor to move more common logic to clone_execute().

v1->v2: Address Pravin's comment, Refactor recirc and sample
        to share more 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        | 271 ++++++++++++++++++++++-----------------
 net/openvswitch/datapath.h       |   2 -
 net/openvswitch/flow_netlink.c   | 141 +++++++++++++-------
 4 files changed, 263 insertions(+), 166 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-03-22 18:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20 23:32 [net-next sample action optimization v4 0/4] Andy Zhou
2017-03-20 23:32 ` [net-next sample action optimization v4 1/4] openvswitch: Deferred fifo API change Andy Zhou
2017-03-22  5:59   ` Pravin Shelar
2017-03-20 23:32 ` [net-next sample action optimization v4 2/4] openvswitch: Refactor recirc key allocation Andy Zhou
2017-03-20 23:32 ` [net-next sample action optimization v4 3/4] openvswitch: Optimize sample action for the clone use cases Andy Zhou
2017-03-22  5:59   ` Pravin Shelar
2017-03-20 23:32 ` [net-next sample action optimization v4 4/4] Openvswitch: Refactor sample and recirc actions implementation Andy Zhou
2017-03-22  5:59   ` Pravin Shelar
2017-03-22 18:28 ` [net-next sample action optimization v4 0/4] 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).