[PATCH v4 4/9] net/gve: add support for link update
Ferruh Yigit
ferruh.yigit at amd.com
Thu Oct 6 16:23:27 CEST 2022
On 9/27/2022 8:32 AM, Junfeng Guo wrote:
>
> Support dev_ops link_update.
>
> Signed-off-by: Xiaoyun Li <xiaoyun.li at intel.com>
> Signed-off-by: Junfeng Guo <junfeng.guo at 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.
More information about the dev
mailing list