numam-dpdk/drivers/net/cnxk
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
..
cn9k_ethdev_sec.c net/cnxk: add crypto capabilities for AES-CBC and HMAC-SHA1 2021-10-02 15:45:30 +02:00
cn9k_ethdev.c net/cnxk: support inline security setup for cn9k 2021-10-02 15:45:02 +02:00
cn9k_ethdev.h net/cnxk: support IPsec anti replay in cn9k 2021-10-02 15:45:23 +02:00
cn9k_rte_flow.c net/cnxk: support marking and VLAN tagging 2021-06-30 03:44:03 +02:00
cn9k_rte_flow.h net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cn9k_rx_mseg.c net/cnxk: support Rx security offload on cn9k 2021-10-02 15:45:08 +02:00
cn9k_rx_vec_mseg.c net/cnxk: support Rx security offload on cn9k 2021-10-02 15:45:08 +02:00
cn9k_rx_vec.c net/cnxk: support Rx security offload on cn9k 2021-10-02 15:45:08 +02:00
cn9k_rx.c net/cnxk: support Rx security offload on cn9k 2021-10-02 15:45:08 +02:00
cn9k_rx.h mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
cn9k_tx_mseg.c net/cnxk: support Tx security offload on cn9k 2021-10-02 15:45:11 +02:00
cn9k_tx_vec_mseg.c net/cnxk: support Tx security offload on cn9k 2021-10-02 15:45:11 +02:00
cn9k_tx_vec.c net/cnxk: support Tx security offload on cn9k 2021-10-02 15:45:11 +02:00
cn9k_tx.c net/cnxk: support Tx security offload on cn9k 2021-10-02 15:45:11 +02:00
cn9k_tx.h mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
cn10k_ethdev_sec.c net/cnxk: add crypto capabilities for AES-CBC and HMAC-SHA1 2021-10-02 15:45:30 +02:00
cn10k_ethdev.c net/cnxk: allow zero UDP6 checksum for non-inline device 2021-10-02 15:45:28 +02:00
cn10k_ethdev.h net/cnxk: update ethertype for mixed IPsec tunnel versions 2021-10-02 15:45:27 +02:00
cn10k_rte_flow.c net/cnxk: support marking and VLAN tagging 2021-06-30 03:44:03 +02:00
cn10k_rte_flow.h net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cn10k_rx_mseg.c net/cnxk: support Rx security offload on cn10k 2021-10-02 15:45:15 +02:00
cn10k_rx_vec_mseg.c net/cnxk: support Rx security offload on cn10k 2021-10-02 15:45:15 +02:00
cn10k_rx_vec.c net/cnxk: support Rx security offload on cn10k 2021-10-02 15:45:15 +02:00
cn10k_rx.c net/cnxk: support Rx security offload on cn10k 2021-10-02 15:45:15 +02:00
cn10k_rx.h mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
cn10k_tx_mseg.c net/cnxk: support Tx security offload on cn10k 2021-10-02 15:45:19 +02:00
cn10k_tx_vec_mseg.c net/cnxk: support Tx security offload on cn10k 2021-10-02 15:45:19 +02:00
cn10k_tx_vec.c net/cnxk: support Tx security offload on cn10k 2021-10-02 15:45:19 +02:00
cn10k_tx.c net/cnxk: support Tx security offload on cn10k 2021-10-02 15:45:19 +02:00
cn10k_tx.h mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
cnxk_ethdev_devargs.c net/cnxk: support inline security setup for cn9k 2021-10-02 15:45:02 +02:00
cnxk_ethdev_ops.c ethdev: remove jumbo offload flag 2021-10-18 19:20:21 +02:00
cnxk_ethdev_sec.c net/cnxk: support configuring channel mask via devargs 2021-10-02 15:45:32 +02:00
cnxk_ethdev.c ethdev: fix max Rx packet length 2021-10-18 19:20:20 +02:00
cnxk_ethdev.h ethdev: remove jumbo offload flag 2021-10-18 19:20:21 +02:00
cnxk_link.c net/cnxk: add callback to get link status 2021-09-16 16:29:47 +02:00
cnxk_lookup.c net/cnxk: support inline security setup for cn9k 2021-10-02 15:45:02 +02:00
cnxk_ptp.c net/cnxk: support clock read 2021-06-30 03:21:30 +02:00
cnxk_rte_flow.c ethdev: remove deprecated shared counter attribute 2021-10-12 19:20:57 +02:00
cnxk_rte_flow.h net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cnxk_stats.c ethdev: improve xstats names by IDs get prototype 2021-10-06 13:07:11 +02:00
cnxk_tm.c net/cnxk: add TM shaper and node operations 2021-09-28 12:09:14 +02:00
cnxk_tm.h net/cnxk: add TM shaper and node operations 2021-09-28 12:09:14 +02:00
meson.build net/cnxk: support inline security setup for cn10k 2021-10-02 15:45:05 +02:00
version.map net/cnxk: support inline security setup for cn9k 2021-10-02 15:45:02 +02:00