On 5/11/22 04:15, Peng Zhang wrote:
Setting a MTU larger than mbufsize is not supported by the device but
not prohibited by the driver. This change adds a restriction to the
driver to prevent setting an MTU that is too large.
While at it define the minimum MTU in the device information to describe
the complete supported MTU range.
Fixes: d4a27a3 ("nfp: add basic features")
Cc: sta...@dpdk.org
Signed-off-by: Peng Zhang <peng.zh...@corigine.com>
Signed-off-by: Chaoyong He <chaoyong...@corigine.com>
Signed-off-by: Louis Peens <louis.pe...@corigine.com>
Signed-off-by: Niklas Söderlund <niklas.soderl...@corigine.com>
Reviewed-by: Walter Heymans <walter.heym...@corigine.com>
Reviewed-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>
Applied, thanks.