Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-17 Thread Bruce Richardson
> Cc: Elena Agostini , dev@dpdk.org , > > > Slava Ovsiienko > > > > > Subject: Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd > > > engine > > > > > External email: Use caution opening links or attachments > > > > >

Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Jerin Jacob
1 6:06 PM, Elena Agostini wrote: > > > > > > From: Ferruh Yigit > > > > > > > > > > > Date: Tuesday, 16 November 2021 at 19:00 > > > > > > > > > > > To: Elena Agostini > > > > > > > >

Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Elena Agostini
> From: Jerin Jacob > Date: Tuesday, 16 November 2021 at 20:09 > To: Ferruh Yigit > Cc: Elena Agostini , dev@dpdk.org , Slava > Ovsiienko > Subject: Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine > External email: Use caution opening links or att

Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Jerin Jacob
org , Slava Ovsiienko > > > > > Subject: Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd > > engine > > > > > External email: Use caution opening links or attachments> > > > > > > > > > > On 11/11/

Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Elena Agostini
> > Could you, please, set "Author" correctly - "Elena Agostini > > "? > > Otherwise, we see in the git log: > > > > "Author: eagostini " > > > > Compare with: > > "Author: Bing Zhao " > > "Author: Viacheslav Ovsiienko " > > > > Also, please, see the codestyle issues, too many code lines far beyon

Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Ferruh Yigit
On 11/16/2021 6:06 PM, Elena Agostini wrote: > From: Ferruh Yigit > Date: Tuesday, 16 November 2021 at 19:00 > To: Elena Agostini > Cc: dev@dpdk.org , Slava Ovsiienko > Subject: Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine > External

Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Elena Agostini
> From: Ferruh Yigit > Date: Tuesday, 16 November 2021 at 19:00 > To: Elena Agostini > Cc: dev@dpdk.org , Slava Ovsiienko > Subject: Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine > External email: Use caution opening links or attachments> >

Re: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Ferruh Yigit
On 11/11/2021 9:41 PM, eagost...@nvidia.com wrote: --- a/app/test-pmd/meson.build +++ b/app/test-pmd/meson.build @@ -32,7 +32,7 @@ if dpdk_conf.has('RTE_HAS_JANSSON') ext_deps += jansson_dep endif -deps += ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'bus_pci'] +deps += ['ethdev', '

RE: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Ananyev, Konstantin
> Could you, please, set "Author" correctly - "Elena Agostini > "? > Otherwise, we see in the git log: > > "Author: eagostini " > > Compare with: > "Author: Bing Zhao " > "Author: Viacheslav Ovsiienko " > > Also, please, see the codestyle issues, too many code lines far beyond 100 > chars. >

RE: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-16 Thread Slava Ovsiienko
Hi, Elena > -Original Message- > From: eagost...@nvidia.com > Sent: Thursday, November 11, 2021 23:42 > To: dev@dpdk.org > Cc: Elena Agostini > Subject: [PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd > engine > > From: eagostini Could you, ple

[PATCH v2 1/1] app/testpmd: add GPU memory option in iofwd engine

2021-11-11 Thread eagostini
From: eagostini This patch introduces GPU memory in testpmd through the gpudev library. Testpmd can be used for network benchmarks when using GPU memory instead of regular CPU memory to send and receive packets. This option is currently limited to iofwd engine. Signed-off-by: Elena Agostini De