From: David S. Miller Date: Wed, 22 Mar 2017 18:28:35 +0000 (-0700) Subject: Merge branch 'ovs-sample-action-optimization' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b2a1674aa145c1730acde73f9399539cfd987e90;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- b2a1674aa145c1730acde73f9399539cfd987e90