Re: [dpdk-dev] [PATCH v4 0/8] lib/ring: add zero copy APIs

2020-10-25 Thread Thomas Monjalon
25/10/2020 08:16, David Marchand: > On Sat, Oct 24, 2020 at 6:18 PM Honnappa Nagarahalli > wrote: > > > > Hi David, > > Checkpatch CI is showing "WARNING" on a lot of the patches in this > > series, but it does not list any real warnings. Any idea what is happening? > > I reported it to

Re: [dpdk-dev] [PATCH v4 0/8] lib/ring: add zero copy APIs

2020-10-25 Thread David Marchand
On Sat, Oct 24, 2020 at 6:18 PM Honnappa Nagarahalli wrote: > > Hi David, > Checkpatch CI is showing "WARNING" on a lot of the patches in this > series, but it does not list any real warnings. Any idea what is happening? I reported it to Thomas last night. Thomas has fixed a few things

Re: [dpdk-dev] [PATCH v4 0/8] lib/ring: add zero copy APIs

2020-10-24 Thread Honnappa Nagarahalli
Hi David, Checkpatch CI is showing "WARNING" on a lot of the patches in this series, but it does not list any real warnings. Any idea what is happening? Thanks, Honnappa > -Original Message- > From: Honnappa Nagarahalli > Sent: Saturday, October 24, 2020 11:11 AM > To: dev@dpdk

[dpdk-dev] [PATCH v4 0/8] lib/ring: add zero copy APIs

2020-10-24 Thread Honnappa Nagarahalli
It is pretty common for the DPDK applications to be deployed in semi-pipeline model. In these models, a small number of cores (typically 1) are designated as I/O cores. The I/O cores work on receiving and transmitting packets from the NIC and several packet processing cores. The IO core and the pac