0e8ffe58a3a8ddaba178e3899931ac9b90d6b3f1
[csit.git] / docs / tag_documentation.rst
1 CSIT Tags
2 =========
3
4 All CSIT test cases are labelled with Robot Framework tags used to allow for
5 easy test case type identification, test case grouping and selection for
6 execution. Following sections list currently used CSIT tags and their
7 descriptions.
8
9 Testbed Topology Tags
10 ---------------------
11
12 .. topic:: 2_NODE_DOUBLE_LINK_TOPO
13
14     2 nodes connected in a circular topology with two links interconnecting
15     the devices.
16
17 .. topic:: 2_NODE_SINGLE_LINK_TOPO
18
19     2 nodes connected in a circular topology with at least one link
20     interconnecting devices.
21
22 .. topic:: 3_NODE_DOUBLE_LINK_TOPO
23
24     3 nodes connected in a circular topology with two links interconnecting
25     the devices.
26
27 .. topic:: 3_NODE_SINGLE_LINK_TOPO
28
29     3 nodes connected in a circular topology with at least one link
30     interconnecting devices.
31
32 Objective Tags
33 --------------
34
35 .. topic:: SKIP_PATCH
36
37     Test case(s) marked to not run in case of vpp-csit-verify (i.e. VPP patch)
38     and csit-vpp-verify jobs (i.e. CSIT patch).
39
40 .. topic:: SKIP_VPP_PATCH
41
42     Test case(s) marked to not run in case of vpp-csit-verify (i.e. VPP patch).
43
44 Environment Tags
45 ----------------
46
47 .. topic:: HW_ENV
48
49     DUTs and TGs are running on bare metal.
50
51 .. topic:: VM_ENV
52
53     DUTs and TGs are running in virtual environment.
54
55 .. topic:: VPP_VM_ENV
56
57     DUTs with VPP and capable of running Virtual Machine.
58
59 NIC Model Tags
60 --------------
61
62 .. topic:: NIC_Intel-X520-DA2
63
64     Intel X520-DA2 NIC.
65
66 .. topic:: NIC_Intel-XL710
67
68     Intel XL710 NIC.
69
70 .. topic:: NIC_Intel-X710
71
72     Intel X710 NIC.
73
74 .. topic:: NIC_Intel-XXV710
75
76     Intel XXV710 NIC.
77
78 .. topic:: NIC_Cisco-VIC-1227
79
80     VIC-1227 by Cisco.
81
82 .. topic:: NIC_Cisco-VIC-1385
83
84     VIC-1385 by Cisco.
85
86 .. topic:: NIC_Amazon-Nitro-50G
87
88     Amazon EC2 ENA NIC.
89
90 Scaling Tags
91 ------------
92
93 .. topic:: FIB_20K
94
95     2x10,000 entries in single fib table
96
97 .. topic:: FIB_200K
98
99     2x100,000 entries in single fib table
100
101 .. topic:: FIB_2M
102
103     2x1,000,000 entries in single fib table
104
105 .. topic:: L2BD_1
106
107     Test with 1 L2 bridge domain.
108
109 .. topic:: L2BD_10
110
111     Test with 10 L2 bridge domains.
112
113 .. topic:: L2BD_100
114
115     Test with 100 L2 bridge domains.
116
117 .. topic:: L2BD_1K
118
119     Test with 1000 L2 bridge domains.
120
121 .. topic:: VLAN_1
122
123     Test with 1 VLAN sub-interface.
124
125 .. topic:: VLAN_10
126
127     Test with 10 VLAN sub-interfaces.
128
129 .. topic:: VLAN_100
130
131     Test with 100 VLAN sub-interfaces.
132
133 .. topic:: VLAN_1K
134
135     Test with 1000 VLAN sub-interfaces.
136
137 .. topic:: VXLAN_1
138
139     Test with 1 VXLAN tunnel.
140
141 .. topic:: VXLAN_10
142
143     Test with 10 VXLAN tunnels.
144
145 .. topic:: VXLAN_100
146
147     Test with 100 VXLAN tunnels.
148
149 .. topic:: VXLAN_1K
150
151     Test with 1000 VXLAN tunnels.
152
153 .. topic:: TNL_{t}
154
155     IPSec in tunnel mode - {t} tunnels.
156
157 .. topic:: SRC_USER_1
158
159     Traffic flow with 1 unique IP (users) in one direction.
160
161 .. topic:: SRC_USER_10
162
163     Traffic flow with 10 unique IPs (users) in one direction.
164
165 .. topic:: SRC_USER_100
166
167     Traffic flow with 100 unique IPs (users) in one direction.
168
169 .. topic:: SRC_USER_1000
170
171     Traffic flow with 1000 unique IPs (users) in one direction.
172
173 .. topic:: SRC_USER_2000
174
175     Traffic flow with 2000 unique IPs (users) in one direction.
176
177 .. topic:: SRC_USER_4000
178
179     Traffic flow with 4000 unique IPs (users) in one direction.
180
181 .. topic:: 100_FLOWS
182
183     Traffic stream with 100 unique flows (10 IPs/users x 10 UDP ports) in one
184     direction.
185
186 .. topic:: 10k_FLOWS
187
188     Traffic stream with 10 000 unique flows (10 IPs/users x 1000 UDP ports) in
189     one direction.
190
191 .. topic:: 100k_FLOWS
192
193     Traffic stream with 100 000 unique flows (100 IPs/users x 1000 UDP ports) in
194     one direction.
195
196 .. topic:: HOSTS_1024
197
198     Stateless or stateful traffic stream with 1024 client source IP4 addresses,
199     usually with 63 flow differing in source port number. Could be UDP or TCP.
200     If NAT is used, the clients are inside. Outside IP range can differ.
201
202 .. topic:: HOSTS_4096
203
204     Stateless or stateful traffic stream with 4096 client source IP4 addresses,
205     usually with 63 flow differing in source port number. Could be UDP or TCP.
206     If NAT is used, the clients are inside. Outside IP range can differ.
207
208 .. topic:: HOSTS_16384
209
210     Stateless or stateful traffic stream with 16384 client source IP4 addresses,
211     usually with 63 flow differing in source port number. Could be UDP or TCP.
212     If NAT is used, the clients are inside. Outside IP range can differ.
213
214 .. topic:: HOSTS_65536
215
216     Stateless or stateful traffic stream with 65536 client source IP4 addresses,
217     usually with 63 flow differing in source port number. Could be UDP or TCP.
218     If NAT is used, the clients are inside. Outside IP range can differ.
219
220 .. topic:: HOSTS_262144
221
222     Stateless or stateful traffic stream with 262144 client source IP4 addresses
223     usually with 63 flow differing in source port number. Could be UDP or TCP.
224     If NAT is used, the clients are inside. Outside IP range can differ.
225
226 .. topic:: GENEVE4_1TUN
227
228     Test with 1 GENEVE IPv4 tunnel.
229
230 .. topic:: GENEVE4_4TUN
231
232     Test with 4 GENEVE IPv4 tunnels.
233
234 .. topic:: GENEVE4_16TUN
235
236     Test with 16 GENEVE IPv4 tunnels.
237
238 .. topic:: GENEVE4_64TUN
239
240     Test with 64 GENEVE IPv4 tunnels.
241
242 .. topic:: GENEVE4_256TUN
243
244     Test with 256 GENEVE IPv4 tunnels.
245
246 .. topic:: GENEVE4_1024TUN
247
248     Test with 1024 GENEVE IPv4 tunnels.
249
250 Test Category Tags
251 ------------------
252
253 .. topic:: FUNCTEST
254
255     All functional test cases.
256
257 .. topic:: PERFTEST
258
259     All performance test cases.
260
261 Performance Type Tags
262 ---------------------
263
264 .. topic:: NDRPDR
265
266     Single test finding both No Drop Rate and Partial Drop Rate simultaneously.
267     The search is done by optimized algorithm which performs
268     multiple trial runs at different durations and transmit rates.
269     The results come from the final trials, which have duration of 30 seconds.
270
271 .. topic:: MRR
272
273     Performance tests where TG sends the traffic at maximum rate (line rate)
274     and reports total sent/received packets over trial duration.
275     The result is an average of 10 trials of 1 second duration.
276
277 .. topic:: SOAK
278
279     Performance tests using PLRsearch to find the critical load.
280
281 .. topic:: RECONF
282
283     Performance tests aimed to measure lost packets (time) when performing
284     reconfiguration while full throughput offered load is applied.
285
286 Ethernet Frame Size Tags
287 ------------------------
288
289 These are describing the traffic offered by Traffic Generator,
290 "primary" traffic in case of asymmetric load.
291 For traffic between DUTs, or for "secondary" traffic, see ${overhead} value.
292
293 .. topic:: 64B
294
295     64B frames used for test. Generic ethernet or IPv4.
296
297 .. topic:: 78B
298
299     78B frames used for test. Ipv6.
300
301 .. topic:: 114B
302
303     114B frames used for test. IPv4+vxlan.
304
305 .. topic:: 118B
306
307     118B frames used for test. Dot1q+IPv4+vxlan.
308
309 .. topic:: IMIX
310
311     IMIX frame sequence (28x 64B, 16x 570B, 4x 1518B) used for test.
312
313 .. topic:: 1460B
314
315     1460B frames used for test.
316
317 .. topic:: 1480B
318
319     1480B frames used for test.
320
321 .. topic:: 1514B
322
323     1514B frames used for test.
324
325 .. topic:: 1518B
326
327     1518B frames used for test.
328
329 .. topic:: 9000B
330
331     9000B frames used for test.
332
333 Test Type Tags
334 --------------
335
336 .. topic:: BASE
337
338     Baseline test cases, no encapsulation, no feature(s) configured in tests.
339     No scaling whatsoever, beyond minimum needed for RSS.
340
341 .. topic:: IP4BASE
342
343     IPv4 baseline test cases, no encapsulation, no feature(s) configured in
344     tests. Minimal number of routes. Other quantities may be scaled.
345
346 .. topic:: IP6BASE
347
348     IPv6 baseline test cases, no encapsulation, no feature(s) configured in
349     tests.
350
351 .. topic:: L2XCBASE
352
353     L2XC baseline test cases, no encapsulation, no feature(s) configured in
354     tests.
355
356 .. topic:: L2BDBASE
357
358     L2BD baseline test cases, no encapsulation, no feature(s) configured in
359     tests.
360
361 .. topic:: L2PATCH
362
363     L2PATCH baseline test cases, no encapsulation, no feature(s) configured in
364     tests.
365
366 .. topic:: SCALE
367
368     Scale test cases. Other tags specify which quantities are scaled.
369     Also applies if scaling is set on TG only (e.g. DUT works as IP4BASE).
370
371 .. topic:: ENCAP
372
373     Test cases where encapsulation is used. Use also encapsulation tag(s).
374
375 .. topic:: FEATURE
376
377     At least one feature is configured in test cases. Use also feature tag(s).
378
379 .. topic:: UDP
380
381     Tests which use any kind of UDP traffic (STL or ASTF profile).
382
383 .. topic:: TCP
384
385     Tests which use any kind of TCP traffic (STL or ASTF profile).
386
387 ..
388     TODO: Should we define tags STL and ASTF?
389
390 .. topic:: UDP_UDIR
391
392     Tests which use unidirectional UDP traffic (STL profile only).
393
394 .. topic:: UDP_BIDIR
395
396     Tests which use bidirectional UDP traffic (STL profile only).
397
398 .. topic:: UDP_CPS
399
400     Tests which measure connections per second on minimal UDP pseudoconnections.
401     This implies ASTF traffic profile is used.
402     This tag selects specific output processing in PAL.
403
404 .. topic:: TCP_CPS
405
406     Tests which measure connections per second on empty TCP connections.
407     This implies ASTF traffic profile is used.
408     This tag selects specific output processing in PAL.
409
410 .. topic:: UDP_PPS
411
412     Tests which measure packets per second on lightweight UDP transactions.
413     This implies ASTF traffic profile is used.
414     This tag selects specific output processing in PAL.
415
416 .. topic:: TCP_PPS
417
418     Tests which measure packets per second on lightweight TCP transactions.
419     This implies ASTF traffic profile is used.
420     This tag selects specific output processing in PAL.
421
422 .. topic:: HTTP
423
424     Tests which use traffic formed of valid HTTP requests (and responses).
425
426 ..
427     TODO: Add HTTP tag to the current hoststack tests.
428     TODO: Document other tags already used by hoststack tests.
429
430 .. topic:: NF_DENSITY
431
432     Performance tests that measure throughput of multiple VNF and CNF
433     service topologies at different service densities.
434
435 NF Service Density Tags
436 -----------------------
437
438 .. topic:: CHAIN
439
440     NF service density tests with VNF or CNF service chain topology(ies).
441
442 .. topic:: PIPE
443
444     NF service density tests with CNF service pipeline topology(ies).
445
446 .. topic:: NF_L3FWDIP4
447
448     NF service density tests with DPDK l3fwd IPv4 routing as NF workload.
449
450 .. topic:: NF_VPPIP4
451
452     NF service density tests with VPP IPv4 routing as NF workload.
453
454 .. topic:: {r}R{c}C
455
456     Service density matrix locator {r}R{c}C, {r}Row denoting number of
457     service instances, {c}Column denoting number of NFs per service
458     instance. {r}=(1,2,4,6,8,10), {c}=(1,2,4,6,8,10).
459
460 .. topic:: {n}VM{t}T
461
462     Service density {n}VM{t}T, {n}Number of NF Qemu VMs, {t}Number of threads
463     per NF.
464
465 .. topic:: {n}DCRt}T
466
467     Service density {n}DCR{t}T, {n}Number of NF Docker containers, {t}Number of
468     threads per NF.
469
470 .. topic:: {n}_ADDED_CHAINS
471
472     {n}Number of chains (or pipelines) added (and/or removed)
473     during RECONF test.
474
475 Forwarding Mode Tags
476 --------------------
477
478 .. topic:: L2BDMACSTAT
479
480     VPP L2 bridge-domain, L2 MAC static.
481
482 .. topic:: L2BDMACLRN
483
484     VPP L2 bridge-domain, L2 MAC learning.
485
486 .. topic:: L2XCFWD
487
488     VPP L2 point-to-point cross-connect.
489
490 .. topic:: IP4FWD
491
492     VPP IPv4 routed forwarding.
493
494 .. topic:: IP6FWD
495
496     VPP IPv6 routed forwarding.
497
498 .. topic:: LOADBALANCER_MAGLEV
499
500     VPP Load balancer maglev mode.
501
502 .. topic:: LOADBALANCER_L3DSR
503
504     VPP Load balancer l3dsr mode.
505
506 .. topic:: LOADBALANCER_NAT4
507
508     VPP Load balancer nat4 mode.
509
510 Underlay Tags
511 -------------
512
513 .. topic:: IP4UNRLAY
514
515     IPv4 underlay.
516
517 .. topic:: IP6UNRLAY
518
519     IPv6 underlay.
520
521 .. topic:: MPLSUNRLAY
522
523     MPLS underlay.
524
525 Overlay Tags
526 ------------
527
528 .. topic:: L2OVRLAY
529
530     L2 overlay.
531
532 .. topic:: IP4OVRLAY
533
534     IPv4 overlay (IPv4 payload).
535
536 .. topic:: IP6OVRLAY
537
538     IPv6 overlay (IPv6 payload).
539
540 Tagging Tags
541 ------------
542
543 .. topic:: DOT1Q
544
545     All test cases with dot1q.
546
547 .. topic:: DOT1AD
548
549     All test cases with dot1ad.
550
551 Encapsulation Tags
552 ------------------
553
554 .. topic:: ETH
555
556     All test cases with base Ethernet (no encapsulation).
557
558 .. topic:: LISP
559
560     All test cases with LISP.
561
562 .. topic:: LISPGPE
563
564     All test cases with LISP-GPE.
565
566 .. topic:: LISP_IP4o4
567
568     All test cases with LISP_IP4o4.
569
570 .. topic:: LISPGPE_IP4o4
571
572     All test cases with LISPGPE_IP4o4.
573
574 .. topic:: LISPGPE_IP6o4
575
576     All test cases with LISPGPE_IP6o4.
577
578 .. topic:: LISPGPE_IP4o6
579
580     All test cases with LISPGPE_IP4o6.
581
582 .. topic:: LISPGPE_IP6o6
583
584     All test cases with LISPGPE_IP6o6.
585
586 .. topic:: VXLAN
587
588     All test cases with Vxlan.
589
590 .. topic:: VXLANGPE
591
592     All test cases with VXLAN-GPE.
593
594 .. topic:: GRE
595
596     All test cases with GRE.
597
598 .. topic:: IPSEC
599
600     All test cases with IPSEC.
601
602 .. topic:: SRv6
603
604     All test cases with Segment routing over IPv6 dataplane.
605
606 .. topic:: SRv6_1SID
607
608     All SRv6 test cases with single SID.
609
610 .. topic:: SRv6_2SID_DECAP
611
612     All SRv6 test cases with two SIDs and with decapsulation.
613
614 .. topic:: SRv6_2SID_NODECAP
615
616     All SRv6 test cases with two SIDs and without decapsulation.
617
618 .. topic:: GENEVE
619
620     All test cases with GENEVE.
621
622 .. topic:: GENEVE_L3MODE
623
624     All test cases with GENEVE tunnel in L3 mode.
625
626 Interface Tags
627 --------------
628
629 .. topic:: PHY
630
631     All test cases which use physical interface(s).
632
633 .. topic:: GSO
634
635     All test cases which uses Generic Segmentation Offload.
636
637 .. topic:: VHOST
638
639     All test cases which uses VHOST.
640
641 .. topic:: VHOST_1024
642
643     All test cases which uses VHOST DPDK driver with qemu queue size set
644     to 1024.
645
646 .. topic:: VIRTIO
647
648     All test cases which uses VIRTIO native VPP driver.
649
650 .. topic:: VIRTIO_1024
651
652     All test cases which uses VIRTIO native VPP driver with qemu queue size set
653     to 1024.
654
655 .. topic:: CFS_OPT
656
657     All test cases which uses VM with optimised scheduler policy.
658
659 .. topic:: TUNTAP
660
661     All test cases which uses TUN and TAP.
662
663 .. topic:: AFPKT
664
665     All test cases which uses AFPKT.
666
667 .. topic:: NETMAP
668
669     All test cases which uses Netmap.
670
671 .. topic:: MEMIF
672
673     All test cases which uses Memif.
674
675 .. topic:: SINGLE_MEMIF
676
677     All test cases which uses only single Memif connection per DUT. One DUT
678     instance is running in container having one physical interface exposed to
679     container.
680
681 .. topic:: LBOND
682
683     All test cases which uses link bonding (BondEthernet interface).
684
685 .. topic:: LBOND_DPDK
686
687     All test cases which uses DPDK link bonding.
688
689 .. topic:: LBOND_VPP
690
691     All test cases which uses VPP link bonding.
692
693 .. topic:: LBOND_MODE_XOR
694
695     All test cases which uses link bonding with mode XOR.
696
697 .. topic:: LBOND_MODE_LACP
698
699     All test cases which uses link bonding with mode LACP.
700
701 .. topic:: LBOND_LB_L34
702
703     All test cases which uses link bonding with load-balance mode l34.
704
705 .. topic:: LBOND_1L
706
707     All test cases which uses one link for link bonding.
708
709 .. topic:: LBOND_2L
710
711     All test cases which uses two links for link bonding.
712
713 .. topic:: DRV_AVF
714
715     All test cases which uses Intel Adaptive Virtual Function (AVF) device
716     plugin for VPP. This plugins provides native device support for Intel AVF.
717     AVF is driver specification for current and future Intel Virtual Function
718     devices. In essence, today this driver can be used only with Intel
719     XL710 / X710 / XXV710 adapters.
720
721 .. topic:: DRV_VFIO_PCI
722
723     All test cases which uses vfio-pci device driver. It supports variety of NIC
724     adapters.
725
726 .. topic:: DRV_RDMA_CORE
727
728     All test cases which uses rdma-core device driver. It supports Mellanox
729     NIC adapters.
730
731 .. topic:: RXQ_SIZE_{n}
732
733    All test cases which RXQ size (RX descriptors) are set to {n}. Default is 0,
734    which means VPP (API) default.
735
736 .. topic:: TXQ_SIZE_{n}
737
738    All test cases which TXQ size (TX descriptors) are set to {n}. Default is 0,
739    which means VPP (API) default.
740
741 Feature Tags
742 ------------
743
744 .. topic:: IACLDST
745
746     iACL destination.
747
748 .. topic:: ADLALWLIST
749
750     ADL allowlist.
751
752 .. topic:: NAT44
753
754     NAT44 configured and tested.
755
756 .. topic:: NAT64
757
758     NAT44 configured and tested.
759
760 .. topic:: ACL
761
762     ACL plugin configured and tested.
763
764 .. topic:: IACL
765
766     ACL plugin configured and tested on input path.
767
768 .. topic:: OACL
769
770     ACL plugin configured and tested on output path.
771
772 .. topic:: ACL_STATELESS
773
774     ACL plugin configured and tested in stateless mode (permit action).
775
776 .. topic:: ACL_STATEFUL
777
778     ACL plugin configured and tested in stateful mode (permit+reflect action).
779
780 .. topic:: ACL1
781
782     ACL plugin configured and tested with 1 not-hitting ACE.
783
784 .. topic:: ACL10
785
786     ACL plugin configured and tested with 10 not-hitting ACEs.
787
788 .. topic:: ACL50
789
790     ACL plugin configured and tested with 50 not-hitting ACEs.
791
792 .. topic:: SRv6_PROXY
793
794     SRv6 endpoint to SR-unaware appliance via proxy.
795
796 .. topic:: SRv6_PROXY_STAT
797
798     SRv6 endpoint to SR-unaware appliance via static proxy.
799
800 .. topic:: SRv6_PROXY_DYN
801
802     SRv6 endpoint to SR-unaware appliance via dynamic proxy.
803
804 .. topic:: SRv6_PROXY_MASQ
805
806     SRv6 endpoint to SR-unaware appliance via masquerading proxy.
807
808 Encryption Tags
809 ---------------
810
811 .. topic:: IPSECSW
812
813     Crypto in software.
814
815 .. topic:: IPSECHW
816
817     Crypto in hardware.
818
819 .. topic:: IPSECTRAN
820
821     IPSec in transport mode.
822
823 .. topic:: IPSECTUN
824
825     IPSec in tunnel mode.
826
827 .. topic:: IPSECINT
828
829     IPSec in interface mode.
830
831 .. topic:: AES
832
833     IPSec using AES algorithms.
834
835 .. topic:: AES_128_CBC
836
837     IPSec using AES 128 CBC algorithms.
838
839 .. topic:: AES_128_GCM
840
841     IPSec using AES 128 GCM algorithms.
842
843 .. topic:: AES_256_GCM
844
845     IPSec using AES 256 GCM algorithms.
846
847 .. topic:: HMAC
848
849     IPSec using HMAC integrity algorithms.
850
851 .. topic:: HMAC_SHA_256
852
853     IPSec using HMAC SHA 256 integrity algorithms.
854
855 .. topic:: HMAC_SHA_512
856
857     IPSec using HMAC SHA 512 integrity algorithms.
858
859 .. topic:: SCHEDULER
860
861     IPSec using crypto sw scheduler engine.
862
863 Client-Workload Tags
864 --------------------
865
866 .. topic:: VM
867
868     All test cases which use at least one virtual machine.
869
870 .. topic:: LXC
871
872     All test cases which use Linux container and LXC utils.
873
874 .. topic:: DRC
875
876     All test cases which use at least one Docker container.
877
878 .. topic:: DOCKER
879
880     All test cases which use Docker as container manager.
881
882 .. topic:: APP
883
884     All test cases with specific APP use.
885
886 Container Orchestration Tags
887 ----------------------------
888
889 .. topic:: 1VSWITCH
890
891     VPP running in Docker container acting as VSWITCH.
892
893 .. topic:: 1VNF
894
895     1 VPP running in Docker container acting as VNF work load.
896
897 .. topic:: 2VNF
898
899     2 VPP running in 2 Docker containers acting as VNF work load.
900
901 .. topic:: 4VNF
902
903     4 VPP running in 4 Docker containers acting as VNF work load.
904
905 Multi-Threading Tags
906 --------------------
907
908 .. topic:: STHREAD
909
910    *Dynamic tag*.
911    All test cases using single poll mode thread.
912
913 .. topic:: MTHREAD
914
915    *Dynamic tag*.
916     All test cases using more then one poll mode driver thread.
917
918 .. topic:: 1NUMA
919
920     All test cases with packet processing on single socket.
921
922 .. topic:: 2NUMA
923
924     All test cases with packet processing on two sockets.
925
926 .. topic:: 1C
927
928     1 worker thread pinned to 1 dedicated physical core; or if HyperThreading is
929     enabled, 2 worker threads each pinned to a separate logical core within 1
930     dedicated physical core. Main thread pinned to core 1.
931
932 .. topic:: 2C
933
934     2 worker threads pinned to 2 dedicated physical cores; or if HyperThreading
935     is enabled, 4 worker threads each pinned to a separate logical core within 2
936     dedicated physical cores. Main thread pinned to core 1.
937
938 .. topic:: 4C
939
940     4 worker threads pinned to 4 dedicated physical cores; or if HyperThreading
941     is enabled, 8 worker threads each pinned to a separate logical core within 4
942     dedicated physical cores. Main thread pinned to core 1.
943
944 .. topic:: 1T1C
945
946    *Dynamic tag*.
947     1 worker thread pinned to 1 dedicated physical core. 1 receive queue per
948     interface. Main thread pinned to core 1.
949
950 .. topic:: 2T2C
951
952    *Dynamic tag*.
953     2 worker threads pinned to 2 dedicated physical cores. 1 receive queue per
954     interface. Main thread pinned to core 1.
955
956 .. topic:: 4T4C
957
958    *Dynamic tag*.
959     4 worker threads pinned to 4 dedicated physical cores. 2 receive queues per
960     interface. Main thread pinned to core 1.
961
962 .. topic:: 2T1C
963
964    *Dynamic tag*.
965     2 worker threads each pinned to a separate logical core within 1 dedicated
966     physical core. 1 receive queue per interface. Main thread pinned to core 1.
967
968 .. topic:: 4T2C
969
970    *Dynamic tag*.
971     4 worker threads each pinned to a separate logical core within 2 dedicated
972     physical cores. 2 receive queues per interface. Main thread pinned to core
973     1.
974
975 .. topic:: 8T4C
976
977    *Dynamic tag*.
978     8 worker threads each pinned to a separate logical core within 4 dedicated
979     physical cores. 4 receive queues per interface. Main thread pinned to core
980     1.