]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ovs-sample-action-optimization'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 18:28:35 +0000 (11:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 18:28:35 +0000 (11:28 -0700)
commit6ff25ee6561e0c40a120294dd47b981ae92688ea
tree2e09db106404e4406ccdca2299b7206a60b6c975
parent6d47e4a825214eaa1769c4e6626aa2297b954beb
parentdee1f5d0adc436d29c7792d9e924019b7271cf69
Merge branch 'ovs-sample-action-optimization'

Andy Zhou says:

====================
net-next sample action optimization v4

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>