Re: [dpdk-dev] [PATCH 0/2] ring: empty optimization

2020-07-01 Thread David Marchand
On Tue, May 19, 2020 at 5:27 PM Morten Brørup wrote: > > Testing if the ring is empty is as simple as comparing the producer and > consumer pointers. > > Checkpatch complains about existing coding style violations, so the first > part of the patch fixes those, and contains no functional changes.

[dpdk-dev] [PATCH 0/2] ring: empty optimization

2020-05-19 Thread Morten Brørup
Testing if the ring is empty is as simple as comparing the producer and consumer pointers. Checkpatch complains about existing coding style violations, so the first part of the patch fixes those, and contains no functional changes. Morten Brørup (2): ring: coding style cleanup ring: empty opt