numam-dpdk/drivers/net/cxgbe
Ferruh Yigit b563c14212 ethdev: remove jumbo offload flag
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.ananyev@intel.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Rosen Xu <rosen.xu@intel.com>
Acked-by: Somnath Kotur <somnath.kotur@broadcom.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Huisong Li <lihuisong@huawei.com>
Acked-by: Hyong Youb Kim <hyonkim@cisco.com>
Acked-by: Michal Krawczyk <mk@semihalf.com>
2021-10-18 19:20:21 +02:00
..
base ethdev: hide internal structures 2021-10-13 22:14:59 +02:00
clip_tbl.c net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
clip_tbl.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
cxgbe_compat.h
cxgbe_ethdev.c ethdev: remove jumbo offload flag 2021-10-18 19:20:21 +02:00
cxgbe_filter.c
cxgbe_filter.h
cxgbe_flow.c ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
cxgbe_flow.h ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
cxgbe_main.c ethdev: fix max Rx packet length 2021-10-18 19:20:20 +02:00
cxgbe_ofld.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
cxgbe_pfvf.h ethdev: change queue release callback 2021-10-06 19:16:03 +02:00
cxgbe.h ethdev: remove jumbo offload flag 2021-10-18 19:20:21 +02:00
cxgbevf_ethdev.c net/cxgbe: support firmware version query 2021-10-05 19:32:01 +02:00
cxgbevf_main.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
l2t.c net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
l2t.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
mps_tcam.c net/cxgbe: add MAC match-all to track promiscuous traffic 2021-07-02 19:03:03 +02:00
mps_tcam.h net/cxgbe: add MAC match-all to track promiscuous traffic 2021-07-02 19:03:03 +02:00
sge.c ethdev: remove jumbo offload flag 2021-10-18 19:20:21 +02:00
smt.c net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
smt.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00