On 11/8/2023 5:05 PM, Ajit Khaparde wrote: > On Wed, Nov 8, 2023 at 7:07 AM Andrew Rybchenko > <[email protected]> wrote: >> >> On 11/8/23 09:05, Joshua Washington wrote: >>> Currently, if not specified in the user configuration, >>> rte_eth_dev_configure() sets the MTU of the device to RTE_EHTER_MTU. >>> This value could potentially be larger than the MTU that the device >>> supports. This change updates the configured MTU to be the minimum of >>> the maximum suported MTU and the default DPDK MTU. >>> >>> Fixes: 1bb4a528c4 ("ethdev: fix max Rx packet length") >>> Signed-off-by: Joshua Washington <[email protected]> >>> Signed-off-by: Rushil Gupta <[email protected]> >> >> Acked-by: Andrew Rybchenko <[email protected]> > > Acked-by: Ajit Khaparde <[email protected]> >
Applied to dpdk-next-net/main, thanks.

