numam-dpdk/drivers/net/softnic
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
..
conn.c net/softnic: add connection agent 2018-07-12 13:52:37 +02:00
conn.h net/softnic: add connection agent 2018-07-12 13:52:37 +02:00
firmware.cli net/softnic: add firmware script 2018-07-12 13:55:42 +02:00
hash_func_arm64.h net/softnic: add port action profile 2018-07-12 13:50:41 +02:00
hash_func.h net/softnic: add port action profile 2018-07-12 13:50:41 +02:00
Makefile net/softnic: add connection agent 2018-07-12 13:52:37 +02:00
meson.build net/softnic: add connection agent 2018-07-12 13:52:37 +02:00
parser.c net/softnic: add command for tmgr shaper profile 2018-07-25 19:27:34 +02:00
parser.h net/softnic: add command for tmgr shaper profile 2018-07-25 19:27:34 +02:00
rte_eth_softnic_action.c net/softnic: add table action profile 2018-07-12 13:51:00 +02:00
rte_eth_softnic_cli.c net/softnic: add command for default tmgr hierarchy 2018-07-25 19:29:15 +02:00
rte_eth_softnic_internals.h net/softnic: add command for tmgr create 2018-07-25 19:27:07 +02:00
rte_eth_softnic_link.c net/softnic: add link object 2018-07-12 13:49:24 +02:00
rte_eth_softnic_mempool.c net/softnic: add mempool object 2018-07-12 13:49:44 +02:00
rte_eth_softnic_pipeline.c net/softnic: implement start and stop 2018-07-12 13:55:21 +02:00
rte_eth_softnic_swq.c net/softnic: fix memory illegal access after free 2018-07-23 23:55:26 +02:00
rte_eth_softnic_tap.c net/softnic: add tap object 2018-07-12 13:50:03 +02:00
rte_eth_softnic_thread.c net/softnic: add command for TTL action 2018-07-12 13:54:42 +02:00
rte_eth_softnic_tm.c net/softnic: add command for tmgr create 2018-07-25 19:27:07 +02:00
rte_eth_softnic.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
rte_eth_softnic.h net/softnic: add connection agent 2018-07-12 13:52:37 +02:00
rte_pmd_softnic_version.map net/softnic: add connection agent 2018-07-12 13:52:37 +02:00