Re: [dpdk-dev] [PATCH] net/failsafe: report minimum and maximum MTU in device info

2021-02-22 Thread Ferruh Yigit
On 2/22/2021 3:28 PM, Gaëtan Rivet wrote: On Tue, Dec 22, 2020, at 08:51, Andrew Rybchenko wrote: Take minimum and maximum MTU values for subdevices and report maximum of minimums and minimum of maximums. Fixes: ad97ceece12c ("ethdev: add min/max MTU to device info") Cc: sta...@dpdk.org Signed

Re: [dpdk-dev] [PATCH] net/failsafe: report minimum and maximum MTU in device info

2021-02-22 Thread Gaëtan Rivet
On Tue, Dec 22, 2020, at 08:51, Andrew Rybchenko wrote: > Take minimum and maximum MTU values for subdevices and > report maximum of minimums and minimum of maximums. > > Fixes: ad97ceece12c ("ethdev: add min/max MTU to device info") > Cc: sta...@dpdk.org > > Signed-off-by: Andrew Rybchenko > --

[dpdk-dev] [PATCH] net/failsafe: report minimum and maximum MTU in device info

2020-12-22 Thread Andrew Rybchenko
Take minimum and maximum MTU values for subdevices and report maximum of minimums and minimum of maximums. Fixes: ad97ceece12c ("ethdev: add min/max MTU to device info") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko --- drivers/net/failsafe/failsafe_ops.c | 4 1 file changed, 4 inser