Khaparde
; Huisong Li ;
Ananyev, Konstantin ; Xu, Rosen
Cc: dev@dpdk.org; Ivan Ilchenko
Subject: [dpdk-dev] [PATCH] ethdev: forbid MTU set before device
configure
From: Ivan Ilchenko
rte_eth_dev_configure() always sets MTU to either
dev_conf.rxmode.mtu or RTE_ETHER_MTU if application doesn
Sent: Friday, October 22, 2021 6:18 PM
> >>> To: Thomas Monjalon ; Yigit, Ferruh
> >>> ; Ajit Khaparde
> >>> ; Huisong Li ;
> >>> Ananyev, Konstantin ; Xu, Rosen
> >>>
> >>> Cc: dev@dpdk.org; Ivan Ilchenko
> >>>
: dev@dpdk.org; Ivan Ilchenko
Subject: [dpdk-dev] [PATCH] ethdev: forbid MTU set before device
configure
From: Ivan Ilchenko
rte_eth_dev_configure() always sets MTU to either dev_conf.rxmode.mtu
or RTE_ETHER_MTU if application doesn't provide the value.
So, there is no point to
-dev] [PATCH] ethdev: forbid MTU set before device
configure
From: Ivan Ilchenko
rte_eth_dev_configure() always sets MTU to either dev_conf.rxmode.mtu
or RTE_ETHER_MTU if application doesn't provide the value.
So, there is no point to allow rte_eth_dev_set_mtu() before since set value
wi
: [dpdk-dev] [PATCH] ethdev: forbid MTU set before device
> configure
>
> From: Ivan Ilchenko
>
> rte_eth_dev_configure() always sets MTU to either dev_conf.rxmode.mtu
> or RTE_ETHER_MTU if application doesn't provide the value.
> So, there is no point to allow rte_eth_dev_s
On 10/22/2021 2:21 PM, Ferruh Yigit wrote:
On 10/22/2021 11:18 AM, Andrew Rybchenko wrote:
From: Ivan Ilchenko
rte_eth_dev_configure() always sets MTU to either dev_conf.rxmode.mtu
or RTE_ETHER_MTU if application doesn't provide the value.
So, there is no point to allow rte_eth_dev_set_mtu() b
On 10/22/2021 11:18 AM, Andrew Rybchenko wrote:
From: Ivan Ilchenko
rte_eth_dev_configure() always sets MTU to either dev_conf.rxmode.mtu
or RTE_ETHER_MTU if application doesn't provide the value.
So, there is no point to allow rte_eth_dev_set_mtu() before since
set value will be overwritten on
From: Ivan Ilchenko
rte_eth_dev_configure() always sets MTU to either dev_conf.rxmode.mtu
or RTE_ETHER_MTU if application doesn't provide the value.
So, there is no point to allow rte_eth_dev_set_mtu() before since
set value will be overwritten on configure anyway.
Fixes: 1bb4a528c41f ("ethdev:
8 matches
Mail list logo