Re: [dpdk-dev] [PATCH v1 06/14] ring: remove watermark support

2017-03-01 Thread Bruce Richardson
On Wed, Mar 01, 2017 at 11:34:57AM +0100, Olivier Matz wrote: > On Thu, 23 Feb 2017 17:23:59 +, Bruce Richardson > wrote: > > Remove the watermark support. A future commit will add support for having > > enqueue functions return the amount of free space in the ring, which will > > allow appli

Re: [dpdk-dev] [PATCH v1 06/14] ring: remove watermark support

2017-03-01 Thread Olivier Matz
On Thu, 23 Feb 2017 17:23:59 +, Bruce Richardson wrote: > Remove the watermark support. A future commit will add support for having > enqueue functions return the amount of free space in the ring, which will > allow applications to implement their own watermark checks, while also > being more

[dpdk-dev] [PATCH v1 06/14] ring: remove watermark support

2017-02-23 Thread Bruce Richardson
Remove the watermark support. A future commit will add support for having enqueue functions return the amount of free space in the ring, which will allow applications to implement their own watermark checks, while also being more useful to the app. Signed-off-by: Bruce Richardson --- app/test/co