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

2017-01-23 Thread Bruce Richardson
On Fri, Jan 20, 2017 at 09:18:48AM +, 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. This is to preserve the

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

2017-01-20 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. This is to preserve the original API (and code) for backward compatibility. It uses a simila