Home
last modified time | relevance | path

Searched refs:nvgre (Results 1 – 17 of 17) sorted by relevance

/dpdk/doc/guides/nics/features/
H A Dipn3ke.ini53 nvgre = Y key
H A Dhns3.ini59 nvgre = Y key
H A Dtxgbe.ini61 nvgre = Y key
H A Di40e.ini66 nvgre = Y key
H A Dixgbe.ini64 nvgre = Y key
H A Dsfc.ini49 nvgre = Y key
H A Dcnxk_vf.ini63 nvgre = Y key
H A Dice.ini65 nvgre = Y key
H A Dcnxk_vec.ini67 nvgre = Y key
H A Dcnxk.ini71 nvgre = Y key
H A Ddefault.ini122 nvgre = key
H A Dmlx5.ini78 nvgre = Y key
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c486 const struct rte_flow_item_nvgre *nvgre = NULL; in ipn3ke_pattern_ip_nvgre() local
515 nvgre = item->spec; in ipn3ke_pattern_ip_nvgre()
517 rte_memcpy(&parser->key[6], nvgre->tni, 3); in ipn3ke_pattern_ip_nvgre()
530 if (ipv4 != NULL && udp != NULL && nvgre != NULL) { in ipn3ke_pattern_ip_nvgre()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst214 nvgre
1872 set nvgre ip-version (ipv4|ipv6) tni (tni) ip-src (ip-src) ip-dst (ip-dst) \
1874 set nvgre-with-vlan ip-version (ipv4|ipv6) tni (tni) ip-src (ip-src) \
2311 …testpmd> port config all rss (all|default|eth|vlan|ip|tcp|udp|sctp|ether|port|vxlan|geneve|nvgre|v…
4018 - ``nvgre``: match NVGRE header.
5083 testpmd> set nvgre ip-version ipv4 tni 4 ip-src 127.0.0.1 ip-dst 128.0.0.1
5088 testpmd> set nvgre-with-vlan ip-version ipv4 tni 4 ip-src 127.0.0.1
5096 testpmd> set nvgre ip-version ipv6 tni 4 ip-src ::1 ip-dst ::2222
5101 testpmd> set nvgre-with-vlan ip-version ipv6 tni 4 ip-src ::1 ip-dst ::2222
5399 testpmd> set nvgre ip-version ipv4 tni 4 ip-src 127.0.0.1 ip-dst 128.0.0.1
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c140 struct rte_flow_item_nvgre nvgre; member
/dpdk/app/test-pmd/
H A Dcmdline_flow.c10628 struct rte_flow_item_nvgre *nvgre; in update_fields() local
10662 nvgre = (struct rte_flow_item_nvgre *)buf; in update_fields()
10663 nvgre->protocol = rte_cpu_to_be_16(0x6558); in update_fields()
10664 nvgre->c_k_s_rsvd0_ver = rte_cpu_to_be_16(0x2000); in update_fields()
H A Dcmdline.c13301 cmdline_fixed_string_t nvgre; member
13315 TOKEN_STRING_INITIALIZER(struct cmd_set_nvgre_result, nvgre, "nvgre");
13317 TOKEN_STRING_INITIALIZER(struct cmd_set_nvgre_result, nvgre,
13368 if (strcmp(res->nvgre, "nvgre") == 0) in cmd_set_nvgre_parsed()
13370 else if (strcmp(res->nvgre, "nvgre-with-vlan") == 0) in cmd_set_nvgre_parsed()