Re: [dpdk-dev] [PATCH v4 1/6] lib: distributor performance enhancements

2017-01-19 Thread Hunt, David
On 13/1/2017 3:19 PM, Bruce Richardson wrote: On Mon, Jan 09, 2017 at 07:50:43AM +, 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 th

Re: [dpdk-dev] [PATCH v4 1/6] lib: distributor performance enhancements

2017-01-19 Thread Hunt, David
Thanks for the comments Bruce. Addressed below. On 16/1/2017 4:36 PM, Bruce Richardson wrote: On Mon, Jan 09, 2017 at 07:50:43AM +, 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

Re: [dpdk-dev] [PATCH v4 1/6] lib: distributor performance enhancements

2017-01-16 Thread Bruce Richardson
On Mon, Jan 09, 2017 at 07:50:43AM +, 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 > Can you explain why t

Re: [dpdk-dev] [PATCH v4 1/6] lib: distributor performance enhancements

2017-01-13 Thread Bruce Richardson
On Mon, Jan 09, 2017 at 07:50:43AM +, 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 v4 1/6] lib: distributor performance enhancements

2017-01-09 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 + l