RE: [PATCH v4 1/9] net/gve/base: introduce GVE PMD base code

2022-10-09 Thread Guo, Junfeng
Wang, Haiyue > Subject: Re: [PATCH v4 1/9] net/gve/base: introduce GVE PMD base code > > On 9/27/2022 8:32 AM, Junfeng Guo wrote: > > > > > The following base code is based on Google Virtual Ethernet (gve) > > driver v1.3.0 under MIT license. > > - gve_ad

Re: [PATCH v4 1/9] net/gve/base: introduce GVE PMD base code

2022-10-06 Thread Ferruh Yigit
On 9/27/2022 8:32 AM, Junfeng Guo wrote: The following base code is based on Google Virtual Ethernet (gve) driver v1.3.0 under MIT license. - gve_adminq.c - gve_adminq.h - gve_desc.h - gve_desc_dqo.h - gve_register.h - gve.h The original code is in: https://github.com/GoogleCloudPlatform/compu

[PATCH v4 1/9] net/gve/base: introduce GVE PMD base code

2022-09-27 Thread Junfeng Guo
The following base code is based on Google Virtual Ethernet (gve) driver v1.3.0 under MIT license. - gve_adminq.c - gve_adminq.h - gve_desc.h - gve_desc_dqo.h - gve_register.h - gve.h The original code is in: https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/\ tree/v1.3.0/googl