Re: [dpdk-dev] [PATCH] doc: fix guide for DLB v2.5

2021-05-19 Thread David Marchand
On Mon, May 17, 2021 at 3:48 PM McDaniel, Timothy wrote: > > > @@ -387,4 +366,17 @@ Class of service can be specified in the devargs, as > > follows > > > > > > .. code-block:: console > > > > > > - --vdev=dlb2_event,cos=<0..4> > > > + --allow ea:00.0,cos=<0..4> > > > + > > > +Use

Re: [dpdk-dev] [PATCH] doc: fix guide for DLB v2.5

2021-05-17 Thread McDaniel, Timothy
> -Original Message- > From: David Marchand > Sent: Sunday, May 16, 2021 12:34 PM > To: McDaniel, Timothy > Cc: dev ; Carrillo, Erik G ; Van > Haaren, Harry ; Jerin Jacob Kollanukkaran > ; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH] doc: fix guide for D

Re: [dpdk-dev] [PATCH] doc: fix guide for DLB v2.5

2021-05-16 Thread David Marchand
On Sat, May 15, 2021 at 7:29 PM Timothy McDaniel wrote: > > - Remove references to deferred scheduling. That feature applies > to DLB v1.0 only. > - Replace vdev references with the pci devargs equivalent > - Add section for new "vector_opts_enabled" devarg > > Fixes: 7c6cc633fc7d ("doc: update

[dpdk-dev] [PATCH] doc: fix guide for DLB v2.5

2021-05-15 Thread Timothy McDaniel
- Remove references to deferred scheduling. That feature applies to DLB v1.0 only. - Replace vdev references with the pci devargs equivalent - Add section for new "vector_opts_enabled" devarg Fixes: 7c6cc633fc7d ("doc: update guide for DLB v2.5") Cc: timothy.mcdan...@intel.com Signed-off-by: Ti