| /dpdk/lib/acl/ |
| H A D | acl_vect.h | 21 #define ACL_TR_HILO(P, TC, tr0, tr1, lo, hi) do { \ argument 22 lo = (typeof(lo))_##P##_shuffle_ps((TC)(tr0), (TC)(tr1), 0x88); \ 23 hi = (typeof(hi))_##P##_shuffle_ps((TC)(tr0), (TC)(tr1), 0xdd); \
|
| /dpdk/app/test/ |
| H A D | test_sched.c | 31 #define TC 2 macro 123 ip_hdr->dst_addr = RTE_IPV4(0,0,TC,QUEUE); in prepare_pkt() 126 rte_sched_port_pkt_write(port, mbuf, SUBPORT, PIPE, TC, QUEUE, in prepare_pkt() 192 TEST_ASSERT_EQUAL(traffic_class, TC, "Wrong traffic_class\n"); in test_sched() 202 TEST_ASSERT_EQUAL(subport_stats.n_pkts_tc[TC-1], 10, "Wrong subport stats\n"); in test_sched()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 188 …| | | Lowest priority TC: 4 | exactly 1 queue, while the lowest prio… 537 * Traffic class TC is the highest priority active traffic class of pipe P; 539 * Queue Q is the next queue selected by WRR within traffic class TC of pipe P; 543 * Subport S has enough credits for traffic class TC to send the packet; 547 * Pipe P has enough credits for traffic class TC to send the packet. 551 subport S traffic class TC, pipe P, pipe P traffic class TC. 739 Therefore, queue 0 (associated with TC 0, highest priority TC) is handled before 740 queue 1 (TC 1, lower priority than TC 0), 741 which is handled before queue 2 (TC 2, lower priority than TC 1) and it continues until queues of a… 742 lowest priority TC are handled. At last, queues 12..15 (best effort TC, lowest priority TC) are han… [all …]
|
| H A D | glossary.rst | 219 TC
|
| H A D | rte_flow.rst | 1095 - ``label_tc_s_ttl``: label, TC, Bottom of Stack and TTL.
|
| /dpdk/devtools/ |
| H A D | check-abi-version.sh | 31 OBJ_DUMP_OUTPUT=`objdump -TC --section=.text ${LIB} 2>&1 | grep ".text"`
|
| H A D | words-case.txt | 84 TC
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 346 VF TC bandwidth allocation 359 VF TC max bandwidth 370 TC strict priority scheduling 378 The 0 in the TC bitmap means disabling the strict priority scheduling for this 379 TC. To enable use a value of 1.
|
| /dpdk/doc/guides/nics/ |
| H A D | i40e.rst | 666 VF & TC max bandwidth setting 669 The per VF max bandwidth and per TC max bandwidth cannot be enabled in parallel. 670 The behavior is different when handling per VF and per TC max bandwidth setting. 671 When enabling per VF max bandwidth, SW will check if per TC max bandwidth is 673 When enabling per TC max bandwidth, SW will check if per VF max bandwidth 674 is enabled. If so, disable per VF max bandwidth and continue with per TC max 677 TC TX scheduling mode setting 681 If a TC is set to strict priority mode, it can consume unlimited bandwidth. 682 It means if APP has set the max bandwidth for that TC, it comes to no 684 It's suggested to set the strict priority mode for a TC that is latency
|
| H A D | mvpp2.rst | 280 - ``<pcp_list>``: List of PCP values to handle in particular TC (e.g. 0 1 3-4 7). 282 - ``<dscp_list>``: List of DSCP values to handle in particular TC (e.g. 0-12 32-48 63). 310 Setting PCP/DSCP values for the default TC is not required. All PCP/DSCP 311 values not assigned explicitly to particular TC will be handled by the 312 default TC.
|
| H A D | tap.rst | 52 just after netdevice creation. Using TC rules, traffic from the remote netdevice 128 As rules are translated to TC, it is possible to show them with something like::
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_dcb_forwarding.rst | 35 …./<build_dir>/examples/dpdk-vmdq_dcb [EAL options] -- -p PORTMASK --nb-pools NP --nb-tcs TC --enab… 37 where, NP can be 16 or 32, TC can be 4 or 8, rss is disabled by default.
|
| H A D | qos_scheduler.rst | 236 …| Queue | High Priority TC: 1, | Queue of lowest priority traffic | De… 237 …| | Lowest Priority TC: 4 | class (Best effort) serviced in WRR | …
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_05.rst | 86 * **Added VF TC min and max bandwidth setting in i40e.** 88 Enabled capability to set the min and max allocated bandwidth for a TC on a 91 * **Added TC strict priority mode setting on i40e.** 95 is now possible to change the Tx scheduling mode for a TC. This is a global
|
| H A D | release_21_08.rst | 34 * Added Tx QoS VF queue TC mapping. 44 * Added Tx QoS TC bandwidth configuration in DCF.
|
| H A D | release_20_11.rst | 503 a TC is greater than 256.
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_fdir.c | 961 TC); in iavf_fdir_parse_pattern()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 176 * ``dcb_tc``: DCB information such as TC mapping. 1498 Set a TC's TX max absolute bandwidth (Mbps) for a VF from PF:: 1577 * ``tx_tc`` (0-15): TC for which traffic is to be paused for xmit. 1582 * ``rx_tc`` (0-15): TC filled in PFC frame for which remote Tx is to be paused.
|