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 net/enic: avoid strict aliasing warnings 2018-03-30 14:08:43 +02:00
enic_compat.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
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 net/enic: allow to change RSS settings 2018-03-30 14:08:43 +02:00
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 net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
meson.build net/enic: support meson 2018-03-30 14:08:43 +02:00
rte_pmd_enic_version.map enic: move to drivers/net/ 2015-05-22 16:05:52 +02:00