Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop public interface

2020-10-31 Thread McDaniel, Timothy
; > Subject: Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop > public interface > > On Sat, Oct 31, 2020 at 8:19 PM McDaniel, Timothy > wrote: > > I have made the requested changes to doc/api/doxy-api-index.md in DLB and > DLB2 repos, but I still see this

Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop public interface

2020-10-31 Thread David Marchand
On Sat, Oct 31, 2020 at 8:19 PM McDaniel, Timothy wrote: > I have made the requested changes to doc/api/doxy-api-index.md in DLB and > DLB2 repos, but I still see this error: > /home/travis/build/ovsrobot/dpdk/doc/api/doxy-api-index.md:54: error: unable > to resolve reference to `rte_pmd_dlb.h'

Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop public interface

2020-10-31 Thread McDaniel, Timothy
ella ; Neil Horman ; > > dev ; Carrillo, Erik G ; Eads, Gage > > ; Van Haaren, Harry ; > > Jerin Jacob Kollanukkaran ; Thomas Monjalon > > > > Subject: Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop > > public interface > > > > On

Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop public interface

2020-10-31 Thread McDaniel, Timothy
; > Subject: Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop > public interface > > On Sat, Oct 31, 2020 at 3:07 AM Timothy McDaniel > wrote: > > diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md > > index a9c12d1..00f13e2 100644 >

Re: [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop public interface

2020-10-31 Thread David Marchand
On Sat, Oct 31, 2020 at 3:07 AM Timothy McDaniel wrote: > diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md > index a9c12d1..00f13e2 100644 > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -52,6 +52,7 @@ The public API headers are grouped by topics: >[d

[dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop public interface

2020-10-30 Thread Timothy McDaniel
The PMD uses a public interface to allow applications to control the token pop mode. Supported token pop modes are as follows, and they impact core scheduling affinity for ldb ports. AUTO_POP: Pop the CQ tokens immediately after dequeueing. DELAYED_POP: Pop CQ tokens after (dequeue_depth - 1) even