Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_parser_rt.h42 bool protocols[ICE_PARSER_PROTO_NUM]; member
H A Dice_parser_rt.c674 rt->protocols[entry->proto_id] = true; in _proto_off_update()
681 rt->protocols[rt->action->proto_id] = true; in _proto_off_update()
741 if (rt->protocols[i]) { in _proto_off_resolve()
/dpdk/doc/guides/nics/
H A Dtap.rst66 not understand network protocols like IPv4/6, UDP or TCP unless the
67 application has been written to understand these protocols.
82 can utilize that stack to handle the network protocols. Plus you would be able
H A Ddpaa.rst271 Packet parsing at wire speed. It supports standard protocols parsing and
273 It supports non-standard UDF header parsing for custom protocols.
H A Dcnxk.rst394 Custom protocols supported in RTE Flow
397 The ``RTE_FLOW_ITEM_TYPE_RAW`` can be used to parse the below custom protocols.
H A Di40e.rst493 protocols/filters which are not supported by default. The DDP
H A Dbnxt.rst319 packets. Listed below are the tunneling protocols supported by the BNXT PMD:
H A Dmlx5.rst1461 command-line parameter to enable additional protocols (UDP and TCP as well
/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.h168 uint8_t protocols[RTE_PMD_I40E_PROTO_NUM]; member
H A Di40e_ethdev.c11607 proto_id = pctype[i].protocols[j]; in i40e_update_customized_pctype()
11755 proto_id = ptype[i].protocols[j]; in i40e_update_customized_ptype()
/dpdk/doc/guides/prog_guide/
H A Drte_security.rst14 and DOCSIS protocols and associated operations, other protocols will be added
659 For other protocols like MACSec, structures and enums are defined as place holders
H A Dipsec_lib.rst11 The library is concentrated on data-path protocols processing
H A Dpacket_framework.rst168 …| | | table for tunnelling protocols, etc. …
348 For IPv4 protocol and L4 protocols like TCP, UDP or SCTP, the size of the DiffServ 5-tuple is 13 by…
1161 …everything is dynamically defined: The packet headers (i.e. the network protocols), the packet met…
H A Dlink_bonding_poll_mode_drv_lib.rst327 and UDP protocols for load balancing.
H A Drte_flow.rst1610 and header relations with preceding and following protocols and
2198 protocols. The flow pattern specifies both the outer security header fields
4288 Many protocols can be simulated by crafting patterns with the `Item: RAW`_
4291 PMDs can rely on this capability to simulate support for protocols with
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst164 for protocols like IPsec using inline ipsec offload to ethernet devices or
H A Drelease_21_11.rst88 Added flow pattern items and header formats for the L2TPv2 and PPP protocols.
/dpdk/app/test-pmd/
H A Dcmdline.c14776 proto_id = pctype[i].protocols[j]; in cmd_ddp_info_parsed()
14815 proto_id = ptype[i].protocols[j]; in cmd_ddp_info_parsed()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2414 Add/remove UDP tunnel port for VXLAN/GENEVE tunneling protocols::