RE: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-20 Thread Guo, Junfeng
Wang, Haiyue > Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization > > On 10/20/2022 10:29 AM, Guo, Junfeng wrote: > > CAUTION: This message has originated from an External Source. Please > use proper judgment and caution when opening attachments,

Re: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-20 Thread Ferruh Yigit
, 2022 05:01 To: Li, Xiaoyun ; Guo, Junfeng ; Zhang, Qi Z ; Wu, Jingjing Cc: ferruh.yi...@xilinx.com; dev@dpdk.org; awogbem...@google.com; Richardson, Bruce ; Lin, Xueqin ; Wang, Haiyue Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization On 10/19/2022 4:59 PM, Li, Xiaoyun

RE: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-20 Thread Guo, Junfeng
Wang, Haiyue > Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization > > On 10/19/2022 4:59 PM, Li, Xiaoyun wrote: > > > > > Hi > > > >> -Original Message- > >> From: Ferruh Yigit > >> Sent: Wednesday, Oct

Re: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Ferruh Yigit
, Xueqin ; Wang, Haiyue ; Zhang, Helin ; Thomas Monjalon Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization On 10/10/2022 11:17 AM, Junfeng Guo wrote: Support device init and add following devops skeleton: - dev_configure - dev_start - dev_stop

Re: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Ferruh Yigit
; Wang, Haiyue Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization On 10/10/2022 11:17 AM, Junfeng Guo wrote: Support device init and add following devops skeleton: - dev_configure - dev_start - dev_stop - dev_close Note that build system (including doc) is

RE: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Li, Xiaoyun
gt; Lin, Xueqin ; Wang, Haiyue > ; Zhang, Helin ; Thomas > Monjalon > Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization > > On 10/10/2022 11:17 AM, Junfeng Guo wrote: > > > > > Support device init and add following devops skeleton: > > -

RE: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Li, Xiaoyun
> Haiyue > Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization > > On 10/10/2022 11:17 AM, Junfeng Guo wrote: > > > > Support device init and add following devops skeleton: > > - dev_configure > > - dev_start > > - dev_stop &

RE: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Zhang, Helin
Xueqin > ; Wang, Haiyue ; Zhang, Helin > ; Thomas Monjalon > Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization > On 10/10/2022 11:17 AM, Junfeng Guo wrote: > > > > Support device init and add following devops skeleton: > > - dev_configur

RE: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Xia, Chenbo
eqin ; Wang, Haiyue ; Zhang, > Helin ; Thomas Monjalon > Subject: Re: [PATCH v5 3/8] net/gve: add support for device initialization > > On 10/10/2022 11:17 AM, Junfeng Guo wrote: > > > > > Support device init and add following devops skeleton: > > - dev_co

Re: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Ferruh Yigit
On 10/10/2022 11:17 AM, Junfeng Guo wrote: Support device init and add following devops skeleton: - dev_configure - dev_start - dev_stop - dev_close Note that build system (including doc) is also added in this patch. Signed-off-by: Haiyue Wang Signed-off-by: Xiaoyun Li Signed-off-by

Re: [PATCH v5 3/8] net/gve: add support for device initialization

2022-10-19 Thread Ferruh Yigit
On 10/10/2022 11:17 AM, Junfeng Guo wrote: Support device init and add following devops skeleton: - dev_configure - dev_start - dev_stop - dev_close Note that build system (including doc) is also added in this patch. Signed-off-by: Haiyue Wang Signed-off-by: Xiaoyun Li Signed-off-by:

[PATCH v5 3/8] net/gve: add support for device initialization

2022-10-10 Thread Junfeng Guo
Support device init and add following devops skeleton: - dev_configure - dev_start - dev_stop - dev_close Note that build system (including doc) is also added in this patch. Signed-off-by: Haiyue Wang Signed-off-by: Xiaoyun Li Signed-off-by: Junfeng Guo --- MAINTAINERS