Re: [dpdk-dev] [PATCH v11 0/18] distributor lib performance enhancements

2017-03-29 Thread Thomas Monjalon
2017-03-27 15:06, Thomas Monjalon: > 2017-03-20 10:08, David Hunt: > > This patch aims to improve the throughput of the distributor library. > > The patchset compiles, have been reviewed and acked. > > I have only 2 comments that can be addressed without sending a new version. > Let's conclude in

Re: [dpdk-dev] [PATCH v11 0/18] distributor lib performance enhancements

2017-03-27 Thread Thomas Monjalon
2017-03-20 10:08, David Hunt: > This patch aims to improve the throughput of the distributor library. The patchset compiles, have been reviewed and acked. I have only 2 comments that can be addressed without sending a new version. Let's conclude in the commenting mails. Thanks

[dpdk-dev] [PATCH v11 0/18] distributor lib performance enhancements

2017-03-20 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