Home
last modified time | relevance | path

Searched refs:ipv6_ext (Results 1 – 10 of 10) sorted by relevance

/dpdk/doc/guides/nics/features/
H A Dcnxk_vf.ini59 ipv6_ext = Y key
H A Dcnxk_vec.ini63 ipv6_ext = Y key
H A Dcnxk.ini67 ipv6_ext = Y key
H A Ddefault.ini114 ipv6_ext = key
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h83 u8 ipv6_ext; member
H A Dhinic_pmd_niccfg.c839 HINIC_RSS_TYPE_SET(rss_type.ipv6_ext, IPV6_EXT) | in hinic_set_rss_type()
899 rss_type->ipv6_ext = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6_EXT); in hinic_get_rss_type()
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c510 rss_type->ipv6_ext = (rss_hf & RTE_ETH_RSS_IPV6_EX) ? 1 : 0; in hinic_fill_rss_type()
H A Dhinic_pmd_ethdev.c1959 rss_type.ipv6_ext = (rss_hf & RTE_ETH_RSS_IPV6_EX) ? 1 : 0; in hinic_rss_hash_update()
2024 rss_conf->rss_hf |= rss_type.ipv6_ext ? RTE_ETH_RSS_IPV6_EX : 0; in hinic_rss_conf_get()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c148 struct rte_flow_item_ipv6_ext ipv6_ext; member
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4072 - ``ipv6_ext``: match presence of any IPv6 extension header.