Re: [ovs-dev] [PATCH v1 2/2] ofproto-dpif-xlate: optimize 100% sampling

2016-12-22 Thread Ben Pfaff
On Thu, Dec 15, 2016 at 08:41:30PM -0800, Benli Ye wrote: > For 100% sampling, no need to use sample action. Just use > userspace action for optimizing. This seems reasonable, thank you. Can you repost this with a Signed-off-by? ___ dev mailing list d..

[ovs-dev] [PATCH v1 2/2] ofproto-dpif-xlate: optimize 100% sampling

2016-12-15 Thread Benli Ye
For 100% sampling, no need to use sample action. Just use userspace action for optimizing. --- ofproto/ofproto-dpif-xlate.c | 26 +- tests/ofproto-dpif.at| 10 +- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/ofproto/ofproto-dpif-xlate.c b