Re: [ovs-dev] [PATCH v4 1/2] odp-execute : Apply clone action on batch of packets instead of one by one.

2017-03-07 Thread Ben Pfaff
On Thu, Feb 09, 2017 at 03:41:53PM +, Sugesh Chandran wrote: > Clone action is optimized by cloning a batch of packets together instead of > executing independently on every packet in a batch. > > Rebased onto commit: edb417cc256e7d5f02f230867865c8cf7f26e542 > ovs-ofctl:

[ovs-dev] [PATCH v4 1/2] odp-execute : Apply clone action on batch of packets instead of one by one.

2017-02-09 Thread Sugesh Chandran
Clone action is optimized by cloning a batch of packets together instead of executing independently on every packet in a batch. Rebased onto commit: edb417cc256e7d5f02f230867865c8cf7f26e542 ovs-ofctl: fix memory leak reported by valgrind. Signed-off-by: Sugesh Chandran