Re: [PATCH v3 7/8] net/dpaa: restrict MTU config for shared intf

2024-07-09 Thread David Marchand
On Mon, Jul 8, 2024 at 9:30 AM wrote: > > From: Rohit Raj > > Since DPDK was able to configure mtu in VSP/Shared interface mode, > it was causing misconfiguration of the hw which further caused crashes. > > This patch allow only kernel to config MTU in such cases > > Signed-off-by: Rohit Raj >

[PATCH v3 7/8] net/dpaa: restrict MTU config for shared intf

2024-07-08 Thread vanshika . shukla
From: Rohit Raj Since DPDK was able to configure mtu in VSP/Shared interface mode, it was causing misconfiguration of the hw which further caused crashes. This patch allow only kernel to config MTU in such cases Signed-off-by: Rohit Raj Signed-off-by: Vanshika Shukla --- drivers/net/dpaa/dp