Re: [PATCH] net/mlx5: fix MTU configuration

2024-07-18 Thread Raslan Darawsheh
Hi, From: Dariusz Sosnowski Sent: Monday, July 8, 2024 1:59 PM To: Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Cc: dev@dpdk.org; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix MTU configuration Apply provided MTU, derived from rte_eth_conf.rxmode.mtu, on port configuration

[PATCH] net/mlx5: fix MTU configuration

2024-07-08 Thread Dariusz Sosnowski
Apply provided MTU, derived from rte_eth_conf.rxmode.mtu, on port configuration. Bugzilla ID: 1483 Fixes: e60fbd5b24fc ("mlx5: add device configure/start/stop") Cc: sta...@dpdk.org Signed-off-by: Dariusz Sosnowski Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_ethdev.c | 6 ++ 1