> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@amd.com> > Sent: Thursday, October 6, 2022 22:23 > To: Guo, Junfeng <junfeng....@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com> > Cc: ferruh.yi...@xilinx.com; dev@dpdk.org; Li, Xiaoyun > <xiaoyun...@intel.com>; awogbem...@google.com; Richardson, Bruce > <bruce.richard...@intel.com>; Lin, Xueqin <xueqin....@intel.com> > 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 <xiaoyun...@intel.com> > > Signed-off-by: Junfeng Guo <junfeng....@intel.com> > > --- > > 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.