numam-dpdk/drivers/net/ionic
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
..
ionic_dev.c net/ionic: break up queue post function 2021-02-25 16:58:56 +01:00
ionic_dev.h net/ionic: break up queue post function 2021-02-25 16:58:56 +01:00
ionic_ethdev.c ethdev: remove jumbo offload flag 2021-10-18 19:20:21 +02:00
ionic_ethdev.h net/ionic: improve link state handling 2021-01-13 18:51:58 +01:00
ionic_if.h net/ionic: update interface file 2021-01-08 16:03:04 +01:00
ionic_lif.c ethdev: change queue release callback 2021-10-06 19:16:03 +02:00
ionic_lif.h net/ionic: store Tx fragment limit in queue 2021-02-25 16:58:56 +01:00
ionic_logs.h net/ionic: add log 2020-01-20 18:02:17 +01:00
ionic_mac_api.c net/ionic: use standard boolean type 2020-03-18 10:21:42 +01:00
ionic_mac_api.h net/ionic: register and initialize adapter 2020-01-20 18:02:17 +01:00
ionic_main.c drivers: replace page size definitions with function 2021-03-23 08:41:05 +01:00
ionic_osdep.h drivers: replace page size definitions with function 2021-03-23 08:41:05 +01:00
ionic_regs.h net/ionic: remove some unused fields 2021-01-08 16:03:04 +01:00
ionic_rx_filter.c net/ionic: consolidate adminq code 2021-02-25 16:58:56 +01:00
ionic_rx_filter.h net/ionic: remove unused filter delete function 2021-02-25 16:58:56 +01:00
ionic_rxtx.c ethdev: fix max Rx packet length 2021-10-18 19:20:20 +02:00
ionic_rxtx.h ethdev: change queue release callback 2021-10-06 19:16:03 +02:00
ionic.h net/ionic: consolidate adminq code 2021-02-25 16:58:56 +01:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00