Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-11-10 Thread Thomas Monjalon
10/11/2020 15:34, Bruce Richardson: > On Tue, Nov 10, 2020 at 02:37:02PM +0100, Thomas Monjalon wrote: > > 10/11/2020 12:19, Bruce Richardson: > > > On Tue, Nov 10, 2020 at 09:17:36AM +0100, David Marchand wrote: > > > > On Tue, Nov 10, 2020 at 4:02 AM Jiang, Cheng1 > > > > wrote: > > > > > > - T

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 02:37:02PM +0100, Thomas Monjalon wrote: > 10/11/2020 12:19, Bruce Richardson: > > On Tue, Nov 10, 2020 at 09:17:36AM +0100, David Marchand wrote: > > > On Tue, Nov 10, 2020 at 4:02 AM Jiang, Cheng1 > > > wrote: > > > > > - This series breaks external compilation, as the e

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-11-10 Thread Thomas Monjalon
10/11/2020 12:19, Bruce Richardson: > On Tue, Nov 10, 2020 at 09:17:36AM +0100, David Marchand wrote: > > On Tue, Nov 10, 2020 at 4:02 AM Jiang, Cheng1 > > wrote: > > > > - This series breaks external compilation, as the external Makefile was > > > > not > > > > updated. > > > > > > > > > > I'm

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 09:17:36AM +0100, David Marchand wrote: > On Tue, Nov 10, 2020 at 4:02 AM Jiang, Cheng1 wrote: > > > - This series breaks external compilation, as the external Makefile was > > > not > > > updated. > > > > > > > I'm not sure I understand what you mean by external Makefile,

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-11-10 Thread David Marchand
On Tue, Nov 10, 2020 at 4:02 AM Jiang, Cheng1 wrote: > > - This series breaks external compilation, as the external Makefile was not > > updated. > > > > I'm not sure I understand what you mean by external Makefile, because as far > as I know, makefile has been deprecated. make support is droppe

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-11-09 Thread Jiang, Cheng1
t: Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample > > On Fri, Oct 23, 2020 at 1:23 PM Maxime Coquelin > wrote: > > On 10/22/20 10:59 AM, Cheng Jiang wrote: > > > This patch set makes vhost-vswitch be able to use vhost async APIs > > > fo

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-11-09 Thread David Marchand
On Fri, Oct 23, 2020 at 1:23 PM Maxime Coquelin wrote: > On 10/22/20 10:59 AM, Cheng Jiang wrote: > > This patch set makes vhost-vswitch be able to use vhost async APIs > > for enqueue operations. Demonstrated how the application > > leverage IOAT DMA channel with vhost async APIs. > > > > We intr

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-10-23 Thread Ferruh Yigit
On 10/23/2020 12:23 PM, Maxime Coquelin wrote: On 10/22/20 10:59 AM, Cheng Jiang wrote: This patch set makes vhost-vswitch be able to use vhost async APIs for enqueue operations. Demonstrated how the application leverage IOAT DMA channel with vhost async APIs. We introduce two parameters to e

Re: [dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-10-23 Thread Maxime Coquelin
On 10/22/20 10:59 AM, Cheng Jiang wrote: > This patch set makes vhost-vswitch be able to use vhost async APIs > for enqueue operations. Demonstrated how the application > leverage IOAT DMA channel with vhost async APIs. > > We introduce two parameters to enable DMA acceleration for Tx > operati

[dpdk-dev] [PATCH v10 0/4] add async data path in vhost sample

2020-10-22 Thread Cheng Jiang
This patch set makes vhost-vswitch be able to use vhost async APIs for enqueue operations. Demonstrated how the application leverage IOAT DMA channel with vhost async APIs. We introduce two parameters to enable DMA acceleration for Tx operations of queues: -dma_type This parameter is used to speci