> -----Original Message----- > From: Ferruh Yigit <[email protected]> > Sent: Thursday, October 6, 2022 22:23 > To: Guo, Junfeng <[email protected]>; Zhang, Qi Z > <[email protected]>; Wu, Jingjing <[email protected]> > Cc: [email protected]; [email protected]; Li, Xiaoyun > <[email protected]>; [email protected]; Richardson, Bruce > <[email protected]>; Lin, Xueqin <[email protected]> > Subject: Re: [PATCH v4 4/9] net/gve: add support for link update > > On 9/27/2022 8:32 AM, Junfeng Guo wrote: > > > > > Support dev_ops link_update. > > > > Signed-off-by: Xiaoyun Li <[email protected]> > > Signed-off-by: Junfeng Guo <[email protected]> > > --- > > doc/guides/nics/features/gve.ini | 2 ++ > > drivers/net/gve/gve_ethdev.c | 30 > ++++++++++++++++++++++++++++++ > > 2 files changed, 32 insertions(+) > > > > diff --git a/doc/guides/nics/features/gve.ini > b/doc/guides/nics/features/gve.ini > > index 44aec28009..d03e3ac89e 100644 > > --- a/doc/guides/nics/features/gve.ini > > +++ b/doc/guides/nics/features/gve.ini > > @@ -4,6 +4,8 @@ > > ; Refer to default.ini for the full list of available PMD features. > > ; > > [Features] > > +Speed capabilities = Y > > 'Speed capabilities' is when device reports supported speeds in > 'rte_eth_dev_info_get()', so it shouldn't be in this patch. > > Please check 'doc/guides/nics/features.rst' for more details.
Thanks for the comments! Will check the features file and update accordingly.

