在 2021/10/9 1:11, Ananyev, Konstantin 写道:
Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag.
Instead of drivers announce this capability, application can deduct the
capability by checking reported 'dev_info.max_mtu' or
'dev_info.max_rx_pktlen'.
And instead of application setting this flag explicitly to enable jumbo
frames, this can be deduced by driver by comparing requested 'mtu' to
'RTE_ETHER_MTU'.
Removing this additional configuration for simplification.
Suggested-by: Konstantin Ananyev <konstantin.anan...@intel.com>
Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>
Reviewed-by: Rosen Xu <rosen...@intel.com>
Acked-by: Somnath Kotur <somnath.ko...@broadcom.com>
---
Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com>
+1
Acked-by: Huisong Li <lihuis...@huawei.com>
2.31.1
.