Re: [dpdk-dev] [PATCH v6 0/6] distributor library performance enhancements

2017-01-24 Thread Liu, Yong
> Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH v6 0/6] distributor library performance > enhancements

Re: [dpdk-dev] [PATCH v6 0/6] distributor library performance enhancements

2017-01-23 Thread Bruce Richardson
On Mon, Jan 23, 2017 at 09:24:34AM +, David Hunt wrote: > This patch aims to improve the throughput of the distributor library. > > It uses a similar handshake mechanism to the previous version of > the library, in that bits are used to indicate when packets are ready > to be sent to a worker

[dpdk-dev] [PATCH v6 0/6] distributor library performance enhancements

2017-01-23 Thread David Hunt
This patch aims to improve the throughput of the distributor library. It uses a similar handshake mechanism to the previous version of the library, in that bits are used to indicate when packets are ready to be sent to a worker and ready to be returned from a worker. One main difference is that in