Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.c132 patterns, in ipn3ke_pattern_vxlan()
190 patterns, in ipn3ke_pattern_mac()
260 patterns, in ipn3ke_pattern_qinq()
334 patterns, in ipn3ke_pattern_mpls()
399 patterns, in ipn3ke_pattern_ip_tcp()
464 patterns, in ipn3ke_pattern_ip_udp()
538 patterns, in ipn3ke_pattern_ip_nvgre()
612 patterns, in ipn3ke_pattern_vxlan_ip_udp()
803 while ((*patterns == item->type) && in ipn3ke_match_pattern()
804 (*patterns != RTE_FLOW_ITEM_TYPE_END)) { in ipn3ke_match_pattern()
[all …]
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_flow.c67 const struct rte_flow_item patterns[], in fs_flow_validate() argument
79 attr, patterns, actions, error); in fs_flow_validate()
94 const struct rte_flow_item patterns[], in fs_flow_create() argument
103 flow = fs_flow_allocate(attr, patterns, actions); in fs_flow_create()
106 attr, patterns, actions, error); in fs_flow_create()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_flow.c64 const struct rte_flow_item patterns[], in bond_flow_validate() argument
74 patterns, actions, err); in bond_flow_validate()
86 const struct rte_flow_item patterns[], in bond_flow_create() argument
94 flow = bond_flow_alloc(dev->data->numa_node, attr, patterns, actions); in bond_flow_create()
102 attr, patterns, actions, err); in bond_flow_create()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_diag.c35 const u32 patterns[] = {0x5A5A5A5A, 0xA5A5A5A5, 0x00000000, 0xFFFFFFFF}; in i40e_diag_reg_pattern_test() local
40 for (i = 0; i < ARRAY_SIZE(patterns); i++) { in i40e_diag_reg_pattern_test()
41 pat = patterns[i]; in i40e_diag_reg_pattern_test()
/f-stack/dpdk/drivers/net/igc/
H A Digc_flow.c158 igc_parse_patterns(const struct rte_flow_item patterns[], in igc_parse_patterns() argument
161 const struct rte_flow_item *item = patterns; in igc_parse_patterns()
267 const struct rte_flow_item patterns[], in igc_parse_flow() argument
284 ret = igc_parse_patterns(patterns, filter, error); in igc_parse_flow()
717 const struct rte_flow_item patterns[], in igc_flow_create() argument
725 ret = igc_parse_flow(dev, attr, patterns, actions, error, &filter); in igc_flow_create()
801 const struct rte_flow_item patterns[], in igc_flow_validate() argument
808 ret = igc_parse_flow(dev, attr, patterns, actions, error, &filter); in igc_flow_validate()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-el15203000.txt6 The board manages 3 LEDs and supports predefined blinking patterns
17 Supports next patterns:
H A Dcommon.yaml16 blinking patterns, flash timeout, flash faults and external flash strobe mode.
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dasync.c138 ac->sub.patterns = dictCreate(&callbackDict,NULL); in redisAsyncInitialize()
296 it = dictGetIterator(ac->sub.patterns); in __redisAsyncFree()
300 dictRelease(ac->sub.patterns); in __redisAsyncFree()
381 callbacks = ac->sub.patterns; in __redisGetSubscribeCallback()
615 ret = dictReplace(ac->sub.patterns,sname,&cb); in __redisAsyncCommand()
H A Dasync.h99 struct dict *patterns; member
/f-stack/dpdk/
H A D.gitignore33 # ignore other build directory patterns
/f-stack/app/redis-5.0.5/tests/
H A Dtest_helper.tcl612 proc assert_replication_stream {s patterns} { argument
613 for {set j 0} {$j < [llength $patterns]} {incr j} {
614 assert_match [lindex $patterns $j] [read_from_replication_stream $s]
/f-stack/freebsd/sys/
H A Dpciio.h97 struct pci_match_conf *patterns; /* pattern buffer */ member
/f-stack/freebsd/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,v-tpg.txt27 video timings for the TPG test patterns.
/f-stack/dpdk/drivers/net/qede/
H A Dqede_filter.c936 const struct rte_flow_item patterns[], in qede_flow_parse() argument
952 rc = qede_flow_parse_pattern(dev, patterns, error, flow); in qede_flow_parse()
964 const struct rte_flow_item patterns[], in qede_flow_validate() argument
968 return qede_flow_parse(dev, attr, patterns, actions, error, NULL); in qede_flow_validate()
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dmarvell-nand.txt59 patterns described in AN-379, "Marvell SoC NFC ECC".
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md127 access / allocation patterns. Threads with heavy workloads often benefit
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c337 .patterns = NULL, in rte_pci_scan()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst343 **rte_flow** [6]_, which expresses flow rules as combinations of patterns
383 direction for matching patterns, but have no impact on actions.
513 neither the "transfer" attribute nor traffic origin in flow rule patterns
H A Dflow_classify_lib.rst276 The library currently supports three IPv4 5-tuple flow patterns, for UDP, TCP
H A Drte_flow.rst154 Flow rule patterns apply to inbound and/or outbound traffic.
1081 value, but it is possible two different patterns have the same hash value.
1431 Like matching patterns, action lists are terminated by END items.
3141 classification offloads. The rte_flow "patterns" and "actions"
3161 There are several possible ways to use rte_flow "patterns" and
3168 "patterns" were matched and the packet will be fully offloaded.
3327 Many protocols can be simulated by crafting patterns with the `Item: RAW`_
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY83 + general read patterns now deprecated.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst74 Added support for new flow item to handle L2TPv3 over IP rte_flow patterns.
166 Added support for ESP and L2TPv3 over IP rte_flow patterns to the testpmd
/f-stack/dpdk/doc/guides/nics/
H A Docteontx2.rst305 The OCTEON TX2 SoC family NIC has support for the following patterns and
H A Dqede.rst153 QLogic FastLinQ QL4xxxx NICs has support for the following patterns and
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst236 /* Add rx node patterns of this lcore based on --config */

12