On 4/23/2019 9:14 AM, Andrew Rybchenko wrote: > From: Igor Romanov <igor.roma...@oktetlabs.ru> > > Rx queue setup function checks configured MTU to make sure that > no oversized packets can be received. But a following call to > set MTU function might make this check irrelevant. > > Add a function to check MTU size against Rx buffer size and > additional Rx queue info, including Rx scatter offload. > > Fixes: e961cf425e02 ("net/sfc: support MTU change") > Cc: sta...@dpdk.org > > Signed-off-by: Igor Romanov <igor.roma...@oktetlabs.ru> > Signed-off-by: Andrew Rybchenko <arybche...@solarflare.com>
Applied to dpdk-next-net/master, thanks.