Re: [dpdk-dev] [PATCH v2 1/5] lib: distributor performance enhancements

2016-12-22 Thread Hunt, David
Thanks for the review, Jerin, I very much appreciate it. I'll address all the minor comments, and I've a comment or two on the remaining changes below. On 22/12/2016 12:47 PM, Jerin Jacob wrote: On Thu, Dec 22, 2016 at 04:37:04AM +, David Hunt wrote: --snip-- + + /* set the

Re: [dpdk-dev] [PATCH v2 1/5] lib: distributor performance enhancements

2016-12-22 Thread Jerin Jacob
On Thu, Dec 22, 2016 at 04:37:04AM +, David Hunt wrote: > Now sends bursts of up to 8 mbufs to each worker, and tracks > the in-flight flow-ids (atomic scheduling) > > New file with a new api, similar to the old API except with _burst > at the end of the function names > > Signed-off-by: Davi

[dpdk-dev] [PATCH v2 1/5] lib: distributor performance enhancements

2016-12-22 Thread David Hunt
Now sends bursts of up to 8 mbufs to each worker, and tracks the in-flight flow-ids (atomic scheduling) New file with a new api, similar to the old API except with _burst at the end of the function names Signed-off-by: David Hunt --- lib/librte_distributor/Makefile| 2 + lib/l