Searched refs:overlay (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_dev.h | 194 uint8_t overlay, uint8_t config); 195 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, uint8_t overlay,
|
| H A D | vnic_dev.c | 1290 int vnic_dev_overlay_offload_ctrl(struct vnic_dev *vdev, uint8_t overlay, in vnic_dev_overlay_offload_ctrl() argument 1293 uint64_t a0 = overlay; in vnic_dev_overlay_offload_ctrl() 1300 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, uint8_t overlay, in vnic_dev_overlay_offload_cfg() argument 1304 uint64_t a0 = overlay; in vnic_dev_overlay_offload_cfg()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_rxtx.c | 257 bool overlay; in enic_noscatter_recv_pkts() local 284 overlay = enic->overlay_offload; in enic_noscatter_recv_pkts() 307 tnl = overlay && (cqd->completed_index_flags & in enic_noscatter_recv_pkts()
|
| /dpdk/doc/guides/nics/ |
| H A D | enic.rst | 267 Recent hardware models support overlay offload. When enabled, the NIC performs 297 In order to enable overlay offload, enable VXLAN and/or Geneve on vNIC 299 enables overlay offload, it prints one of the following messages on the console. 307 By default, PMD enables overlay offload if hardware supports it. To disable 308 it, set ``devargs`` parameter ``disable-overlay=1``. For example:: 310 -a 12:00.0,disable-overlay=1
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 2464 VLXAN network overlay which conforms with RFC 7348 (Virtual eXtensible Local 2476 | ``definition`` | Tunnel end-point overlay definition | 2501 network overlay from the matched flow. 2519 NVGRE network overlay which conforms with RFC 7637 (NVGRE: Network 2530 | ``definition`` | NVGRE end-point overlay definition | 2553 network overlay from the matched flow.
|
| H A D | member_lib.rst | 34 scalability issues of diverse network applications including overlay networks,
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4339 the VXLAN tunnel network overlay from the matched flow. 4345 the NVGRE tunnel network overlay from the matched flow.
|