Re: [PATCH 1/1] net/gve: update base code for DQO

2023-05-04 Thread Ferruh Yigit
On 4/11/2023 5:59 AM, Rushil Gupta wrote: > Update gve base code to support DQO. > > This patch is based on this: > https://patchwork.dpdk.org/project/dpdk/list/?series=27647&state=* > > Signed-off-by: Rushil Gupta > Signed-off-by: Junfeng Guo Applied to dpdk-next-net/main, thanks.

Re: [PATCH 1/1] net/gve: update base code for DQO

2023-04-14 Thread Ferruh Yigit
On 4/14/2023 6:17 AM, Rushil Gupta wrote: > I want to highlight that we wish to keep license changes separate from > this patch (probably for 23.11). This patch is to simply support basic > structures for the DQO data path. > +1 to separate it license patch.

Re: [PATCH 1/1] net/gve: update base code for DQO

2023-04-13 Thread Rushil Gupta
nesday, April 12, 2023 17:35 >> > > To: Guo, Junfeng > > <mailto:junfeng@intel.com>>; Richardson, Bruce >> > > mailto:bruce.richard...@intel.com>> >> > > Cc: dev@dpdk.org <mailto:dev@dpdk.org>; Zhang, Qi Z >> >

Re: [PATCH 1/1] net/gve: update base code for DQO

2023-04-12 Thread Rushil Gupta
, 2023 17:35 > > > To: Guo, Junfeng > <mailto:junfeng@intel.com>>; Richardson, Bruce > > > mailto:bruce.richard...@intel.com>> > > > Cc: dev@dpdk.org <mailto:dev@dpdk.org>; Zhang, Qi Z > > mailto:qi.z.zh...@intel.com>

Re: [PATCH 1/1] net/gve: update base code for DQO

2023-04-12 Thread Ferruh Yigit
gt;>> From: Rushil Gupta <mailto:rush...@google.com>> > > >>>> Sent: Tuesday, April 11, 2023 12:59 > > >>>> To: Zhang, Qi Z <mailto:qi.z.zh...@intel.com>>; ferruh.yi...@amd.com > <mailto:ferruh.yi...

Re: [PATCH 1/1] net/gve: update base code for DQO

2023-04-12 Thread Rushil Gupta
l 12, 2023 16:50 > > >> To: Guo, Junfeng ; Richardson, Bruce > > >> > > >> Cc: dev@dpdk.org; Zhang, Qi Z ; Rushil Gupta > > >> > > >> Subject: Re: [PATCH 1/1] net/gve: update base code for DQO > > >> > > >> On 4/11/

RE: [PATCH 1/1] net/gve: update base code for DQO

2023-04-12 Thread Guo, Junfeng
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, April 12, 2023 17:35 > To: Guo, Junfeng ; Richardson, Bruce > > Cc: dev@dpdk.org; Zhang, Qi Z ; Rushil Gupta > > Subject: Re: [PATCH 1/1] net/gve: update base code for DQO > > On 4/12/202

Re: [PATCH 1/1] net/gve: update base code for DQO

2023-04-12 Thread Ferruh Yigit
ay, April 11, 2023 12:59 >>>> To: Zhang, Qi Z ; ferruh.yi...@amd.com >>>> Cc: Richardson, Bruce ; dev@dpdk.org; >>>> Rushil Gupta ; Guo, Junfeng >>>> >>>> Subject: [PATCH 1/1] net/gve: update base code for DQO >>>> >>&

RE: [PATCH 1/1] net/gve: update base code for DQO

2023-04-12 Thread Guo, Junfeng
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, April 12, 2023 16:50 > To: Guo, Junfeng ; Richardson, Bruce > > Cc: dev@dpdk.org; Zhang, Qi Z ; Rushil Gupta > > Subject: Re: [PATCH 1/1] net/gve: update base code for DQO > > On 4/11/20

Re: [PATCH 1/1] net/gve: update base code for DQO

2023-04-12 Thread Ferruh Yigit
g; >> Rushil Gupta ; Guo, Junfeng >> >> Subject: [PATCH 1/1] net/gve: update base code for DQO >> >> Update gve base code to support DQO. >> >> This patch is based on this: >> https://patchwork.dpdk.org/project/dpdk/list/?series=27647&state=* >> >>

RE: [PATCH 1/1] net/gve: update base code for DQO

2023-04-10 Thread Guo, Junfeng
uh.yi...@amd.com > Cc: Richardson, Bruce ; dev@dpdk.org; > Rushil Gupta ; Guo, Junfeng > > Subject: [PATCH 1/1] net/gve: update base code for DQO > > Update gve base code to support DQO. > > This patch is based on this: > https://patchwork.dpdk.org/project/dpdk/li

[PATCH 1/1] net/gve: update base code for DQO

2023-04-10 Thread Rushil Gupta
Update gve base code to support DQO. This patch is based on this: https://patchwork.dpdk.org/project/dpdk/list/?series=27647&state=* Signed-off-by: Rushil Gupta Signed-off-by: Junfeng Guo --- drivers/net/gve/base/gve.h | 1 + drivers/net/gve/base/gve_adminq.c | 10 +- drive