| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_vlan.c | 115 rxq_data->vlan_strip = !!on; in mlx5_vlan_strip_queue_set() 125 rxq_data->vlan_strip = !!on; in mlx5_vlan_strip_queue_set()
|
| H A D | mlx5_rx.c | 761 if (rxq->vlan_strip) { in rxq_cq_to_mbuf() 762 bool vlan_strip; in rxq_cq_to_mbuf() local 766 vlan_strip = cqe->hdr_type_etc & in rxq_cq_to_mbuf() 769 vlan_strip = mcqe->hdr_type & in rxq_cq_to_mbuf() 771 if (vlan_strip) { in rxq_cq_to_mbuf()
|
| H A D | mlx5_rx.h | 85 unsigned int vlan_strip:1; /* Enable VLAN stripping. */ member
|
| H A D | mlx5_devx.c | 247 rq_attr.vsd = (rxq_data->vlan_strip) ? 0 : 1; in mlx5_rxq_create_devx_rq_resources()
|
| /dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 51 uint8_t vlan_strip; member 82 uint8_t vlan_strip; member 154 if (!pkt_q->vlan_strip && rte_vlan_insert(&mbuf)) in eth_af_packet_rx() 356 internals->vlan_strip = !!(rxmode->offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in eth_dev_configure() 499 pkt_q->vlan_strip = internals->vlan_strip; in eth_rx_queue_setup()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_vnic.h | 49 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 | 982 vnic->vlan_strip = true; in bnxt_vnic_prep() 984 vnic->vlan_strip = false; in bnxt_vnic_prep()
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_struct.h | 91 bool vlan_strip:1; member
|
| H A D | nicvf_ethdev.c | 916 [nic->offload_cksum][nic->vlan_strip]; in nicvf_set_rx_function()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_vchnl.c | 574 struct virtchnl_vlan_setting vlan_strip; in iavf_config_vlan_strip_v2() local 583 ethertype = &vlan_strip.outer_ethertype_setting; in iavf_config_vlan_strip_v2() 586 ethertype = &vlan_strip.inner_ethertype_setting; in iavf_config_vlan_strip_v2() 590 memset(&vlan_strip, 0, sizeof(vlan_strip)); in iavf_config_vlan_strip_v2() 591 vlan_strip.vport_id = vf->vsi_res->vsi_id; in iavf_config_vlan_strip_v2() 596 args.in_args = (uint8_t *)&vlan_strip; in iavf_config_vlan_strip_v2() 597 args.in_args_size = sizeof(vlan_strip); in iavf_config_vlan_strip_v2()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio.h | 195 uint8_t vlan_strip; member
|
| H A D | virtio_rxtx.c | 1039 if (hw->vlan_strip) in virtio_recv_pkts() 1142 if (hw->vlan_strip) in virtio_recv_pkts_packed() 1274 if (hw->vlan_strip) in virtio_recv_pkts_inorder() 1453 if (hw->vlan_strip) in virtio_recv_mergeable_pkts() 1625 if (hw->vlan_strip) in virtio_recv_mergeable_pkts_packed()
|
| H A D | virtio_ethdev.c | 2646 hw->vlan_strip = 1; in virtio_dev_configure() 3017 hw->vlan_strip = !!(offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in virtio_dev_vlan_offload_set()
|
| /dpdk/drivers/net/atlantic/ |
| H A D | atl_types.h | 109 bool vlan_strip; member
|
| H A D | atl_ethdev.c | 1728 cfg->vlan_strip = !!(mask & RTE_ETH_VLAN_STRIP_MASK); in atl_vlan_offload_set() 1731 hw_atl_rpo_rx_desc_vlan_stripping_set(hw, cfg->vlan_strip, i); in atl_vlan_offload_set()
|
| H A D | atl_rxtx.c | 1045 if (cfg->vlan_strip) in atl_recv_pkts()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_var.h | 145 uint8_t vlan_strip; member
|
| H A D | hn_ethdev.c | 742 hv->vlan_strip = !!(rxmode->offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in hn_dev_configure()
|
| H A D | hn_rxtx.c | 619 if (!hv->vlan_strip && rte_vlan_insert(&m)) { in hn_rxpkt()
|
| /dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 112 uint8_t vlan_strip; member 401 if (r->internal->vlan_strip) in eth_vhost_rx() 1142 internal->vlan_strip = !!(rxmode->offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in eth_dev_configure()
|
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_hw_defs.h | 421 enum vlan_strip { enum
|
| H A D | nicvf_hw.c | 702 nic->vlan_strip = enable; in nicvf_vlan_hw_strip()
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 248 .create_flags = (rxq_data->vlan_strip ? in mlx5_rxq_ibv_wq_create()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_11.rst | 317 vlan_strip|vlan_filter|vlan_extend on|off
|