[PATCH v2 00/10] introduce GVE PMD
Guo, Junfeng
junfeng.guo at intel.com
Wed Sep 7 04:09:05 CEST 2022
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit at xilinx.com>
> Sent: Friday, September 2, 2022 01:19
> To: Guo, Junfeng <junfeng.guo at intel.com>; Zhang, Qi Z
> <qi.z.zhang at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>
> Cc: dev at dpdk.org; Li, Xiaoyun <xiaoyun.li at intel.com>;
> awogbemila at google.com; Richardson, Bruce
> <bruce.richardson at intel.com>
> Subject: Re: [PATCH v2 00/10] introduce GVE PMD
>
> On 8/29/2022 9:41 AM, Junfeng Guo wrote:
>
> >
> > Introduce a new PMD for Google Virtual Ethernet (GVE).
> >
> > This patch set requires an exception for MIT license for GVE base code.
> > And the base code includes the following files:
> > - gve_adminq.c
> > - gve_adminq.h
> > - gve_desc.h
> > - gve_desc_dqo.h
> > - gve_register.h
> >
> > It's based on GVE kernel driver v1.3.0 and the original code is in
> > https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-
> linux/tree/v1.3.0
> >
> > v2:
> > fix some CI check error.
> >
> > Junfeng Guo (10):
> > net/gve: introduce GVE PMD base code
> > net/gve: add logs and OS specific implementation
> > net/gve: support device initialization
> > net/gve: add link update support
> > net/gve: add MTU set support
> > net/gve: add queue operations
> > net/gve: add Rx/Tx support
> > net/gve: add support to get dev info and configure dev
> > net/gve: add stats support
> > doc: update documentation
> >
>
> Please check build error reported by CI:
> https://patches.dpdk.org/project/dpdk/patch/20220829084127.934183-
> 11-junfeng.guo at intel.com/
>
> I am also getting various build errors, even not able to reach patch by
> patch build stage where I expect some issues, can you please verify
> patch by patch build in next version?
Sure, thanks for reminding!
The compile/build issues are being handled in process now.
Thanks!
More information about the dev
mailing list