Re: [PATCH] app/testpmd: remove jumbo offload related code

2022-10-20 Thread Andrew Rybchenko
On 10/17/22 12:05, Chengwen Feng wrote: The jumbo offload was removed from patch [1], but testpmd still exist jumbo offload related code, this patch removes it, and also updates the rst file. [1] ethdev: remove jumbo offload flag Fixes: b563c1421282 ("ethdev: remove jumbo offload flag") Cc: sta

[PATCH] app/testpmd: remove jumbo offload related code

2022-10-17 Thread Chengwen Feng
The jumbo offload was removed from patch [1], but testpmd still exist jumbo offload related code, this patch removes it, and also updates the rst file. [1] ethdev: remove jumbo offload flag Fixes: b563c1421282 ("ethdev: remove jumbo offload flag") Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng