Re: [dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

2018-05-25 Thread Ferruh Yigit
On 5/25/2018 9:54 AM, Tiwei Bie wrote: > On Fri, May 25, 2018 at 04:27:36PM +0800, Tiwei Bie wrote: >> On Fri, May 25, 2018 at 09:20:08AM +0100, Ferruh Yigit wrote: >>> On 5/25/2018 7:17 AM, Tiwei Bie wrote: Signed-off-by: Tiwei Bie >>> >>> <...> >>> @@ -252,7 +252,7 @@ The corresponding

Re: [dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

2018-05-25 Thread Tiwei Bie
On Fri, May 25, 2018 at 04:27:36PM +0800, Tiwei Bie wrote: > On Fri, May 25, 2018 at 09:20:08AM +0100, Ferruh Yigit wrote: > > On 5/25/2018 7:17 AM, Tiwei Bie wrote: > > > Signed-off-by: Tiwei Bie > > > > <...> > > > > > @@ -252,7 +252,7 @@ The corresponding callbacks are: > > > Example of usin

Re: [dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

2018-05-25 Thread Ferruh Yigit
On 5/25/2018 8:16 AM, Maxime Coquelin wrote: > > > On 05/25/2018 08:17 AM, Tiwei Bie wrote: >> Signed-off-by: Tiwei Bie > > Acked-by: Maxime Coquelin Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

2018-05-25 Thread Tiwei Bie
On Fri, May 25, 2018 at 09:20:08AM +0100, Ferruh Yigit wrote: > On 5/25/2018 7:17 AM, Tiwei Bie wrote: > > Signed-off-by: Tiwei Bie > > <...> > > > @@ -252,7 +252,7 @@ The corresponding callbacks are: > > Example of using the vector version of the virtio poll mode driver in > > ``testpmd``:: >

Re: [dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

2018-05-25 Thread Ferruh Yigit
On 5/25/2018 7:17 AM, Tiwei Bie wrote: > Signed-off-by: Tiwei Bie <...> > @@ -252,7 +252,7 @@ The corresponding callbacks are: > Example of using the vector version of the virtio poll mode driver in > ``testpmd``:: > > - testpmd -l 0-2 -n 4 -- -i --txqflags=0xF01 --rxq=1 --txq=1 --nb-cores

Re: [dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

2018-05-25 Thread Maxime Coquelin
On 05/25/2018 08:17 AM, Tiwei Bie wrote: Signed-off-by: Tiwei Bie --- doc/guides/nics/virtio.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index 8922f9c0b..a42d1bb30 100644 --- a/doc/guides/nics/virtio.rst

[dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

2018-05-24 Thread Tiwei Bie
Signed-off-by: Tiwei Bie --- doc/guides/nics/virtio.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index 8922f9c0b..a42d1bb30 100644 --- a/doc/guides/nics/virtio.rst +++ b/doc/guides/nics/virtio.rst @@ -234,7 +23