numam-dpdk/drivers/net/enic/base
Hyong Youb Kim 93fb21fdbe net/enic: enable overlay offload for VXLAN and GENEVE
Recent NIC models support overlay offload. The overlay offload
feature enables the following on the NIC.
- Rx/Tx checksum offloads for both inner and outer packets.
- Rx inner packet type classification.
- TSO.
- Inner RSS.

TX descriptors do not require any changes, except the header length
for TSO. The NIC parses outer/inner packets and performs offloads on
them as necessary. The header length for tunneled TSO includes both
inner and outer headers.

The NIC actually parses and performs the above for NVGRE as well. DPDK
currently has no offload flags for NVGRE, and the hardware has no
controls to individually enable tunnel types either. So do nothing for
now.

The driver enables overlay offload by default. Add a devargs
'disable-overlay=<0|1>' to allow the app to disable it.

Also update the enic guide doc.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2018-04-27 15:54:55 +01:00
..
cq_desc.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
cq_enet_desc.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
rq_enet_desc.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_cq.c net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_cq.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_dev.c net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
vnic_dev.h net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
vnic_devcmd.h net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
vnic_enet.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_intr.c net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_intr.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_nic.h net/enic: support UDP RSS on 1400 series adapters 2018-04-14 00:41:44 +02:00
vnic_resource.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_rq.c net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_rq.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_rss.c net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_rss.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_stats.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_wq.c net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00
vnic_wq.h net/enic: enable overlay offload for VXLAN and GENEVE 2018-04-27 15:54:55 +01:00
wq_enet_desc.h net/enic: use BSD-3-Clause 2018-01-16 18:47:49 +01:00