numam-dpdk/drivers/net/mlx4
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
..
meson.build doc: remove references to the old build system 2021-09-23 08:45:10 +02:00
mlx4_ethdev.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
mlx4_flow.c net/mlx4: fix RSS action with null hash key 2021-04-13 13:38:13 +02:00
mlx4_flow.h ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
mlx4_glue.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_glue.h net/mlx: remove separate ABI version for glue libraries 2020-11-03 23:35:07 +01:00
mlx4_intr.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
mlx4_mp.c net/mlx4: fix secondary process initialization ordering 2021-05-12 10:47:21 +02:00
mlx4_mr.c net/mlx4: remove barrier for memory region cache 2021-06-23 17:02:35 +02:00
mlx4_mr.h remove useless include of EAL memory config header 2019-10-09 10:22:24 +02:00
mlx4_prm.h net/mlx4: remove device register remap 2019-04-12 11:02:02 +02:00
mlx4_rxq.c ethdev: remove jumbo offload flag 2021-10-18 19:20:21 +02:00
mlx4_rxtx.c net/mlx4: fix buffer leakage on device close 2021-04-28 08:43:31 +02:00
mlx4_rxtx.h ethdev: change queue release callback 2021-10-06 19:16:03 +02:00
mlx4_txq.c ethdev: change queue release callback 2021-10-06 19:16:03 +02:00
mlx4_utils.c net/mlx4: improve assert control 2020-02-05 09:51:21 +01:00
mlx4_utils.h net/mlx4: enable debug logs dynamically 2021-03-15 14:30:53 +01:00
mlx4.c ethdev: change queue release callback 2021-10-06 19:16:03 +02:00
mlx4.h net/mlx4: fix port attach in secondary process 2021-01-29 18:16:08 +01:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00