numam-dpdk/drivers/net/cxgbe
Ferruh Yigit 323e7b667f ethdev: make default behavior CRC strip on Rx
Removed DEV_RX_OFFLOAD_CRC_STRIP offload flag.
Without any specific Rx offload flag, default behavior by PMDs is to
strip CRC.

PMDs that support keeping CRC should advertise DEV_RX_OFFLOAD_KEEP_CRC
Rx offload capability.

Applications that require keeping CRC should check PMD capability first
and if it is supported can enable this feature by setting
DEV_RX_OFFLOAD_KEEP_CRC in Rx offload flag in rte_eth_dev_configure()

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Tomasz Duszynski <tdu@semihalf.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Jan Remes <remes@netcope.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Hyong Youb Kim <hyonkim@cisco.com>
2018-09-14 20:08:41 +02:00
..
base net/cxgbe: add flow ops to match based on dest MAC 2018-09-14 20:08:41 +02:00
clip_tbl.c net/cxgbe: fix null dereference on CLIP failure 2018-08-02 11:03:16 +02:00
clip_tbl.h net/cxgbe: add Compressed Local IP region 2018-07-04 22:20:41 +02:00
cxgbe_compat.h net/cxgbe: fix Rx channel map and queue type 2018-07-04 22:52:22 +02:00
cxgbe_ethdev.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
cxgbe_filter.c net/cxgbe: add flow ops to match based on dest MAC 2018-09-14 20:08:41 +02:00
cxgbe_filter.h net/cxgbe: add flow ops to match based on dest MAC 2018-09-14 20:08:41 +02:00
cxgbe_flow.c net/cxgbe: add flow ops to match based on dest MAC 2018-09-14 20:08:41 +02:00
cxgbe_flow.h net/cxgbe: add flow ops to match based on dest MAC 2018-09-14 20:08:41 +02:00
cxgbe_main.c net/cxgbe: add flow ops to match based on dest MAC 2018-09-14 20:08:41 +02:00
cxgbe_ofld.h net/cxgbe: support to delete flows in HASH region 2018-07-04 22:20:41 +02:00
cxgbe_pfvf.h net/cxgbe: add link up and down ops 2018-07-04 22:52:21 +02:00
cxgbe.h net/cxgbe: query firmware for max queues available 2018-07-04 22:52:21 +02:00
cxgbevf_ethdev.c net/cxgbevf: add missing Tx byte counters 2018-07-04 22:52:22 +02:00
cxgbevf_main.c net/cxgbe: query firmware for max queues available 2018-07-04 22:52:21 +02:00
l2t.c net/cxgbe: add API to program hardware layer 2 table 2018-09-14 20:08:41 +02:00
l2t.h net/cxgbe: add API to program hardware layer 2 table 2018-09-14 20:08:41 +02:00
Makefile net/cxgbe: add API to program hardware MPS table 2018-09-14 20:08:41 +02:00
meson.build net/cxgbe: add API to program hardware MPS table 2018-09-14 20:08:41 +02:00
mps_tcam.c net/cxgbe: add API to program hardware MPS table 2018-09-14 20:08:41 +02:00
mps_tcam.h net/cxgbe: add API to program hardware MPS table 2018-09-14 20:08:41 +02:00
rte_pmd_cxgbe_version.map cxgbe: add pmd skeleton 2015-06-30 22:46:42 +02:00
sge.c net/cxgbe: fix Rx channel map and queue type 2018-07-04 22:52:22 +02:00