RE: [PATCH v4 8/9] net/gve: add support for dev info get and dev configure

2022-10-09 Thread Guo, Junfeng
ect: Re: [PATCH v4 8/9] net/gve: add support for dev info get and dev > configure > > On 9/27/2022 8:32 AM, Junfeng Guo wrote: > > > > > Add dev_ops dev_infos_get. > > Complete dev_configure with RX offloads configuration. > > > > I think better to

Re: [PATCH v4 8/9] net/gve: add support for dev info get and dev configure

2022-10-06 Thread Ferruh Yigit
On 9/27/2022 8:32 AM, Junfeng Guo wrote: Add dev_ops dev_infos_get. Complete dev_configure with RX offloads configuration. I think better to have this before datapath patches (6/9 & 7/9), because this is more fundamental step.