On 10/22/2021 1:23 PM, Andrew Rybchenko wrote:
On 10/22/21 3:17 PM, Ferruh Yigit wrote:
After DEV_RX_OFFLOAD_JUMBO_FRAME flag removed, jumbo frame decision is
given by MTU value checks, but some of the checks were wrong by mistake,
causing device initialization to fail, fixing them.
Also removing 'Jumbo frame' feature.
Sorry, but I think is is better to split offload removal and
Intel driver fixes.
Sure, I will send next version as separate patches.
Fixes: b563c1421282 ("ethdev: remove jumbo offload flag")
Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
for offload removal
Acked-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>
---
Some of the check mistakes are residue of local changes, I remember
fixing them, but it looks like something went wrong while sending
patches.