[dpdk-dev] [PATCH v7 4/6] ethdev: remove jumbo offload flag
Thomas Monjalon
thomas at monjalon.net
Thu Oct 21 02:43:17 CEST 2021
18/10/2021 15:48, Ferruh Yigit:
> Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag.
[...]
> --- a/doc/guides/nics/features.rst
> +++ b/doc/guides/nics/features.rst
> @@ -165,8 +165,7 @@ Jumbo frame
>
> Supports Rx jumbo frames.
>
> -* **[uses] rte_eth_rxconf,rte_eth_rxmode**: ``offloads:DEV_RX_OFFLOAD_JUMBO_FRAME``.
> - ``dev_conf.rxmode.mtu``.
> +* **[uses] rte_eth_rxconf,rte_eth_rxmode**: ``dev_conf.rxmode.mtu``.
So we keep announcing the feature "Jumbo frame" in the doc for MTU specific values?
More information about the dev
mailing list