| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_vlan.c | 114 rxq->vlan_strip = !!on; in mlx5_vlan_strip_queue_set() 124 rxq->vlan_strip = !!on; in mlx5_vlan_strip_queue_set()
|
| H A D | mlx5_rxtx.c | 1348 if (rxq->vlan_strip) { in rxq_cq_to_mbuf() 1349 bool vlan_strip; in rxq_cq_to_mbuf() local 1353 vlan_strip = cqe->hdr_type_etc & in rxq_cq_to_mbuf() 1356 vlan_strip = mcqe->hdr_type & in rxq_cq_to_mbuf() 1358 if (vlan_strip) { in rxq_cq_to_mbuf()
|
| H A D | mlx5_rxtx.h | 115 unsigned int vlan_strip:1; /* Enable VLAN stripping. */ member
|
| H A D | mlx5_devx.c | 278 rq_attr->vsd = (rxq_data->vlan_strip) ? 0 : 1; in mlx5_devx_create_rq_attr_fill()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_vnic.h | 52 bool vlan_strip; member
|
| H A D | rte_pmd_bnxt.c | 347 vnic->vlan_strip = *on; in rte_pmd_bnxt_set_vf_vlan_stripq_cb()
|
| H A D | bnxt_flow.c | 927 vnic->vlan_strip = true; in bnxt_vnic_prep() 929 vnic->vlan_strip = false; in bnxt_vnic_prep()
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | f-stack.conf | 25 vlan_strip=1
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | nicvf_struct.h | 91 bool vlan_strip:1; member
|
| /f-stack/lib/ |
| H A D | ff_config.h | 152 int vlan_strip; member
|
| H A D | ff_config.c | 689 pconfig->dpdk.vlan_strip = atoi(value); in ini_parse_handler()
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.h | 254 uint8_t vlan_strip; member
|
| H A D | virtio_rxtx.c | 1010 if (hw->vlan_strip) in virtio_recv_pkts() 1113 if (hw->vlan_strip) in virtio_recv_pkts_packed() 1245 if (hw->vlan_strip) in virtio_recv_pkts_inorder() 1424 if (hw->vlan_strip) in virtio_recv_mergeable_pkts() 1596 if (hw->vlan_strip) in virtio_recv_mergeable_pkts_packed()
|
| H A D | virtio_ethdev.c | 2291 hw->vlan_strip = 1; in virtio_dev_configure() 2615 hw->vlan_strip = !!(offloads & DEV_RX_OFFLOAD_VLAN_STRIP); in virtio_dev_vlan_offload_set()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_types.h | 109 bool vlan_strip; member
|
| H A D | atl_ethdev.c | 1735 cfg->vlan_strip = !!(mask & ETH_VLAN_STRIP_MASK); in atl_vlan_offload_set() 1738 hw_atl_rpo_rx_desc_vlan_stripping_set(hw, cfg->vlan_strip, i); in atl_vlan_offload_set()
|
| H A D | atl_rxtx.c | 1050 if (cfg->vlan_strip) in atl_recv_pkts()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_var.h | 117 uint8_t vlan_strip; member
|
| H A D | hn_ethdev.c | 576 hv->vlan_strip = !!(rxmode->offloads & DEV_RX_OFFLOAD_VLAN_STRIP); in hn_dev_configure()
|
| H A D | hn_rxtx.c | 621 if (!hv->vlan_strip && rte_vlan_insert(&m)) { in hn_rxpkt()
|
| /f-stack/ |
| H A D | config.ini | 25 vlan_strip=1 key
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 112 uint8_t vlan_strip; member 411 if (r->internal->vlan_strip) in eth_vhost_rx() 1127 internal->vlan_strip = !!(rxmode->offloads & DEV_RX_OFFLOAD_VLAN_STRIP); in eth_dev_configure()
|
| /f-stack/dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_hw.c | 702 nic->vlan_strip = enable; in nicvf_vlan_hw_strip()
|
| H A D | nicvf_hw_defs.h | 420 enum vlan_strip { enum
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 284 .create_flags = (rxq_data->vlan_strip ? in mlx5_rxq_ibv_wq_create()
|