numam-dpdk/drivers/net/enic
Hyong Youb Kim 2b9919feab net/enic: fix missing offload capabilities
Add the following missing flags to the advertised offloads.
- DEV_RX_OFFLOAD_CRC_STRIP
  CRC is always stripped.
- DEV_RX_OFFLOAD_JUMBO_FRAME
  Jumbo support is always enabled on the NIC.
- DEV_RX_OFFLOAD_SCATTER
  Scatter Rx is currently supported.
- DEV_TX_OFFLOAD_MULTI_SEGS
  Multiple-segment transmit has always been supported.

Fixes: 93fb21fdbe ("net/enic: enable overlay offload for VXLAN and GENEVE")

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
2018-05-14 22:32:23 +01:00
..
base net/enic: update UDP RSS controls 2018-05-14 22:31:50 +01:00
enic_clsf.c
enic_compat.h
enic_ethdev.c net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
enic_flow.c net/enic: fix flow drop action 2018-05-14 22:31:52 +01:00
enic_main.c net/enic: update UDP RSS controls 2018-05-14 22:31:50 +01:00
enic_res.c net/enic: fix missing offload capabilities 2018-05-14 22:32:23 +01:00
enic_res.h
enic_rxtx.c net/enic: set rte errno to positive value 2018-05-14 22:31:50 +01:00
enic.h net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
Makefile
meson.build
rte_pmd_enic_version.map