ethdev: remove legacy flexible filter type support
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
1 ..  SPDX-License-Identifier: BSD-3-Clause
2     Copyright(c) 2010-2016 Intel Corporation.
3
4 .. _testpmd_runtime:
5
6 Testpmd Runtime Functions
7 =========================
8
9 Where the testpmd application is started in interactive mode, (``-i|--interactive``),
10 it displays a prompt that can be used to start and stop forwarding,
11 configure the application, display statistics (including the extended NIC
12 statistics aka xstats) , set the Flow Director and other tasks::
13
14    testpmd>
15
16 The testpmd prompt has some, limited, readline support.
17 Common bash command-line functions such as ``Ctrl+a`` and ``Ctrl+e`` to go to the start and end of the prompt line are supported
18 as well as access to the command history via the up-arrow.
19
20 There is also support for tab completion.
21 If you type a partial command and hit ``<TAB>`` you get a list of the available completions:
22
23 .. code-block:: console
24
25    testpmd> show port <TAB>
26
27        info [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc|cap X
28        info [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc|cap all
29        stats [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc|cap X
30        stats [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc|cap all
31        ...
32
33
34 .. note::
35
36    Some examples in this document are too long to fit on one line are shown wrapped at `"\\"` for display purposes::
37
38       testpmd> set flow_ctrl rx (on|off) tx (on|off) (high_water) (low_water) \
39                (pause_time) (send_xon) (port_id)
40
41 In the real ``testpmd>`` prompt these commands should be on a single line.
42
43 Help Functions
44 --------------
45
46 The testpmd has on-line help for the functions that are available at runtime.
47 These are divided into sections and can be accessed using help, help section or help all:
48
49 .. code-block:: console
50
51    testpmd> help
52
53        help control    : Start and stop forwarding.
54        help display    : Displaying port, stats and config information.
55        help config     : Configuration information.
56        help ports      : Configuring ports.
57        help registers  : Reading and setting port registers.
58        help filters    : Filters configuration help.
59        help all        : All of the above sections.
60
61
62 Command File Functions
63 ----------------------
64
65 To facilitate loading large number of commands or to avoid cutting and pasting where not
66 practical or possible testpmd supports alternative methods for executing commands.
67
68 * If started with the ``--cmdline-file=FILENAME`` command line argument testpmd
69   will execute all CLI commands contained within the file immediately before
70   starting packet forwarding or entering interactive mode.
71
72 .. code-block:: console
73
74    ./dpdk-testpmd -n4 -r2 ... -- -i --cmdline-file=/home/ubuntu/flow-create-commands.txt
75    Interactive-mode selected
76    CLI commands to be read from /home/ubuntu/flow-create-commands.txt
77    Configuring Port 0 (socket 0)
78    Port 0: 7C:FE:90:CB:74:CE
79    Configuring Port 1 (socket 0)
80    Port 1: 7C:FE:90:CB:74:CA
81    Checking link statuses...
82    Port 0 Link Up - speed 10000 Mbps - full-duplex
83    Port 1 Link Up - speed 10000 Mbps - full-duplex
84    Done
85    Flow rule #0 created
86    Flow rule #1 created
87    ...
88    ...
89    Flow rule #498 created
90    Flow rule #499 created
91    Read all CLI commands from /home/ubuntu/flow-create-commands.txt
92    testpmd>
93
94
95 * At run-time additional commands can be loaded in bulk by invoking the ``load FILENAME``
96   command.
97
98 .. code-block:: console
99
100    testpmd> load /home/ubuntu/flow-create-commands.txt
101    Flow rule #0 created
102    Flow rule #1 created
103    ...
104    ...
105    Flow rule #498 created
106    Flow rule #499 created
107    Read all CLI commands from /home/ubuntu/flow-create-commands.txt
108    testpmd>
109
110
111 In all cases output from any included command will be displayed as standard output.
112 Execution will continue until the end of the file is reached regardless of
113 whether any errors occur.  The end user must examine the output to determine if
114 any failures occurred.
115
116
117 Control Functions
118 -----------------
119
120 start
121 ~~~~~
122
123 Start packet forwarding with current configuration::
124
125    testpmd> start
126
127 start tx_first
128 ~~~~~~~~~~~~~~
129
130 Start packet forwarding with current configuration after sending specified number of bursts of packets::
131
132    testpmd> start tx_first (""|burst_num)
133
134 The default burst number is 1 when ``burst_num`` not presented.
135
136 stop
137 ~~~~
138
139 Stop packet forwarding, and display accumulated statistics::
140
141    testpmd> stop
142
143 quit
144 ~~~~
145
146 Quit to prompt::
147
148    testpmd> quit
149
150
151 Display Functions
152 -----------------
153
154 The functions in the following sections are used to display information about the
155 testpmd configuration or the NIC status.
156
157 show port
158 ~~~~~~~~~
159
160 Display information for a given port or all ports::
161
162    testpmd> show port (info|summary|stats|xstats|fdir|stat_qmap|dcb_tc|cap) (port_id|all)
163
164 The available information categories are:
165
166 * ``info``: General port information such as MAC address.
167
168 * ``summary``: Brief port summary such as Device Name, Driver Name etc.
169
170 * ``stats``: RX/TX statistics.
171
172 * ``xstats``: RX/TX extended NIC statistics.
173
174 * ``fdir``: Flow Director information and statistics.
175
176 * ``stat_qmap``: Queue statistics mapping.
177
178 * ``dcb_tc``: DCB information such as TC mapping.
179
180 * ``cap``: Supported offload capabilities.
181
182 For example:
183
184 .. code-block:: console
185
186    testpmd> show port info 0
187
188    ********************* Infos for port 0 *********************
189
190    MAC address: XX:XX:XX:XX:XX:XX
191    Connect to socket: 0
192    memory allocation on the socket: 0
193    Link status: up
194    Link speed: 40000 Mbps
195    Link duplex: full-duplex
196    Promiscuous mode: enabled
197    Allmulticast mode: disabled
198    Maximum number of MAC addresses: 64
199    Maximum number of MAC addresses of hash filtering: 0
200    VLAN offload:
201        strip on, filter on, extend off, qinq strip off
202    Redirection table size: 512
203    Supported flow types:
204      ipv4-frag
205      ipv4-tcp
206      ipv4-udp
207      ipv4-sctp
208      ipv4-other
209      ipv6-frag
210      ipv6-tcp
211      ipv6-udp
212      ipv6-sctp
213      ipv6-other
214      l2_payload
215      port
216      vxlan
217      geneve
218      nvgre
219      vxlan-gpe
220
221 show port (module_eeprom|eeprom)
222 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
223
224 Display the EEPROM information of a port::
225
226    testpmd> show port (port_id) (module_eeprom|eeprom)
227
228 show port rss reta
229 ~~~~~~~~~~~~~~~~~~
230
231 Display the rss redirection table entry indicated by masks on port X::
232
233    testpmd> show port (port_id) rss reta (size) (mask0, mask1...)
234
235 size is used to indicate the hardware supported reta size
236
237 show port rss-hash
238 ~~~~~~~~~~~~~~~~~~
239
240 Display the RSS hash functions and RSS hash key of a port::
241
242    testpmd> show port (port_id) rss-hash [key]
243
244 clear port
245 ~~~~~~~~~~
246
247 Clear the port statistics and forward engine statistics for a given port or for all ports::
248
249    testpmd> clear port (info|stats|xstats|fdir|stat_qmap) (port_id|all)
250
251 For example::
252
253    testpmd> clear port stats all
254
255 show (rxq|txq)
256 ~~~~~~~~~~~~~~
257
258 Display information for a given port's RX/TX queue::
259
260    testpmd> show (rxq|txq) info (port_id) (queue_id)
261
262 show desc status(rxq|txq)
263 ~~~~~~~~~~~~~~~~~~~~~~~~~
264
265 Display information for a given port's RX/TX descriptor status::
266
267    testpmd> show port (port_id) (rxq|txq) (queue_id) desc (desc_id) status
268
269
270 show config
271 ~~~~~~~~~~~
272
273 Displays the configuration of the application.
274 The configuration comes from the command-line, the runtime or the application defaults::
275
276    testpmd> show config (rxtx|cores|fwd|rxoffs|rxpkts|txpkts|txtimes)
277
278 The available information categories are:
279
280 * ``rxtx``: RX/TX configuration items.
281
282 * ``cores``: List of forwarding cores.
283
284 * ``fwd``: Packet forwarding configuration.
285
286 * ``rxoffs``: Packet offsets for RX split.
287
288 * ``rxpkts``: Packets to RX split configuration.
289
290 * ``txpkts``: Packets to TX configuration.
291
292 * ``txtimes``: Burst time pattern for Tx only mode.
293
294 For example:
295
296 .. code-block:: console
297
298    testpmd> show config rxtx
299
300    io packet forwarding - CRC stripping disabled - packets/burst=16
301    nb forwarding cores=2 - nb forwarding ports=1
302    RX queues=1 - RX desc=128 - RX free threshold=0
303    RX threshold registers: pthresh=8 hthresh=8 wthresh=4
304    TX queues=1 - TX desc=512 - TX free threshold=0
305    TX threshold registers: pthresh=36 hthresh=0 wthresh=0
306    TX RS bit threshold=0 - TXQ flags=0x0
307
308 set fwd
309 ~~~~~~~
310
311 Set the packet forwarding mode::
312
313    testpmd> set fwd (io|mac|macswap|flowgen| \
314                      rxonly|txonly|csum|icmpecho|noisy|5tswap) (""|retry)
315
316 ``retry`` can be specified for forwarding engines except ``rx_only``.
317
318 The available information categories are:
319
320 * ``io``: Forwards packets "as-is" in I/O mode.
321   This is the fastest possible forwarding operation as it does not access packets data.
322   This is the default mode.
323
324 * ``mac``: Changes the source and the destination Ethernet addresses of packets before forwarding them.
325   Default application behavior is to set source Ethernet address to that of the transmitting interface, and destination
326   address to a dummy value (set during init). The user may specify a target destination Ethernet address via the 'eth-peer' or
327   'eth-peers-configfile' command-line options. It is not currently possible to specify a specific source Ethernet address.
328
329 * ``macswap``: MAC swap forwarding mode.
330   Swaps the source and the destination Ethernet addresses of packets before forwarding them.
331
332 * ``flowgen``: Multi-flow generation mode.
333   Originates a number of flows (with varying destination IP addresses), and terminate receive traffic.
334
335 * ``rxonly``: Receives packets but doesn't transmit them.
336
337 * ``txonly``: Generates and transmits packets without receiving any.
338
339 * ``csum``: Changes the checksum field with hardware or software methods depending on the offload flags on the packet.
340
341 * ``icmpecho``: Receives a burst of packets, lookup for ICMP echo requests and, if any, send back ICMP echo replies.
342
343 * ``ieee1588``: Demonstrate L2 IEEE1588 V2 PTP timestamping for RX and TX.
344
345 * ``noisy``: Noisy neighbor simulation.
346   Simulate more realistic behavior of a guest machine engaged in receiving
347   and sending packets performing Virtual Network Function (VNF).
348
349 * ``5tswap``: Swap the source and destination of L2,L3,L4 if they exist.
350
351   L2 swaps the source address and destination address of Ethernet, as same as ``macswap``.
352
353   L3 swaps the source address and destination address of IP (v4 and v6).
354
355   L4 swaps the source port and destination port of transport layer (TCP and UDP).
356
357 Example::
358
359    testpmd> set fwd rxonly
360
361    Set rxonly packet forwarding mode
362
363
364 show fwd
365 ~~~~~~~~
366
367 When running, forwarding engines maintain statistics from the time they have been started.
368 Example for the io forwarding engine, with some packet drops on the tx side::
369
370    testpmd> show fwd stats all
371
372      ------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 1/Queue= 0 -------
373      RX-packets: 274293770      TX-packets: 274293642      TX-dropped: 128
374
375      ------- Forward Stats for RX Port= 1/Queue= 0 -> TX Port= 0/Queue= 0 -------
376      RX-packets: 274301850      TX-packets: 274301850      TX-dropped: 0
377
378      ---------------------- Forward statistics for port 0  ----------------------
379      RX-packets: 274293802      RX-dropped: 0             RX-total: 274293802
380      TX-packets: 274301862      TX-dropped: 0             TX-total: 274301862
381      ----------------------------------------------------------------------------
382
383      ---------------------- Forward statistics for port 1  ----------------------
384      RX-packets: 274301894      RX-dropped: 0             RX-total: 274301894
385      TX-packets: 274293706      TX-dropped: 128           TX-total: 274293834
386      ----------------------------------------------------------------------------
387
388      +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
389      RX-packets: 548595696      RX-dropped: 0             RX-total: 548595696
390      TX-packets: 548595568      TX-dropped: 128           TX-total: 548595696
391      ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
392
393
394 clear fwd
395 ~~~~~~~~~
396
397 Clear the forwarding engines statistics::
398
399    testpmd> clear fwd stats all
400
401 read rxd
402 ~~~~~~~~
403
404 Display an RX descriptor for a port RX queue::
405
406    testpmd> read rxd (port_id) (queue_id) (rxd_id)
407
408 For example::
409
410    testpmd> read rxd 0 0 4
411         0x0000000B - 0x001D0180 / 0x0000000B - 0x001D0180
412
413 read txd
414 ~~~~~~~~
415
416 Display a TX descriptor for a port TX queue::
417
418    testpmd> read txd (port_id) (queue_id) (txd_id)
419
420 For example::
421
422    testpmd> read txd 0 0 4
423         0x00000001 - 0x24C3C440 / 0x000F0000 - 0x2330003C
424
425 ddp get list
426 ~~~~~~~~~~~~
427
428 Get loaded dynamic device personalization (DDP) package info list::
429
430    testpmd> ddp get list (port_id)
431
432 ddp get info
433 ~~~~~~~~~~~~
434
435 Display information about dynamic device personalization (DDP) profile::
436
437    testpmd> ddp get info (profile_path)
438
439 show vf stats
440 ~~~~~~~~~~~~~
441
442 Display VF statistics::
443
444    testpmd> show vf stats (port_id) (vf_id)
445
446 clear vf stats
447 ~~~~~~~~~~~~~~
448
449 Reset VF statistics::
450
451    testpmd> clear vf stats (port_id) (vf_id)
452
453 show port pctype mapping
454 ~~~~~~~~~~~~~~~~~~~~~~~~
455
456 List all items from the pctype mapping table::
457
458    testpmd> show port (port_id) pctype mapping
459
460 show rx offloading capabilities
461 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
462
463 List all per queue and per port Rx offloading capabilities of a port::
464
465    testpmd> show port (port_id) rx_offload capabilities
466
467 show rx offloading configuration
468 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
469
470 List port level and all queue level Rx offloading configuration::
471
472    testpmd> show port (port_id) rx_offload configuration
473
474 show tx offloading capabilities
475 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
476
477 List all per queue and per port Tx offloading capabilities of a port::
478
479    testpmd> show port (port_id) tx_offload capabilities
480
481 show tx offloading configuration
482 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
483
484 List port level and all queue level Tx offloading configuration::
485
486    testpmd> show port (port_id) tx_offload configuration
487
488 show tx metadata setting
489 ~~~~~~~~~~~~~~~~~~~~~~~~
490
491 Show Tx metadata value set for a specific port::
492
493    testpmd> show port (port_id) tx_metadata
494
495 show port supported ptypes
496 ~~~~~~~~~~~~~~~~~~~~~~~~~~
497
498 Show ptypes supported for a specific port::
499
500    testpmd> show port (port_id) ptypes
501
502 set port supported ptypes
503 ~~~~~~~~~~~~~~~~~~~~~~~~~
504
505 set packet types classification for a specific port::
506
507    testpmd> set port (port_id) ptypes_mask (mask)
508
509 show port mac addresses info
510 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
511
512 Show mac addresses added for a specific port::
513
514    testpmd> show port (port_id) macs
515
516
517 show port multicast mac addresses info
518 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
519
520 Show multicast mac addresses added for a specific port::
521
522    testpmd> show port (port_id) mcast_macs
523
524 show device info
525 ~~~~~~~~~~~~~~~~
526
527 Show general information about devices probed::
528
529    testpmd> show device info (<identifier>|all)
530
531 For example:
532
533 .. code-block:: console
534
535     testpmd> show device info net_pcap0
536
537     ********************* Infos for device net_pcap0 *********************
538     Bus name: vdev
539     Driver name: net_pcap
540     Devargs: iface=enP2p6s0,phy_mac=1
541     Connect to socket: -1
542
543             Port id: 2
544             MAC address: 1E:37:93:28:04:B8
545             Device name: net_pcap0
546
547 dump physmem
548 ~~~~~~~~~~~~
549
550 Dumps all physical memory segment layouts::
551
552    testpmd> dump_physmem
553
554 dump memzone
555 ~~~~~~~~~~~~
556
557 Dumps the layout of all memory zones::
558
559    testpmd> dump_memzone
560
561 dump socket memory
562 ~~~~~~~~~~~~~~~~~~
563
564 Dumps the memory usage of all sockets::
565
566    testpmd> dump_socket_mem
567
568 dump struct size
569 ~~~~~~~~~~~~~~~~
570
571 Dumps the size of all memory structures::
572
573    testpmd> dump_struct_sizes
574
575 dump ring
576 ~~~~~~~~~
577
578 Dumps the status of all or specific element in DPDK rings::
579
580    testpmd> dump_ring [ring_name]
581
582 dump mempool
583 ~~~~~~~~~~~~
584
585 Dumps the statistics of all or specific memory pool::
586
587    testpmd> dump_mempool [mempool_name]
588
589 dump devargs
590 ~~~~~~~~~~~~
591
592 Dumps the user device list::
593
594    testpmd> dump_devargs
595
596 dump log types
597 ~~~~~~~~~~~~~~
598
599 Dumps the log level for all the dpdk modules::
600
601    testpmd> dump_log_types
602
603 show (raw_encap|raw_decap)
604 ~~~~~~~~~~~~~~~~~~~~~~~~~~
605
606 Display content of raw_encap/raw_decap buffers in hex::
607
608   testpmd> show <raw_encap|raw_decap> <index>
609   testpmd> show <raw_encap|raw_decap> all
610
611 For example::
612
613   testpmd> show raw_encap 6
614
615   index: 6 at [0x1c565b0], len=50
616   00000000: 00 00 00 00 00 00 16 26 36 46 56 66 08 00 45 00 | .......&6FVf..E.
617   00000010: 00 00 00 00 00 00 00 11 00 00 C0 A8 01 06 C0 A8 | ................
618   00000020: 03 06 00 00 00 FA 00 00 00 00 08 00 00 00 00 00 | ................
619   00000030: 06 00                                           | ..
620
621 show fec capabilities
622 ~~~~~~~~~~~~~~~~~~~~~
623
624 Show fec capabilities of a port::
625
626   testpmd> show port (port_id) fec capabilities
627
628 show fec mode
629 ~~~~~~~~~~~~~
630
631 Show fec mode of a port::
632
633   testpmd> show port (port_id) fec_mode
634
635
636 Configuration Functions
637 -----------------------
638
639 The testpmd application can be configured from the runtime as well as from the command-line.
640
641 This section details the available configuration functions that are available.
642
643 .. note::
644
645    Configuration changes only become active when forwarding is started/restarted.
646
647 set default
648 ~~~~~~~~~~~
649
650 Reset forwarding to the default configuration::
651
652    testpmd> set default
653
654 set verbose
655 ~~~~~~~~~~~
656
657 Set the debug verbosity level::
658
659    testpmd> set verbose (level)
660
661 Available levels are as following:
662
663 * ``0`` silent except for error.
664 * ``1`` fully verbose except for Tx packets.
665 * ``2`` fully verbose except for Rx packets.
666 * ``> 2`` fully verbose.
667
668 set log
669 ~~~~~~~
670
671 Set the log level for a log type::
672
673         testpmd> set log global|(type) (level)
674
675 Where:
676
677 * ``type`` is the log name.
678
679 * ``level`` is the log level.
680
681 For example, to change the global log level::
682
683         testpmd> set log global (level)
684
685 Regexes can also be used for type. To change log level of user1, user2 and user3::
686
687         testpmd> set log user[1-3] (level)
688
689 set nbport
690 ~~~~~~~~~~
691
692 Set the number of ports used by the application:
693
694 set nbport (num)
695
696 This is equivalent to the ``--nb-ports`` command-line option.
697
698 set nbcore
699 ~~~~~~~~~~
700
701 Set the number of cores used by the application::
702
703    testpmd> set nbcore (num)
704
705 This is equivalent to the ``--nb-cores`` command-line option.
706
707 .. note::
708
709    The number of cores used must not be greater than number of ports used multiplied by the number of queues per port.
710
711 set coremask
712 ~~~~~~~~~~~~
713
714 Set the forwarding cores hexadecimal mask::
715
716    testpmd> set coremask (mask)
717
718 This is equivalent to the ``--coremask`` command-line option.
719
720 .. note::
721
722    The main lcore is reserved for command line parsing only and cannot be masked on for packet forwarding.
723
724 set portmask
725 ~~~~~~~~~~~~
726
727 Set the forwarding ports hexadecimal mask::
728
729    testpmd> set portmask (mask)
730
731 This is equivalent to the ``--portmask`` command-line option.
732
733 set record-core-cycles
734 ~~~~~~~~~~~~~~~~~~~~~~
735
736 Set the recording of CPU cycles::
737
738    testpmd> set record-core-cycles (on|off)
739
740 Where:
741
742 * ``on`` enables measurement of CPU cycles per packet.
743
744 * ``off`` disables measurement of CPU cycles per packet.
745
746 This is equivalent to the ``--record-core-cycles command-line`` option.
747
748 set record-burst-stats
749 ~~~~~~~~~~~~~~~~~~~~~~
750
751 Set the displaying of RX and TX bursts::
752
753    testpmd> set record-burst-stats (on|off)
754
755 Where:
756
757 * ``on`` enables display of RX and TX bursts.
758
759 * ``off`` disables display of RX and TX bursts.
760
761 This is equivalent to the ``--record-burst-stats command-line`` option.
762
763 set burst
764 ~~~~~~~~~
765
766 Set number of packets per burst::
767
768    testpmd> set burst (num)
769
770 This is equivalent to the ``--burst command-line`` option.
771
772 When retry is enabled, the transmit delay time and number of retries can also be set::
773
774    testpmd> set burst tx delay (microseconds) retry (num)
775
776 set rxoffs
777 ~~~~~~~~~~
778
779 Set the offsets of segments relating to the data buffer beginning on receiving
780 if split feature is engaged. Affects only the queues configured with split
781 offloads (currently BUFFER_SPLIT is supported only).
782
783    testpmd> set rxoffs (x[,y]*)
784
785 Where x[,y]* represents a CSV list of values, without white space. If the list
786 of offsets is shorter than the list of segments the zero offsets will be used
787 for the remaining segments.
788
789 set rxpkts
790 ~~~~~~~~~~
791
792 Set the length of segments to scatter packets on receiving if split
793 feature is engaged. Affects only the queues configured with split offloads
794 (currently BUFFER_SPLIT is supported only). Optionally the multiple memory
795 pools can be specified with --mbuf-size command line parameter and the mbufs
796 to receive will be allocated sequentially from these extra memory pools (the
797 mbuf for the first segment is allocated from the first pool, the second one
798 from the second pool, and so on, if segment number is greater then pool's the
799 mbuf for remaining segments will be allocated from the last valid pool).
800
801    testpmd> set rxpkts (x[,y]*)
802
803 Where x[,y]* represents a CSV list of values, without white space. Zero value
804 means to use the corresponding memory pool data buffer size.
805
806 set txpkts
807 ~~~~~~~~~~
808
809 Set the length of each segment of the TX-ONLY packets or length of packet for FLOWGEN mode::
810
811    testpmd> set txpkts (x[,y]*)
812
813 Where x[,y]* represents a CSV list of values, without white space.
814
815 set txtimes
816 ~~~~~~~~~~~
817
818 Configure the timing burst pattern for Tx only mode. This command enables
819 the packet send scheduling on dynamic timestamp mbuf field and configures
820 timing pattern in Tx only mode. In this mode, if scheduling is enabled
821 application provides timestamps in the packets being sent. It is possible
822 to configure delay (in unspecified device clock units) between bursts
823 and between the packets within the burst::
824
825    testpmd> set txtimes (inter),(intra)
826
827 where:
828
829 * ``inter``  is the delay between the bursts in the device clock units.
830   If ``intra`` is zero, this is the time between the beginnings of the
831   first packets in the neighbour bursts, if ``intra`` is not zero,
832   ``inter`` specifies the time between the beginning of the first packet
833   of the current burst and the beginning of the last packet of the
834   previous burst. If ``inter`` parameter is zero the send scheduling
835   on timestamps is disabled (default).
836
837 * ``intra`` is the delay between the packets within the burst specified
838   in the device clock units. The number of packets in the burst is defined
839   by regular burst setting. If ``intra`` parameter is zero no timestamps
840   provided in the packets excepting the first one in the burst.
841
842 As the result the bursts of packet will be transmitted with specific
843 delays between the packets within the burst and specific delay between
844 the bursts. The rte_eth_read_clock() must be supported by the device(s)
845 and is supposed to be engaged to get the current device clock value
846 and provide the reference for the timestamps. If there is no supported
847 rte_eth_read_clock() there will be no send scheduling provided on the port.
848
849 set txsplit
850 ~~~~~~~~~~~
851
852 Set the split policy for the TX packets, applicable for TX-ONLY and CSUM forwarding modes::
853
854    testpmd> set txsplit (off|on|rand)
855
856 Where:
857
858 * ``off`` disable packet copy & split for CSUM mode.
859
860 * ``on`` split outgoing packet into multiple segments. Size of each segment
861   and number of segments per packet is determined by ``set txpkts`` command
862   (see above).
863
864 * ``rand`` same as 'on', but number of segments per each packet is a random value between 1 and total number of segments.
865
866 set corelist
867 ~~~~~~~~~~~~
868
869 Set the list of forwarding cores::
870
871    testpmd> set corelist (x[,y]*)
872
873 For example, to change the forwarding cores:
874
875 .. code-block:: console
876
877    testpmd> set corelist 3,1
878    testpmd> show config fwd
879
880    io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support disabled
881    Logical Core 3 (socket 0) forwards packets on 1 streams:
882    RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01
883    Logical Core 1 (socket 0) forwards packets on 1 streams:
884    RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
885
886 .. note::
887
888    The cores are used in the same order as specified on the command line.
889
890 set portlist
891 ~~~~~~~~~~~~
892
893 Set the list of forwarding ports::
894
895    testpmd> set portlist (x[,y]*)
896
897 For example, to change the port forwarding:
898
899 .. code-block:: console
900
901    testpmd> set portlist 0,2,1,3
902    testpmd> show config fwd
903
904    io packet forwarding - ports=4 - cores=1 - streams=4
905    Logical Core 3 (socket 0) forwards packets on 4 streams:
906    RX P=0/Q=0 (socket 0) -> TX P=2/Q=0 (socket 0) peer=02:00:00:00:00:01
907    RX P=2/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00
908    RX P=1/Q=0 (socket 0) -> TX P=3/Q=0 (socket 0) peer=02:00:00:00:00:03
909    RX P=3/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:02
910
911 set port setup on
912 ~~~~~~~~~~~~~~~~~
913
914 Select how to retrieve new ports created after "port attach" command::
915
916    testpmd> set port setup on (iterator|event)
917
918 For each new port, a setup is done.
919 It will find the probed ports via RTE_ETH_FOREACH_MATCHING_DEV loop
920 in iterator mode, or via RTE_ETH_EVENT_NEW in event mode.
921
922 set tx loopback
923 ~~~~~~~~~~~~~~~
924
925 Enable/disable tx loopback::
926
927    testpmd> set tx loopback (port_id) (on|off)
928
929 set drop enable
930 ~~~~~~~~~~~~~~~
931
932 set drop enable bit for all queues::
933
934    testpmd> set all queues drop (port_id) (on|off)
935
936 set split drop enable (for VF)
937 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
938
939 set split drop enable bit for VF from PF::
940
941    testpmd> set vf split drop (port_id) (vf_id) (on|off)
942
943 set mac antispoof (for VF)
944 ~~~~~~~~~~~~~~~~~~~~~~~~~~
945
946 Set mac antispoof for a VF from the PF::
947
948    testpmd> set vf mac antispoof  (port_id) (vf_id) (on|off)
949
950 set macsec offload
951 ~~~~~~~~~~~~~~~~~~
952
953 Enable/disable MACsec offload::
954
955    testpmd> set macsec offload (port_id) on encrypt (on|off) replay-protect (on|off)
956    testpmd> set macsec offload (port_id) off
957
958 set macsec sc
959 ~~~~~~~~~~~~~
960
961 Configure MACsec secure connection (SC)::
962
963    testpmd> set macsec sc (tx|rx) (port_id) (mac) (pi)
964
965 .. note::
966
967    The pi argument is ignored for tx.
968    Check the NIC Datasheet for hardware limits.
969
970 set macsec sa
971 ~~~~~~~~~~~~~
972
973 Configure MACsec secure association (SA)::
974
975    testpmd> set macsec sa (tx|rx) (port_id) (idx) (an) (pn) (key)
976
977 .. note::
978
979    The IDX value must be 0 or 1.
980    Check the NIC Datasheet for hardware limits.
981
982 set broadcast mode (for VF)
983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
984
985 Set broadcast mode for a VF from the PF::
986
987    testpmd> set vf broadcast (port_id) (vf_id) (on|off)
988
989 vlan set stripq
990 ~~~~~~~~~~~~~~~
991
992 Set the VLAN strip for a queue on a port::
993
994    testpmd> vlan set stripq (on|off) (port_id,queue_id)
995
996 vlan set stripq (for VF)
997 ~~~~~~~~~~~~~~~~~~~~~~~~
998
999 Set VLAN strip for all queues in a pool for a VF from the PF::
1000
1001    testpmd> set vf vlan stripq (port_id) (vf_id) (on|off)
1002
1003 vlan set insert (for VF)
1004 ~~~~~~~~~~~~~~~~~~~~~~~~
1005
1006 Set VLAN insert for a VF from the PF::
1007
1008    testpmd> set vf vlan insert (port_id) (vf_id) (vlan_id)
1009
1010 vlan set tag (for VF)
1011 ~~~~~~~~~~~~~~~~~~~~~
1012
1013 Set VLAN tag for a VF from the PF::
1014
1015    testpmd> set vf vlan tag (port_id) (vf_id) (on|off)
1016
1017 vlan set antispoof (for VF)
1018 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
1019
1020 Set VLAN antispoof for a VF from the PF::
1021
1022    testpmd> set vf vlan antispoof (port_id) (vf_id) (on|off)
1023
1024 vlan set (strip|filter|qinq_strip|extend)
1025 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1026 Set the VLAN strip/filter/QinQ strip/extend on for a port::
1027
1028    testpmd> vlan set (strip|filter|qinq_strip|extend) (on|off) (port_id)
1029
1030 vlan set tpid
1031 ~~~~~~~~~~~~~
1032
1033 Set the inner or outer VLAN TPID for packet filtering on a port::
1034
1035    testpmd> vlan set (inner|outer) tpid (value) (port_id)
1036
1037 .. note::
1038
1039    TPID value must be a 16-bit number (value <= 65536).
1040
1041 rx_vlan add
1042 ~~~~~~~~~~~
1043
1044 Add a VLAN ID, or all identifiers, to the set of VLAN identifiers filtered by port ID::
1045
1046    testpmd> rx_vlan add (vlan_id|all) (port_id)
1047
1048 .. note::
1049
1050    VLAN filter must be set on that port. VLAN ID < 4096.
1051    Depending on the NIC used, number of vlan_ids may be limited to the maximum entries
1052    in VFTA table. This is important if enabling all vlan_ids.
1053
1054 rx_vlan rm
1055 ~~~~~~~~~~
1056
1057 Remove a VLAN ID, or all identifiers, from the set of VLAN identifiers filtered by port ID::
1058
1059    testpmd> rx_vlan rm (vlan_id|all) (port_id)
1060
1061 rx_vlan add (for VF)
1062 ~~~~~~~~~~~~~~~~~~~~
1063
1064 Add a VLAN ID, to the set of VLAN identifiers filtered for VF(s) for port ID::
1065
1066    testpmd> rx_vlan add (vlan_id) port (port_id) vf (vf_mask)
1067
1068 rx_vlan rm (for VF)
1069 ~~~~~~~~~~~~~~~~~~~
1070
1071 Remove a VLAN ID, from the set of VLAN identifiers filtered for VF(s) for port ID::
1072
1073    testpmd> rx_vlan rm (vlan_id) port (port_id) vf (vf_mask)
1074
1075 tunnel_filter add
1076 ~~~~~~~~~~~~~~~~~
1077
1078 Add a tunnel filter on a port::
1079
1080    testpmd> tunnel_filter add (port_id) (outer_mac) (inner_mac) (ip_addr) \
1081             (inner_vlan) (vxlan|nvgre|ipingre|vxlan-gpe) (imac-ivlan|imac-ivlan-tenid|\
1082             imac-tenid|imac|omac-imac-tenid|oip|iip) (tenant_id) (queue_id)
1083
1084 The available information categories are:
1085
1086 * ``vxlan``: Set tunnel type as VXLAN.
1087
1088 * ``nvgre``: Set tunnel type as NVGRE.
1089
1090 * ``ipingre``: Set tunnel type as IP-in-GRE.
1091
1092 * ``vxlan-gpe``: Set tunnel type as VXLAN-GPE
1093
1094 * ``imac-ivlan``: Set filter type as Inner MAC and VLAN.
1095
1096 * ``imac-ivlan-tenid``: Set filter type as Inner MAC, VLAN and tenant ID.
1097
1098 * ``imac-tenid``: Set filter type as Inner MAC and tenant ID.
1099
1100 * ``imac``: Set filter type as Inner MAC.
1101
1102 * ``omac-imac-tenid``: Set filter type as Outer MAC, Inner MAC and tenant ID.
1103
1104 * ``oip``: Set filter type as Outer IP.
1105
1106 * ``iip``: Set filter type as Inner IP.
1107
1108 Example::
1109
1110    testpmd> tunnel_filter add 0 68:05:CA:28:09:82 00:00:00:00:00:00 \
1111             192.168.2.2 0 ipingre oip 1 1
1112
1113    Set an IP-in-GRE tunnel on port 0, and the filter type is Outer IP.
1114
1115 tunnel_filter remove
1116 ~~~~~~~~~~~~~~~~~~~~
1117
1118 Remove a tunnel filter on a port::
1119
1120    testpmd> tunnel_filter rm (port_id) (outer_mac) (inner_mac) (ip_addr) \
1121             (inner_vlan) (vxlan|nvgre|ipingre|vxlan-gpe) (imac-ivlan|imac-ivlan-tenid|\
1122             imac-tenid|imac|omac-imac-tenid|oip|iip) (tenant_id) (queue_id)
1123
1124 rx_vxlan_port add
1125 ~~~~~~~~~~~~~~~~~
1126
1127 Add an UDP port for VXLAN packet filter on a port::
1128
1129    testpmd> rx_vxlan_port add (udp_port) (port_id)
1130
1131 rx_vxlan_port remove
1132 ~~~~~~~~~~~~~~~~~~~~
1133
1134 Remove an UDP port for VXLAN packet filter on a port::
1135
1136    testpmd> rx_vxlan_port rm (udp_port) (port_id)
1137
1138 tx_vlan set
1139 ~~~~~~~~~~~
1140
1141 Set hardware insertion of VLAN IDs in packets sent on a port::
1142
1143    testpmd> tx_vlan set (port_id) vlan_id[, vlan_id_outer]
1144
1145 For example, set a single VLAN ID (5) insertion on port 0::
1146
1147    tx_vlan set 0 5
1148
1149 Or, set double VLAN ID (inner: 2, outer: 3) insertion on port 1::
1150
1151    tx_vlan set 1 2 3
1152
1153
1154 tx_vlan set pvid
1155 ~~~~~~~~~~~~~~~~
1156
1157 Set port based hardware insertion of VLAN ID in packets sent on a port::
1158
1159    testpmd> tx_vlan set pvid (port_id) (vlan_id) (on|off)
1160
1161 tx_vlan reset
1162 ~~~~~~~~~~~~~
1163
1164 Disable hardware insertion of a VLAN header in packets sent on a port::
1165
1166    testpmd> tx_vlan reset (port_id)
1167
1168 csum set
1169 ~~~~~~~~
1170
1171 Select hardware or software calculation of the checksum when
1172 transmitting a packet using the ``csum`` forwarding engine::
1173
1174    testpmd> csum set (ip|udp|tcp|sctp|outer-ip|outer-udp) (hw|sw) (port_id)
1175
1176 Where:
1177
1178 * ``ip|udp|tcp|sctp`` always relate to  the inner layer.
1179
1180 * ``outer-ip`` relates to the outer IP layer (only for IPv4) in the case where the packet is recognized
1181   as a tunnel packet by the forwarding engine (geneve, gre, gtp, ipip, vxlan and vxlan-gpe are
1182   supported). See also the ``csum parse-tunnel`` command.
1183
1184 * ``outer-udp`` relates to the outer UDP layer in the case where the packet is recognized
1185   as a tunnel packet by the forwarding engine (geneve, gtp, vxlan and vxlan-gpe are
1186   supported). See also the ``csum parse-tunnel`` command.
1187
1188 .. note::
1189
1190    Check the NIC Datasheet for hardware limits.
1191
1192 RSS queue region
1193 ~~~~~~~~~~~~~~~~
1194
1195 Set RSS queue region span on a port::
1196
1197    testpmd> set port (port_id) queue-region region_id (value) \
1198                 queue_start_index (value) queue_num (value)
1199
1200 Set flowtype mapping on a RSS queue region on a port::
1201
1202    testpmd> set port (port_id) queue-region region_id (value) flowtype (value)
1203
1204 where:
1205
1206 * For the flowtype(pctype) of packet,the specific index for each type has
1207   been defined in file i40e_type.h as enum i40e_filter_pctype.
1208
1209 Set user priority mapping on a RSS queue region on a port::
1210
1211    testpmd> set port (port_id) queue-region UP (value) region_id (value)
1212
1213 Flush all queue region related configuration on a port::
1214
1215    testpmd> set port (port_id) queue-region flush (on|off)
1216
1217 where:
1218
1219 * ``on``: is just an enable function which server for other configuration,
1220   it is for all configuration about queue region from up layer,
1221   at first will only keep in DPDK software stored in driver,
1222   only after "flush on", it commit all configuration to HW.
1223
1224 * ``"off``: is just clean all configuration about queue region just now,
1225   and restore all to DPDK i40e driver default config when start up.
1226
1227 Show all queue region related configuration info on a port::
1228
1229    testpmd> show port (port_id) queue-region
1230
1231 .. note::
1232
1233   Queue region only support on PF by now, so these command is
1234   only for configuration of queue region on PF port.
1235
1236 csum parse-tunnel
1237 ~~~~~~~~~~~~~~~~~
1238
1239 Define how tunneled packets should be handled by the csum forward
1240 engine::
1241
1242    testpmd> csum parse-tunnel (on|off) (tx_port_id)
1243
1244 If enabled, the csum forward engine will try to recognize supported
1245 tunnel headers (geneve, gtp, gre, ipip, vxlan, vxlan-gpe).
1246
1247 If disabled, treat tunnel packets as non-tunneled packets (a inner
1248 header is handled as a packet payload).
1249
1250 .. note::
1251
1252    The port argument is the TX port like in the ``csum set`` command.
1253
1254 Example:
1255
1256 Consider a packet in packet like the following::
1257
1258    eth_out/ipv4_out/udp_out/vxlan/eth_in/ipv4_in/tcp_in
1259
1260 * If parse-tunnel is enabled, the ``ip|udp|tcp|sctp`` parameters of ``csum set``
1261   command relate to the inner headers (here ``ipv4_in`` and ``tcp_in``), and the
1262   ``outer-ip|outer-udp`` parameter relates to the outer headers (here ``ipv4_out`` and ``udp_out``).
1263
1264 * If parse-tunnel is disabled, the ``ip|udp|tcp|sctp`` parameters of ``csum  set``
1265    command relate to the outer headers, here ``ipv4_out`` and ``udp_out``.
1266
1267 csum show
1268 ~~~~~~~~~
1269
1270 Display tx checksum offload configuration::
1271
1272    testpmd> csum show (port_id)
1273
1274 tso set
1275 ~~~~~~~
1276
1277 Enable TCP Segmentation Offload (TSO) in the ``csum`` forwarding engine::
1278
1279    testpmd> tso set (segsize) (port_id)
1280
1281 .. note::
1282
1283    Check the NIC datasheet for hardware limits.
1284
1285 tso show
1286 ~~~~~~~~
1287
1288 Display the status of TCP Segmentation Offload::
1289
1290    testpmd> tso show (port_id)
1291
1292 tunnel tso set
1293 ~~~~~~~~~~~~~~
1294
1295 Set tso segment size of tunneled packets for a port in csum engine::
1296
1297    testpmd> tunnel_tso set (tso_segsz) (port_id)
1298
1299 tunnel tso show
1300 ~~~~~~~~~~~~~~~
1301
1302 Display the status of tunneled TCP Segmentation Offload for a port::
1303
1304    testpmd> tunnel_tso show (port_id)
1305
1306 set port - gro
1307 ~~~~~~~~~~~~~~
1308
1309 Enable or disable GRO in ``csum`` forwarding engine::
1310
1311    testpmd> set port <port_id> gro on|off
1312
1313 If enabled, the csum forwarding engine will perform GRO on the TCP/IPv4
1314 packets received from the given port.
1315
1316 If disabled, packets received from the given port won't be performed
1317 GRO. By default, GRO is disabled for all ports.
1318
1319 .. note::
1320
1321    When enable GRO for a port, TCP/IPv4 packets received from the port
1322    will be performed GRO. After GRO, all merged packets have bad
1323    checksums, since the GRO library doesn't re-calculate checksums for
1324    the merged packets. Therefore, if users want the merged packets to
1325    have correct checksums, please select HW IP checksum calculation and
1326    HW TCP checksum calculation for the port which the merged packets are
1327    transmitted to.
1328
1329 show port - gro
1330 ~~~~~~~~~~~~~~~
1331
1332 Display GRO configuration for a given port::
1333
1334    testpmd> show port <port_id> gro
1335
1336 set gro flush
1337 ~~~~~~~~~~~~~
1338
1339 Set the cycle to flush the GROed packets from reassembly tables::
1340
1341    testpmd> set gro flush <cycles>
1342
1343 When enable GRO, the csum forwarding engine performs GRO on received
1344 packets, and the GROed packets are stored in reassembly tables. Users
1345 can use this command to determine when the GROed packets are flushed
1346 from the reassembly tables.
1347
1348 The ``cycles`` is measured in GRO operation times. The csum forwarding
1349 engine flushes the GROed packets from the tables every ``cycles`` GRO
1350 operations.
1351
1352 By default, the value of ``cycles`` is 1, which means flush GROed packets
1353 from the reassembly tables as soon as one GRO operation finishes. The value
1354 of ``cycles`` should be in the range of 1 to ``GRO_MAX_FLUSH_CYCLES``.
1355
1356 Please note that the large value of ``cycles`` may cause the poor TCP/IP
1357 stack performance. Because the GROed packets are delayed to arrive the
1358 stack, thus causing more duplicated ACKs and TCP retransmissions.
1359
1360 set port - gso
1361 ~~~~~~~~~~~~~~
1362
1363 Toggle per-port GSO support in ``csum`` forwarding engine::
1364
1365    testpmd> set port <port_id> gso on|off
1366
1367 If enabled, the csum forwarding engine will perform GSO on supported IPv4
1368 packets, transmitted on the given port.
1369
1370 If disabled, packets transmitted on the given port will not undergo GSO.
1371 By default, GSO is disabled for all ports.
1372
1373 .. note::
1374
1375    When GSO is enabled on a port, supported IPv4 packets transmitted on that
1376    port undergo GSO. Afterwards, the segmented packets are represented by
1377    multi-segment mbufs; however, the csum forwarding engine doesn't calculation
1378    of checksums for GSO'd segments in SW. As a result, if users want correct
1379    checksums in GSO segments, they should enable HW checksum calculation for
1380    GSO-enabled ports.
1381
1382    For example, HW checksum calculation for VxLAN GSO'd packets may be enabled
1383    by setting the following options in the csum forwarding engine:
1384
1385    testpmd> csum set outer_ip hw <port_id>
1386
1387    testpmd> csum set ip hw <port_id>
1388
1389    testpmd> csum set tcp hw <port_id>
1390
1391    UDP GSO is the same as IP fragmentation, which treats the UDP header
1392    as the payload and does not modify it during segmentation. That is,
1393    after UDP GSO, only the first output fragment has the original UDP
1394    header. Therefore, users need to enable HW IP checksum calculation
1395    and SW UDP checksum calculation for GSO-enabled ports, if they want
1396    correct checksums for UDP/IPv4 packets.
1397
1398 set gso segsz
1399 ~~~~~~~~~~~~~
1400
1401 Set the maximum GSO segment size (measured in bytes), which includes the
1402 packet header and the packet payload for GSO-enabled ports (global)::
1403
1404    testpmd> set gso segsz <length>
1405
1406 show port - gso
1407 ~~~~~~~~~~~~~~~
1408
1409 Display the status of Generic Segmentation Offload for a given port::
1410
1411    testpmd> show port <port_id> gso
1412
1413 mac_addr add
1414 ~~~~~~~~~~~~
1415
1416 Add an alternative MAC address to a port::
1417
1418    testpmd> mac_addr add (port_id) (XX:XX:XX:XX:XX:XX)
1419
1420 mac_addr remove
1421 ~~~~~~~~~~~~~~~
1422
1423 Remove a MAC address from a port::
1424
1425    testpmd> mac_addr remove (port_id) (XX:XX:XX:XX:XX:XX)
1426
1427 mcast_addr add
1428 ~~~~~~~~~~~~~~
1429
1430 To add the multicast MAC address to/from the set of multicast addresses
1431 filtered by port::
1432
1433    testpmd> mcast_addr add (port_id) (mcast_addr)
1434
1435 mcast_addr remove
1436 ~~~~~~~~~~~~~~~~~
1437
1438 To remove the multicast MAC address to/from the set of multicast addresses
1439 filtered by port::
1440
1441    testpmd> mcast_addr remove (port_id) (mcast_addr)
1442
1443 mac_addr add (for VF)
1444 ~~~~~~~~~~~~~~~~~~~~~
1445
1446 Add an alternative MAC address for a VF to a port::
1447
1448    testpmd> mac_add add port (port_id) vf (vf_id) (XX:XX:XX:XX:XX:XX)
1449
1450 mac_addr set
1451 ~~~~~~~~~~~~
1452
1453 Set the default MAC address for a port::
1454
1455    testpmd> mac_addr set (port_id) (XX:XX:XX:XX:XX:XX)
1456
1457 mac_addr set (for VF)
1458 ~~~~~~~~~~~~~~~~~~~~~
1459
1460 Set the MAC address for a VF from the PF::
1461
1462    testpmd> set vf mac addr (port_id) (vf_id) (XX:XX:XX:XX:XX:XX)
1463
1464 set eth-peer
1465 ~~~~~~~~~~~~
1466
1467 Set the forwarding peer address for certain port::
1468
1469    testpmd> set eth-peer (port_id) (peer_addr)
1470
1471 This is equivalent to the ``--eth-peer`` command-line option.
1472
1473 set port-uta
1474 ~~~~~~~~~~~~
1475
1476 Set the unicast hash filter(s) on/off for a port::
1477
1478    testpmd> set port (port_id) uta (XX:XX:XX:XX:XX:XX|all) (on|off)
1479
1480 set promisc
1481 ~~~~~~~~~~~
1482
1483 Set the promiscuous mode on for a port or for all ports.
1484 In promiscuous mode packets are not dropped if they aren't for the specified MAC address::
1485
1486    testpmd> set promisc (port_id|all) (on|off)
1487
1488 set allmulti
1489 ~~~~~~~~~~~~
1490
1491 Set the allmulti mode for a port or for all ports::
1492
1493    testpmd> set allmulti (port_id|all) (on|off)
1494
1495 Same as the ifconfig (8) option. Controls how multicast packets are handled.
1496
1497 set promisc (for VF)
1498 ~~~~~~~~~~~~~~~~~~~~
1499
1500 Set the unicast promiscuous mode for a VF from PF.
1501 It's supported by Intel i40e NICs now.
1502 In promiscuous mode packets are not dropped if they aren't for the specified MAC address::
1503
1504    testpmd> set vf promisc (port_id) (vf_id) (on|off)
1505
1506 set allmulticast (for VF)
1507 ~~~~~~~~~~~~~~~~~~~~~~~~~
1508
1509 Set the multicast promiscuous mode for a VF from PF.
1510 It's supported by Intel i40e NICs now.
1511 In promiscuous mode packets are not dropped if they aren't for the specified MAC address::
1512
1513    testpmd> set vf allmulti (port_id) (vf_id) (on|off)
1514
1515 set tx max bandwidth (for VF)
1516 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1517
1518 Set TX max absolute bandwidth (Mbps) for a VF from PF::
1519
1520    testpmd> set vf tx max-bandwidth (port_id) (vf_id) (max_bandwidth)
1521
1522 set tc tx min bandwidth (for VF)
1523 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1524
1525 Set all TCs' TX min relative bandwidth (%) for a VF from PF::
1526
1527    testpmd> set vf tc tx min-bandwidth (port_id) (vf_id) (bw1, bw2, ...)
1528
1529 set tc tx max bandwidth (for VF)
1530 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1531
1532 Set a TC's TX max absolute bandwidth (Mbps) for a VF from PF::
1533
1534    testpmd> set vf tc tx max-bandwidth (port_id) (vf_id) (tc_no) (max_bandwidth)
1535
1536 set tc strict link priority mode
1537 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1538
1539 Set some TCs' strict link priority mode on a physical port::
1540
1541    testpmd> set tx strict-link-priority (port_id) (tc_bitmap)
1542
1543 set tc tx min bandwidth
1544 ~~~~~~~~~~~~~~~~~~~~~~~
1545
1546 Set all TCs' TX min relative bandwidth (%) globally for all PF and VFs::
1547
1548    testpmd> set tc tx min-bandwidth (port_id) (bw1, bw2, ...)
1549
1550 set flow_ctrl rx
1551 ~~~~~~~~~~~~~~~~
1552
1553 Set the link flow control parameter on a port::
1554
1555    testpmd> set flow_ctrl rx (on|off) tx (on|off) (high_water) (low_water) \
1556             (pause_time) (send_xon) mac_ctrl_frame_fwd (on|off) \
1557             autoneg (on|off) (port_id)
1558
1559 Where:
1560
1561 * ``high_water`` (integer): High threshold value to trigger XOFF.
1562
1563 * ``low_water`` (integer): Low threshold value to trigger XON.
1564
1565 * ``pause_time`` (integer): Pause quota in the Pause frame.
1566
1567 * ``send_xon`` (0/1): Send XON frame.
1568
1569 * ``mac_ctrl_frame_fwd``: Enable receiving MAC control frames.
1570
1571 * ``autoneg``: Change the auto-negotiation parameter.
1572
1573 set pfc_ctrl rx
1574 ~~~~~~~~~~~~~~~
1575
1576 Set the priority flow control parameter on a port::
1577
1578    testpmd> set pfc_ctrl rx (on|off) tx (on|off) (high_water) (low_water) \
1579             (pause_time) (priority) (port_id)
1580
1581 Where:
1582
1583 * ``high_water`` (integer): High threshold value.
1584
1585 * ``low_water`` (integer): Low threshold value.
1586
1587 * ``pause_time`` (integer): Pause quota in the Pause frame.
1588
1589 * ``priority`` (0-7): VLAN User Priority.
1590
1591 set stat_qmap
1592 ~~~~~~~~~~~~~
1593
1594 Set statistics mapping (qmapping 0..15) for RX/TX queue on port::
1595
1596    testpmd> set stat_qmap (tx|rx) (port_id) (queue_id) (qmapping)
1597
1598 For example, to set rx queue 2 on port 0 to mapping 5::
1599
1600    testpmd>set stat_qmap rx 0 2 5
1601
1602 set xstats-hide-zero
1603 ~~~~~~~~~~~~~~~~~~~~
1604
1605 Set the option to hide zero values for xstats display::
1606
1607         testpmd> set xstats-hide-zero on|off
1608
1609 .. note::
1610
1611         By default, the zero values are displayed for xstats.
1612
1613 set port - rx/tx (for VF)
1614 ~~~~~~~~~~~~~~~~~~~~~~~~~
1615
1616 Set VF receive/transmit from a port::
1617
1618    testpmd> set port (port_id) vf (vf_id) (rx|tx) (on|off)
1619
1620 set port - rx mode(for VF)
1621 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1622
1623 Set the VF receive mode of a port::
1624
1625    testpmd> set port (port_id) vf (vf_id) \
1626             rxmode (AUPE|ROPE|BAM|MPE) (on|off)
1627
1628 The available receive modes are:
1629
1630 * ``AUPE``: Accepts untagged VLAN.
1631
1632 * ``ROPE``: Accepts unicast hash.
1633
1634 * ``BAM``: Accepts broadcast packets.
1635
1636 * ``MPE``: Accepts all multicast packets.
1637
1638 set port - tx_rate (for Queue)
1639 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1640
1641 Set TX rate limitation for a queue on a port::
1642
1643    testpmd> set port (port_id) queue (queue_id) rate (rate_value)
1644
1645 set port - tx_rate (for VF)
1646 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
1647
1648 Set TX rate limitation for queues in VF on a port::
1649
1650    testpmd> set port (port_id) vf (vf_id) rate (rate_value) queue_mask (queue_mask)
1651
1652 set port - mirror rule
1653 ~~~~~~~~~~~~~~~~~~~~~~
1654
1655 Set pool or vlan type mirror rule for a port::
1656
1657    testpmd> set port (port_id) mirror-rule (rule_id) \
1658             (pool-mirror-up|pool-mirror-down|vlan-mirror) \
1659             (poolmask|vlanid[,vlanid]*) dst-pool (pool_id) (on|off)
1660
1661 Set link mirror rule for a port::
1662
1663    testpmd> set port (port_id) mirror-rule (rule_id) \
1664            (uplink-mirror|downlink-mirror) dst-pool (pool_id) (on|off)
1665
1666 For example to enable mirror traffic with vlan 0,1 to pool 0::
1667
1668    set port 0 mirror-rule 0 vlan-mirror 0,1 dst-pool 0 on
1669
1670 reset port - mirror rule
1671 ~~~~~~~~~~~~~~~~~~~~~~~~
1672
1673 Reset a mirror rule for a port::
1674
1675    testpmd> reset port (port_id) mirror-rule (rule_id)
1676
1677 set flush_rx
1678 ~~~~~~~~~~~~
1679
1680 Set the flush on RX streams before forwarding.
1681 The default is flush ``on``.
1682 Mainly used with PCAP drivers to turn off the default behavior of flushing the first 512 packets on RX streams::
1683
1684    testpmd> set flush_rx off
1685
1686 set bypass mode
1687 ~~~~~~~~~~~~~~~
1688
1689 Set the bypass mode for the lowest port on bypass enabled NIC::
1690
1691    testpmd> set bypass mode (normal|bypass|isolate) (port_id)
1692
1693 set bypass event
1694 ~~~~~~~~~~~~~~~~
1695
1696 Set the event required to initiate specified bypass mode for the lowest port on a bypass enabled::
1697
1698    testpmd> set bypass event (timeout|os_on|os_off|power_on|power_off) \
1699             mode (normal|bypass|isolate) (port_id)
1700
1701 Where:
1702
1703 * ``timeout``: Enable bypass after watchdog timeout.
1704
1705 * ``os_on``: Enable bypass when OS/board is powered on.
1706
1707 * ``os_off``: Enable bypass when OS/board is powered off.
1708
1709 * ``power_on``: Enable bypass when power supply is turned on.
1710
1711 * ``power_off``: Enable bypass when power supply is turned off.
1712
1713
1714 set bypass timeout
1715 ~~~~~~~~~~~~~~~~~~
1716
1717 Set the bypass watchdog timeout to ``n`` seconds where 0 = instant::
1718
1719    testpmd> set bypass timeout (0|1.5|2|3|4|8|16|32)
1720
1721 show bypass config
1722 ~~~~~~~~~~~~~~~~~~
1723
1724 Show the bypass configuration for a bypass enabled NIC using the lowest port on the NIC::
1725
1726    testpmd> show bypass config (port_id)
1727
1728 set link up
1729 ~~~~~~~~~~~
1730
1731 Set link up for a port::
1732
1733    testpmd> set link-up port (port id)
1734
1735 set link down
1736 ~~~~~~~~~~~~~
1737
1738 Set link down for a port::
1739
1740    testpmd> set link-down port (port id)
1741
1742 E-tag set
1743 ~~~~~~~~~
1744
1745 Enable E-tag insertion for a VF on a port::
1746
1747    testpmd> E-tag set insertion on port-tag-id (value) port (port_id) vf (vf_id)
1748
1749 Disable E-tag insertion for a VF on a port::
1750
1751    testpmd> E-tag set insertion off port (port_id) vf (vf_id)
1752
1753 Enable/disable E-tag stripping on a port::
1754
1755    testpmd> E-tag set stripping (on|off) port (port_id)
1756
1757 Enable/disable E-tag based forwarding on a port::
1758
1759    testpmd> E-tag set forwarding (on|off) port (port_id)
1760
1761 Add an E-tag forwarding filter on a port::
1762
1763    testpmd> E-tag set filter add e-tag-id (value) dst-pool (pool_id) port (port_id)
1764
1765 Delete an E-tag forwarding filter on a port::
1766    testpmd> E-tag set filter del e-tag-id (value) port (port_id)
1767
1768 ddp add
1769 ~~~~~~~
1770
1771 Load a dynamic device personalization (DDP) profile and store backup profile::
1772
1773    testpmd> ddp add (port_id) (profile_path[,backup_profile_path])
1774
1775 ddp del
1776 ~~~~~~~
1777
1778 Delete a dynamic device personalization profile and restore backup profile::
1779
1780    testpmd> ddp del (port_id) (backup_profile_path)
1781
1782 ptype mapping
1783 ~~~~~~~~~~~~~
1784
1785 List all items from the ptype mapping table::
1786
1787    testpmd> ptype mapping get (port_id) (valid_only)
1788
1789 Where:
1790
1791 * ``valid_only``: A flag indicates if only list valid items(=1) or all itemss(=0).
1792
1793 Replace a specific or a group of software defined ptype with a new one::
1794
1795    testpmd> ptype mapping replace  (port_id) (target) (mask) (pkt_type)
1796
1797 where:
1798
1799 * ``target``: A specific software ptype or a mask to represent a group of software ptypes.
1800
1801 * ``mask``: A flag indicate if "target" is a specific software ptype(=0) or a ptype mask(=1).
1802
1803 * ``pkt_type``: The new software ptype to replace the old ones.
1804
1805 Update hardware defined ptype to software defined packet type mapping table::
1806
1807    testpmd> ptype mapping update (port_id) (hw_ptype) (sw_ptype)
1808
1809 where:
1810
1811 * ``hw_ptype``: hardware ptype as the index of the ptype mapping table.
1812
1813 * ``sw_ptype``: software ptype as the value of the ptype mapping table.
1814
1815 Reset ptype mapping table::
1816
1817    testpmd> ptype mapping reset (port_id)
1818
1819 config per port Rx offloading
1820 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1821
1822 Enable or disable a per port Rx offloading on all Rx queues of a port::
1823
1824    testpmd> port config (port_id) rx_offload (offloading) on|off
1825
1826 * ``offloading``: can be any of these offloading capability:
1827                   vlan_strip, ipv4_cksum, udp_cksum, tcp_cksum, tcp_lro,
1828                   qinq_strip, outer_ipv4_cksum, macsec_strip,
1829                   header_split, vlan_filter, vlan_extend, jumbo_frame,
1830                   scatter, timestamp, security, keep_crc, rss_hash
1831
1832 This command should be run when the port is stopped, or else it will fail.
1833
1834 config per queue Rx offloading
1835 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1836
1837 Enable or disable a per queue Rx offloading only on a specific Rx queue::
1838
1839    testpmd> port (port_id) rxq (queue_id) rx_offload (offloading) on|off
1840
1841 * ``offloading``: can be any of these offloading capability:
1842                   vlan_strip, ipv4_cksum, udp_cksum, tcp_cksum, tcp_lro,
1843                   qinq_strip, outer_ipv4_cksum, macsec_strip,
1844                   header_split, vlan_filter, vlan_extend, jumbo_frame,
1845                   scatter, timestamp, security, keep_crc
1846
1847 This command should be run when the port is stopped, or else it will fail.
1848
1849 config per port Tx offloading
1850 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1851
1852 Enable or disable a per port Tx offloading on all Tx queues of a port::
1853
1854    testpmd> port config (port_id) tx_offload (offloading) on|off
1855
1856 * ``offloading``: can be any of these offloading capability:
1857                   vlan_insert, ipv4_cksum, udp_cksum, tcp_cksum,
1858                   sctp_cksum, tcp_tso, udp_tso, outer_ipv4_cksum,
1859                   qinq_insert, vxlan_tnl_tso, gre_tnl_tso,
1860                   ipip_tnl_tso, geneve_tnl_tso, macsec_insert,
1861                   mt_lockfree, multi_segs, mbuf_fast_free, security
1862
1863 This command should be run when the port is stopped, or else it will fail.
1864
1865 config per queue Tx offloading
1866 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1867
1868 Enable or disable a per queue Tx offloading only on a specific Tx queue::
1869
1870    testpmd> port (port_id) txq (queue_id) tx_offload (offloading) on|off
1871
1872 * ``offloading``: can be any of these offloading capability:
1873                   vlan_insert, ipv4_cksum, udp_cksum, tcp_cksum,
1874                   sctp_cksum, tcp_tso, udp_tso, outer_ipv4_cksum,
1875                   qinq_insert, vxlan_tnl_tso, gre_tnl_tso,
1876                   ipip_tnl_tso, geneve_tnl_tso, macsec_insert,
1877                   mt_lockfree, multi_segs, mbuf_fast_free, security
1878
1879 This command should be run when the port is stopped, or else it will fail.
1880
1881 Config VXLAN Encap outer layers
1882 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1883
1884 Configure the outer layer to encapsulate a packet inside a VXLAN tunnel::
1885
1886  set vxlan ip-version (ipv4|ipv6) vni (vni) udp-src (udp-src) \
1887  udp-dst (udp-dst) ip-src (ip-src) ip-dst (ip-dst) eth-src (eth-src) \
1888  eth-dst (eth-dst)
1889
1890  set vxlan-with-vlan ip-version (ipv4|ipv6) vni (vni) udp-src (udp-src) \
1891  udp-dst (udp-dst) ip-src (ip-src) ip-dst (ip-dst) vlan-tci (vlan-tci) \
1892  eth-src (eth-src) eth-dst (eth-dst)
1893
1894  set vxlan-tos-ttl ip-version (ipv4|ipv6) vni (vni) udp-src (udp-src) \
1895  udp-dst (udp-dst) ip-tos (ip-tos) ip-ttl (ip-ttl) ip-src (ip-src) \
1896  ip-dst (ip-dst) eth-src (eth-src) eth-dst (eth-dst)
1897
1898 These commands will set an internal configuration inside testpmd, any following
1899 flow rule using the action vxlan_encap will use the last configuration set.
1900 To have a different encapsulation header, one of those commands must be called
1901 before the flow rule creation.
1902
1903 Config NVGRE Encap outer layers
1904 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1905
1906 Configure the outer layer to encapsulate a packet inside a NVGRE tunnel::
1907
1908  set nvgre ip-version (ipv4|ipv6) tni (tni) ip-src (ip-src) ip-dst (ip-dst) \
1909         eth-src (eth-src) eth-dst (eth-dst)
1910  set nvgre-with-vlan ip-version (ipv4|ipv6) tni (tni) ip-src (ip-src) \
1911         ip-dst (ip-dst) vlan-tci (vlan-tci) eth-src (eth-src) eth-dst (eth-dst)
1912
1913 These commands will set an internal configuration inside testpmd, any following
1914 flow rule using the action nvgre_encap will use the last configuration set.
1915 To have a different encapsulation header, one of those commands must be called
1916 before the flow rule creation.
1917
1918 Config L2 Encap
1919 ~~~~~~~~~~~~~~~
1920
1921 Configure the l2 to be used when encapsulating a packet with L2::
1922
1923  set l2_encap ip-version (ipv4|ipv6) eth-src (eth-src) eth-dst (eth-dst)
1924  set l2_encap-with-vlan ip-version (ipv4|ipv6) vlan-tci (vlan-tci) \
1925         eth-src (eth-src) eth-dst (eth-dst)
1926
1927 Those commands will set an internal configuration inside testpmd, any following
1928 flow rule using the action l2_encap will use the last configuration set.
1929 To have a different encapsulation header, one of those commands must be called
1930 before the flow rule creation.
1931
1932 Config L2 Decap
1933 ~~~~~~~~~~~~~~~
1934
1935 Configure the l2 to be removed when decapsulating a packet with L2::
1936
1937  set l2_decap ip-version (ipv4|ipv6)
1938  set l2_decap-with-vlan ip-version (ipv4|ipv6)
1939
1940 Those commands will set an internal configuration inside testpmd, any following
1941 flow rule using the action l2_decap will use the last configuration set.
1942 To have a different encapsulation header, one of those commands must be called
1943 before the flow rule creation.
1944
1945 Config MPLSoGRE Encap outer layers
1946 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1947
1948 Configure the outer layer to encapsulate a packet inside a MPLSoGRE tunnel::
1949
1950  set mplsogre_encap ip-version (ipv4|ipv6) label (label) \
1951         ip-src (ip-src) ip-dst (ip-dst) eth-src (eth-src) eth-dst (eth-dst)
1952  set mplsogre_encap-with-vlan ip-version (ipv4|ipv6) label (label) \
1953         ip-src (ip-src) ip-dst (ip-dst) vlan-tci (vlan-tci) \
1954         eth-src (eth-src) eth-dst (eth-dst)
1955
1956 These commands will set an internal configuration inside testpmd, any following
1957 flow rule using the action mplsogre_encap will use the last configuration set.
1958 To have a different encapsulation header, one of those commands must be called
1959 before the flow rule creation.
1960
1961 Config MPLSoGRE Decap outer layers
1962 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1963
1964 Configure the outer layer to decapsulate MPLSoGRE packet::
1965
1966  set mplsogre_decap ip-version (ipv4|ipv6)
1967  set mplsogre_decap-with-vlan ip-version (ipv4|ipv6)
1968
1969 These commands will set an internal configuration inside testpmd, any following
1970 flow rule using the action mplsogre_decap will use the last configuration set.
1971 To have a different decapsulation header, one of those commands must be called
1972 before the flow rule creation.
1973
1974 Config MPLSoUDP Encap outer layers
1975 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1976
1977 Configure the outer layer to encapsulate a packet inside a MPLSoUDP tunnel::
1978
1979  set mplsoudp_encap ip-version (ipv4|ipv6) label (label) udp-src (udp-src) \
1980         udp-dst (udp-dst) ip-src (ip-src) ip-dst (ip-dst) \
1981         eth-src (eth-src) eth-dst (eth-dst)
1982  set mplsoudp_encap-with-vlan ip-version (ipv4|ipv6) label (label) \
1983         udp-src (udp-src) udp-dst (udp-dst) ip-src (ip-src) ip-dst (ip-dst) \
1984         vlan-tci (vlan-tci) eth-src (eth-src) eth-dst (eth-dst)
1985
1986 These commands will set an internal configuration inside testpmd, any following
1987 flow rule using the action mplsoudp_encap will use the last configuration set.
1988 To have a different encapsulation header, one of those commands must be called
1989 before the flow rule creation.
1990
1991 Config MPLSoUDP Decap outer layers
1992 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1993
1994 Configure the outer layer to decapsulate MPLSoUDP packet::
1995
1996  set mplsoudp_decap ip-version (ipv4|ipv6)
1997  set mplsoudp_decap-with-vlan ip-version (ipv4|ipv6)
1998
1999 These commands will set an internal configuration inside testpmd, any following
2000 flow rule using the action mplsoudp_decap will use the last configuration set.
2001 To have a different decapsulation header, one of those commands must be called
2002 before the flow rule creation.
2003
2004 Config Raw Encapsulation
2005 ~~~~~~~~~~~~~~~~~~~~~~~~~
2006
2007 Configure the raw data to be used when encapsulating a packet by
2008 rte_flow_action_raw_encap::
2009
2010  set raw_encap {index} {item} [/ {item} [...]] / end_set
2011
2012 There are multiple global buffers for ``raw_encap``, this command will set one
2013 internal buffer index by ``{index}``.
2014 If there is no ``{index}`` specified::
2015
2016  set raw_encap {item} [/ {item} [...]] / end_set
2017
2018 the default index ``0`` is used.
2019 In order to use different encapsulating header, ``index`` must be specified
2020 during the flow rule creation::
2021
2022  testpmd> flow create 0 egress pattern eth / ipv4 / end actions
2023         raw_encap index 2 / end
2024
2025 Otherwise the default index ``0`` is used.
2026
2027 Config Raw Decapsulation
2028 ~~~~~~~~~~~~~~~~~~~~~~~~
2029
2030 Configure the raw data to be used when decapsulating a packet by
2031 rte_flow_action_raw_decap::
2032
2033  set raw_decap {index} {item} [/ {item} [...]] / end_set
2034
2035 There are multiple global buffers for ``raw_decap``, this command will set
2036 one internal buffer index by ``{index}``.
2037 If there is no ``{index}`` specified::
2038
2039  set raw_decap {item} [/ {item} [...]] / end_set
2040
2041 the default index ``0`` is used.
2042 In order to use different decapsulating header, ``index`` must be specified
2043 during the flow rule creation::
2044
2045  testpmd> flow create 0 egress pattern eth / ipv4 / end actions
2046           raw_encap index 3 / end
2047
2048 Otherwise the default index ``0`` is used.
2049
2050 Set fec mode
2051 ~~~~~~~~~~~~
2052
2053 Set fec mode for a specific port::
2054
2055   testpmd> set port (port_id) fec_mode auto|off|rs|baser
2056
2057
2058 Port Functions
2059 --------------
2060
2061 The following sections show functions for configuring ports.
2062
2063 .. note::
2064
2065    Port configuration changes only become active when forwarding is started/restarted.
2066
2067 port attach
2068 ~~~~~~~~~~~
2069
2070 Attach a port specified by pci address or virtual device args::
2071
2072    testpmd> port attach (identifier)
2073
2074 To attach a new pci device, the device should be recognized by kernel first.
2075 Then it should be moved under DPDK management.
2076 Finally the port can be attached to testpmd.
2077
2078 For example, to move a pci device using ixgbe under DPDK management:
2079
2080 .. code-block:: console
2081
2082    # Check the status of the available devices.
2083    ./usertools/dpdk-devbind.py --status
2084
2085    Network devices using DPDK-compatible driver
2086    ============================================
2087    <none>
2088
2089    Network devices using kernel driver
2090    ===================================
2091    0000:0a:00.0 '82599ES 10-Gigabit' if=eth2 drv=ixgbe unused=
2092
2093
2094    # Bind the device to igb_uio.
2095    sudo ./usertools/dpdk-devbind.py -b igb_uio 0000:0a:00.0
2096
2097
2098    # Recheck the status of the devices.
2099    ./usertools/dpdk-devbind.py --status
2100    Network devices using DPDK-compatible driver
2101    ============================================
2102    0000:0a:00.0 '82599ES 10-Gigabit' drv=igb_uio unused=
2103
2104 To attach a port created by virtual device, above steps are not needed.
2105
2106 For example, to attach a port whose pci address is 0000:0a:00.0.
2107
2108 .. code-block:: console
2109
2110    testpmd> port attach 0000:0a:00.0
2111    Attaching a new port...
2112    EAL: PCI device 0000:0a:00.0 on NUMA socket -1
2113    EAL:   probe driver: 8086:10fb rte_ixgbe_pmd
2114    EAL:   PCI memory mapped at 0x7f83bfa00000
2115    EAL:   PCI memory mapped at 0x7f83bfa80000
2116    PMD: eth_ixgbe_dev_init(): MAC: 2, PHY: 18, SFP+: 5
2117    PMD: eth_ixgbe_dev_init(): port 0 vendorID=0x8086 deviceID=0x10fb
2118    Port 0 is attached. Now total ports is 1
2119    Done
2120
2121 For example, to attach a port created by pcap PMD.
2122
2123 .. code-block:: console
2124
2125    testpmd> port attach net_pcap0
2126    Attaching a new port...
2127    PMD: Initializing pmd_pcap for net_pcap0
2128    PMD: Creating pcap-backed ethdev on numa socket 0
2129    Port 0 is attached. Now total ports is 1
2130    Done
2131
2132 In this case, identifier is ``net_pcap0``.
2133 This identifier format is the same as ``--vdev`` format of DPDK applications.
2134
2135 For example, to re-attach a bonded port which has been previously detached,
2136 the mode and slave parameters must be given.
2137
2138 .. code-block:: console
2139
2140    testpmd> port attach net_bond_0,mode=0,slave=1
2141    Attaching a new port...
2142    EAL: Initializing pmd_bond for net_bond_0
2143    EAL: Create bonded device net_bond_0 on port 0 in mode 0 on socket 0.
2144    Port 0 is attached. Now total ports is 1
2145    Done
2146
2147
2148 port detach
2149 ~~~~~~~~~~~
2150
2151 Detach a specific port::
2152
2153    testpmd> port detach (port_id)
2154
2155 Before detaching a port, the port should be stopped and closed.
2156
2157 For example, to detach a pci device port 0.
2158
2159 .. code-block:: console
2160
2161    testpmd> port stop 0
2162    Stopping ports...
2163    Done
2164    testpmd> port close 0
2165    Closing ports...
2166    Done
2167
2168    testpmd> port detach 0
2169    Detaching a port...
2170    EAL: PCI device 0000:0a:00.0 on NUMA socket -1
2171    EAL:   remove driver: 8086:10fb rte_ixgbe_pmd
2172    EAL:   PCI memory unmapped at 0x7f83bfa00000
2173    EAL:   PCI memory unmapped at 0x7f83bfa80000
2174    Done
2175
2176
2177 For example, to detach a virtual device port 0.
2178
2179 .. code-block:: console
2180
2181    testpmd> port stop 0
2182    Stopping ports...
2183    Done
2184    testpmd> port close 0
2185    Closing ports...
2186    Done
2187
2188    testpmd> port detach 0
2189    Detaching a port...
2190    PMD: Closing pcap ethdev on numa socket 0
2191    Port 'net_pcap0' is detached. Now total ports is 0
2192    Done
2193
2194 To remove a pci device completely from the system, first detach the port from testpmd.
2195 Then the device should be moved under kernel management.
2196 Finally the device can be removed using kernel pci hotplug functionality.
2197
2198 For example, to move a pci device under kernel management:
2199
2200 .. code-block:: console
2201
2202    sudo ./usertools/dpdk-devbind.py -b ixgbe 0000:0a:00.0
2203
2204    ./usertools/dpdk-devbind.py --status
2205
2206    Network devices using DPDK-compatible driver
2207    ============================================
2208    <none>
2209
2210    Network devices using kernel driver
2211    ===================================
2212    0000:0a:00.0 '82599ES 10-Gigabit' if=eth2 drv=ixgbe unused=igb_uio
2213
2214 To remove a port created by a virtual device, above steps are not needed.
2215
2216 port start
2217 ~~~~~~~~~~
2218
2219 Start all ports or a specific port::
2220
2221    testpmd> port start (port_id|all)
2222
2223 port stop
2224 ~~~~~~~~~
2225
2226 Stop all ports or a specific port::
2227
2228    testpmd> port stop (port_id|all)
2229
2230 port close
2231 ~~~~~~~~~~
2232
2233 Close all ports or a specific port::
2234
2235    testpmd> port close (port_id|all)
2236
2237 port reset
2238 ~~~~~~~~~~
2239
2240 Reset all ports or a specific port::
2241
2242    testpmd> port reset (port_id|all)
2243
2244 User should stop port(s) before resetting and (re-)start after reset.
2245
2246 port config - queue ring size
2247 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2248
2249 Configure a rx/tx queue ring size::
2250
2251    testpmd> port (port_id) (rxq|txq) (queue_id) ring_size (value)
2252
2253 Only take effect after command that (re-)start the port or command that setup specific queue.
2254
2255 port start/stop queue
2256 ~~~~~~~~~~~~~~~~~~~~~
2257
2258 Start/stop a rx/tx queue on a specific port::
2259
2260    testpmd> port (port_id) (rxq|txq) (queue_id) (start|stop)
2261
2262 port config - queue deferred start
2263 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2264
2265 Switch on/off deferred start of a specific port queue::
2266
2267    testpmd> port (port_id) (rxq|txq) (queue_id) deferred_start (on|off)
2268
2269 port setup queue
2270 ~~~~~~~~~~~~~~~~~~~~~
2271
2272 Setup a rx/tx queue on a specific port::
2273
2274    testpmd> port (port_id) (rxq|txq) (queue_id) setup
2275
2276 Only take effect when port is started.
2277
2278 port config - speed
2279 ~~~~~~~~~~~~~~~~~~~
2280
2281 Set the speed and duplex mode for all ports or a specific port::
2282
2283    testpmd> port config (port_id|all) speed (10|100|1000|10000|25000|40000|50000|100000|200000|auto) \
2284             duplex (half|full|auto)
2285
2286 port config - queues/descriptors
2287 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2288
2289 Set number of queues/descriptors for rxq, txq, rxd and txd::
2290
2291    testpmd> port config all (rxq|txq|rxd|txd) (value)
2292
2293 This is equivalent to the ``--rxq``, ``--txq``, ``--rxd`` and ``--txd`` command-line options.
2294
2295 port config - max-pkt-len
2296 ~~~~~~~~~~~~~~~~~~~~~~~~~
2297
2298 Set the maximum packet length::
2299
2300    testpmd> port config all max-pkt-len (value)
2301
2302 This is equivalent to the ``--max-pkt-len`` command-line option.
2303
2304 port config - max-lro-pkt-size
2305 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2306
2307 Set the maximum LRO aggregated packet size::
2308
2309    testpmd> port config all max-lro-pkt-size (value)
2310
2311 This is equivalent to the ``--max-lro-pkt-size`` command-line option.
2312
2313 port config - Drop Packets
2314 ~~~~~~~~~~~~~~~~~~~~~~~~~~
2315
2316 Enable or disable packet drop on all RX queues of all ports when no receive buffers available::
2317
2318    testpmd> port config all drop-en (on|off)
2319
2320 Packet dropping when no receive buffers available is off by default.
2321
2322 The ``on`` option is equivalent to the ``--enable-drop-en`` command-line option.
2323
2324 port config - RSS
2325 ~~~~~~~~~~~~~~~~~
2326
2327 Set the RSS (Receive Side Scaling) mode on or off::
2328
2329    testpmd> port config all rss (all|default|eth|vlan|ip|tcp|udp|sctp|ether|port|vxlan|geneve|nvgre|vxlan-gpe|l2tpv3|esp|ah|pfcp|none)
2330
2331 RSS is on by default.
2332
2333 The ``all`` option is equivalent to eth|vlan|ip|tcp|udp|sctp|ether|l2tpv3|esp|ah|pfcp.
2334
2335 The ``default`` option enables all supported RSS types reported by device info.
2336
2337 The ``none`` option is equivalent to the ``--disable-rss`` command-line option.
2338
2339 port config - RSS Reta
2340 ~~~~~~~~~~~~~~~~~~~~~~
2341
2342 Set the RSS (Receive Side Scaling) redirection table::
2343
2344    testpmd> port config all rss reta (hash,queue)[,(hash,queue)]
2345
2346 port config - DCB
2347 ~~~~~~~~~~~~~~~~~
2348
2349 Set the DCB mode for an individual port::
2350
2351    testpmd> port config (port_id) dcb vt (on|off) (traffic_class) pfc (on|off)
2352
2353 The traffic class should be 4 or 8.
2354
2355 port config - Burst
2356 ~~~~~~~~~~~~~~~~~~~
2357
2358 Set the number of packets per burst::
2359
2360    testpmd> port config all burst (value)
2361
2362 This is equivalent to the ``--burst`` command-line option.
2363
2364 port config - Threshold
2365 ~~~~~~~~~~~~~~~~~~~~~~~
2366
2367 Set thresholds for TX/RX queues::
2368
2369    testpmd> port config all (threshold) (value)
2370
2371 Where the threshold type can be:
2372
2373 * ``txpt:`` Set the prefetch threshold register of the TX rings, 0 <= value <= 255.
2374
2375 * ``txht:`` Set the host threshold register of the TX rings, 0 <= value <= 255.
2376
2377 * ``txwt:`` Set the write-back threshold register of the TX rings, 0 <= value <= 255.
2378
2379 * ``rxpt:`` Set the prefetch threshold register of the RX rings, 0 <= value <= 255.
2380
2381 * ``rxht:`` Set the host threshold register of the RX rings, 0 <= value <= 255.
2382
2383 * ``rxwt:`` Set the write-back threshold register of the RX rings, 0 <= value <= 255.
2384
2385 * ``txfreet:`` Set the transmit free threshold of the TX rings, 0 <= value <= txd.
2386
2387 * ``rxfreet:`` Set the transmit free threshold of the RX rings, 0 <= value <= rxd.
2388
2389 * ``txrst:`` Set the transmit RS bit threshold of TX rings, 0 <= value <= txd.
2390
2391 These threshold options are also available from the command-line.
2392
2393 port config - E-tag
2394 ~~~~~~~~~~~~~~~~~~~
2395
2396 Set the value of ether-type for E-tag::
2397
2398    testpmd> port config (port_id|all) l2-tunnel E-tag ether-type (value)
2399
2400 Enable/disable the E-tag support::
2401
2402    testpmd> port config (port_id|all) l2-tunnel E-tag (enable|disable)
2403
2404 port config pctype mapping
2405 ~~~~~~~~~~~~~~~~~~~~~~~~~~
2406
2407 Reset pctype mapping table::
2408
2409    testpmd> port config (port_id) pctype mapping reset
2410
2411 Update hardware defined pctype to software defined flow type mapping table::
2412
2413    testpmd> port config (port_id) pctype mapping update (pctype_id_0[,pctype_id_1]*) (flow_type_id)
2414
2415 where:
2416
2417 * ``pctype_id_x``: hardware pctype id as index of bit in bitmask value of the pctype mapping table.
2418
2419 * ``flow_type_id``: software flow type id as the index of the pctype mapping table.
2420
2421 port config input set
2422 ~~~~~~~~~~~~~~~~~~~~~
2423
2424 Config RSS/FDIR/FDIR flexible payload input set for some pctype::
2425
2426    testpmd> port config (port_id) pctype (pctype_id) \
2427             (hash_inset|fdir_inset|fdir_flx_inset) \
2428             (get|set|clear) field (field_idx)
2429
2430 Clear RSS/FDIR/FDIR flexible payload input set for some pctype::
2431
2432    testpmd> port config (port_id) pctype (pctype_id) \
2433             (hash_inset|fdir_inset|fdir_flx_inset) clear all
2434
2435 where:
2436
2437 * ``pctype_id``: hardware packet classification types.
2438 * ``field_idx``: hardware field index.
2439
2440 port config udp_tunnel_port
2441 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2442
2443 Add/remove UDP tunnel port for VXLAN/GENEVE tunneling protocols::
2444
2445     testpmd> port config (port_id) udp_tunnel_port add|rm vxlan|geneve|vxlan-gpe (udp_port)
2446
2447 port config tx_metadata
2448 ~~~~~~~~~~~~~~~~~~~~~~~
2449
2450 Set Tx metadata value per port.
2451 testpmd will add this value to any Tx packet sent from this port::
2452
2453    testpmd> port config (port_id) tx_metadata (value)
2454
2455 port config dynf
2456 ~~~~~~~~~~~~~~~~
2457
2458 Set/clear dynamic flag per port.
2459 testpmd will register this flag in the mbuf (same registration
2460 for both Tx and Rx). Then set/clear this flag for each Tx
2461 packet sent from this port. The set bit only works for Tx packet::
2462
2463    testpmd> port config (port_id) dynf (name) (set|clear)
2464
2465 port config mtu
2466 ~~~~~~~~~~~~~~~
2467
2468 To configure MTU(Maximum Transmission Unit) on devices using testpmd::
2469
2470    testpmd> port config mtu (port_id) (value)
2471
2472 port config rss hash key
2473 ~~~~~~~~~~~~~~~~~~~~~~~~
2474
2475 To configure the RSS hash key used to compute the RSS
2476 hash of input [IP] packets received on port::
2477
2478    testpmd> port config <port_id> rss-hash-key (ipv4|ipv4-frag|\
2479                      ipv4-tcp|ipv4-udp|ipv4-sctp|ipv4-other|\
2480                      ipv6|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|\
2481                      ipv6-other|l2-payload|ipv6-ex|ipv6-tcp-ex|\
2482                      ipv6-udp-ex <string of hex digits \
2483                      (variable length, NIC dependent)>)
2484
2485 Device Functions
2486 ----------------
2487
2488 The following sections show functions for device operations.
2489
2490 device detach
2491 ~~~~~~~~~~~~~
2492
2493 Detach a device specified by pci address or virtual device args::
2494
2495    testpmd> device detach (identifier)
2496
2497 Before detaching a device associated with ports, the ports should be stopped and closed.
2498
2499 For example, to detach a pci device whose address is 0002:03:00.0.
2500
2501 .. code-block:: console
2502
2503     testpmd> device detach 0002:03:00.0
2504     Removing a device...
2505     Port 1 is now closed
2506     EAL: Releasing pci mapped resource for 0002:03:00.0
2507     EAL: Calling pci_unmap_resource for 0002:03:00.0 at 0x218a050000
2508     EAL: Calling pci_unmap_resource for 0002:03:00.0 at 0x218c050000
2509     Device 0002:03:00.0 is detached
2510     Now total ports is 1
2511
2512 For example, to detach a port created by pcap PMD.
2513
2514 .. code-block:: console
2515
2516     testpmd> device detach net_pcap0
2517     Removing a device...
2518     Port 0 is now closed
2519     Device net_pcap0 is detached
2520     Now total ports is 0
2521     Done
2522
2523 In this case, identifier is ``net_pcap0``.
2524 This identifier format is the same as ``--vdev`` format of DPDK applications.
2525
2526 Link Bonding Functions
2527 ----------------------
2528
2529 The Link Bonding functions make it possible to dynamically create and
2530 manage link bonding devices from within testpmd interactive prompt.
2531
2532 create bonded device
2533 ~~~~~~~~~~~~~~~~~~~~
2534
2535 Create a new bonding device::
2536
2537    testpmd> create bonded device (mode) (socket)
2538
2539 For example, to create a bonded device in mode 1 on socket 0::
2540
2541    testpmd> create bonded device 1 0
2542    created new bonded device (port X)
2543
2544 add bonding slave
2545 ~~~~~~~~~~~~~~~~~
2546
2547 Adds Ethernet device to a Link Bonding device::
2548
2549    testpmd> add bonding slave (slave id) (port id)
2550
2551 For example, to add Ethernet device (port 6) to a Link Bonding device (port 10)::
2552
2553    testpmd> add bonding slave 6 10
2554
2555
2556 remove bonding slave
2557 ~~~~~~~~~~~~~~~~~~~~
2558
2559 Removes an Ethernet slave device from a Link Bonding device::
2560
2561    testpmd> remove bonding slave (slave id) (port id)
2562
2563 For example, to remove Ethernet slave device (port 6) to a Link Bonding device (port 10)::
2564
2565    testpmd> remove bonding slave 6 10
2566
2567 set bonding mode
2568 ~~~~~~~~~~~~~~~~
2569
2570 Set the Link Bonding mode of a Link Bonding device::
2571
2572    testpmd> set bonding mode (value) (port id)
2573
2574 For example, to set the bonding mode of a Link Bonding device (port 10) to broadcast (mode 3)::
2575
2576    testpmd> set bonding mode 3 10
2577
2578 set bonding primary
2579 ~~~~~~~~~~~~~~~~~~~
2580
2581 Set an Ethernet slave device as the primary device on a Link Bonding device::
2582
2583    testpmd> set bonding primary (slave id) (port id)
2584
2585 For example, to set the Ethernet slave device (port 6) as the primary port of a Link Bonding device (port 10)::
2586
2587    testpmd> set bonding primary 6 10
2588
2589 set bonding mac
2590 ~~~~~~~~~~~~~~~
2591
2592 Set the MAC address of a Link Bonding device::
2593
2594    testpmd> set bonding mac (port id) (mac)
2595
2596 For example, to set the MAC address of a Link Bonding device (port 10) to 00:00:00:00:00:01::
2597
2598    testpmd> set bonding mac 10 00:00:00:00:00:01
2599
2600 set bonding balance_xmit_policy
2601 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2602
2603 Set the transmission policy for a Link Bonding device when it is in Balance XOR mode::
2604
2605    testpmd> set bonding balance_xmit_policy (port_id) (l2|l23|l34)
2606
2607 For example, set a Link Bonding device (port 10) to use a balance policy of layer 3+4 (IP addresses & UDP ports)::
2608
2609    testpmd> set bonding balance_xmit_policy 10 l34
2610
2611
2612 set bonding mon_period
2613 ~~~~~~~~~~~~~~~~~~~~~~
2614
2615 Set the link status monitoring polling period in milliseconds for a bonding device.
2616
2617 This adds support for PMD slave devices which do not support link status interrupts.
2618 When the mon_period is set to a value greater than 0 then all PMD's which do not support
2619 link status ISR will be queried every polling interval to check if their link status has changed::
2620
2621    testpmd> set bonding mon_period (port_id) (value)
2622
2623 For example, to set the link status monitoring polling period of bonded device (port 5) to 150ms::
2624
2625    testpmd> set bonding mon_period 5 150
2626
2627
2628 set bonding lacp dedicated_queue
2629 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2630
2631 Enable dedicated tx/rx queues on bonding devices slaves to handle LACP control plane traffic
2632 when in mode 4 (link-aggregation-802.3ad)::
2633
2634    testpmd> set bonding lacp dedicated_queues (port_id) (enable|disable)
2635
2636
2637 set bonding agg_mode
2638 ~~~~~~~~~~~~~~~~~~~~
2639
2640 Enable one of the specific aggregators mode when in mode 4 (link-aggregation-802.3ad)::
2641
2642    testpmd> set bonding agg_mode (port_id) (bandwidth|count|stable)
2643
2644
2645 show bonding config
2646 ~~~~~~~~~~~~~~~~~~~
2647
2648 Show the current configuration of a Link Bonding device::
2649
2650    testpmd> show bonding config (port id)
2651
2652 For example,
2653 to show the configuration a Link Bonding device (port 9) with 3 slave devices (1, 3, 4)
2654 in balance mode with a transmission policy of layer 2+3::
2655
2656    testpmd> show bonding config 9
2657         Bonding mode: 2
2658         Balance Xmit Policy: BALANCE_XMIT_POLICY_LAYER23
2659         Slaves (3): [1 3 4]
2660         Active Slaves (3): [1 3 4]
2661         Primary: [3]
2662
2663
2664 Register Functions
2665 ------------------
2666
2667 The Register Functions can be used to read from and write to registers on the network card referenced by a port number.
2668 This is mainly useful for debugging purposes.
2669 Reference should be made to the appropriate datasheet for the network card for details on the register addresses
2670 and fields that can be accessed.
2671
2672 read reg
2673 ~~~~~~~~
2674
2675 Display the value of a port register::
2676
2677    testpmd> read reg (port_id) (address)
2678
2679 For example, to examine the Flow Director control register (FDIRCTL, 0x0000EE000) on an Intel 82599 10 GbE Controller::
2680
2681    testpmd> read reg 0 0xEE00
2682    port 0 PCI register at offset 0xEE00: 0x4A060029 (1241907241)
2683
2684 read regfield
2685 ~~~~~~~~~~~~~
2686
2687 Display a port register bit field::
2688
2689    testpmd> read regfield (port_id) (address) (bit_x) (bit_y)
2690
2691 For example, reading the lowest two bits from the register in the example above::
2692
2693    testpmd> read regfield 0 0xEE00 0 1
2694    port 0 PCI register at offset 0xEE00: bits[0, 1]=0x1 (1)
2695
2696 read regbit
2697 ~~~~~~~~~~~
2698
2699 Display a single port register bit::
2700
2701    testpmd> read regbit (port_id) (address) (bit_x)
2702
2703 For example, reading the lowest bit from the register in the example above::
2704
2705    testpmd> read regbit 0 0xEE00 0
2706    port 0 PCI register at offset 0xEE00: bit 0=1
2707
2708 write reg
2709 ~~~~~~~~~
2710
2711 Set the value of a port register::
2712
2713    testpmd> write reg (port_id) (address) (value)
2714
2715 For example, to clear a register::
2716
2717    testpmd> write reg 0 0xEE00 0x0
2718    port 0 PCI register at offset 0xEE00: 0x00000000 (0)
2719
2720 write regfield
2721 ~~~~~~~~~~~~~~
2722
2723 Set bit field of a port register::
2724
2725    testpmd> write regfield (port_id) (address) (bit_x) (bit_y) (value)
2726
2727 For example, writing to the register cleared in the example above::
2728
2729    testpmd> write regfield 0 0xEE00 0 1 2
2730    port 0 PCI register at offset 0xEE00: 0x00000002 (2)
2731
2732 write regbit
2733 ~~~~~~~~~~~~
2734
2735 Set single bit value of a port register::
2736
2737    testpmd> write regbit (port_id) (address) (bit_x) (value)
2738
2739 For example, to set the high bit in the register from the example above::
2740
2741    testpmd> write regbit 0 0xEE00 31 1
2742    port 0 PCI register at offset 0xEE00: 0x8000000A (2147483658)
2743
2744 Traffic Metering and Policing
2745 -----------------------------
2746
2747 The following section shows functions for configuring traffic metering and
2748 policing on the ethernet device through the use of generic ethdev API.
2749
2750 show port traffic management capability
2751 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2752
2753 Show traffic metering and policing capability of the port::
2754
2755    testpmd> show port meter cap (port_id)
2756
2757 add port meter profile (srTCM rfc2967)
2758 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2759
2760 Add meter profile (srTCM rfc2697) to the ethernet device::
2761
2762    testpmd> add port meter profile srtcm_rfc2697 (port_id) (profile_id) \
2763    (cir) (cbs) (ebs)
2764
2765 where:
2766
2767 * ``profile_id``: ID for the meter profile.
2768 * ``cir``: Committed Information Rate (CIR) (bytes/second).
2769 * ``cbs``: Committed Burst Size (CBS) (bytes).
2770 * ``ebs``: Excess Burst Size (EBS) (bytes).
2771
2772 add port meter profile (trTCM rfc2968)
2773 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2774
2775 Add meter profile (srTCM rfc2698) to the ethernet device::
2776
2777    testpmd> add port meter profile trtcm_rfc2698 (port_id) (profile_id) \
2778    (cir) (pir) (cbs) (pbs)
2779
2780 where:
2781
2782 * ``profile_id``: ID for the meter profile.
2783 * ``cir``: Committed information rate (bytes/second).
2784 * ``pir``: Peak information rate (bytes/second).
2785 * ``cbs``: Committed burst size (bytes).
2786 * ``pbs``: Peak burst size (bytes).
2787
2788 add port meter profile (trTCM rfc4115)
2789 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2790
2791 Add meter profile (trTCM rfc4115) to the ethernet device::
2792
2793    testpmd> add port meter profile trtcm_rfc4115 (port_id) (profile_id) \
2794    (cir) (eir) (cbs) (ebs)
2795
2796 where:
2797
2798 * ``profile_id``: ID for the meter profile.
2799 * ``cir``: Committed information rate (bytes/second).
2800 * ``eir``: Excess information rate (bytes/second).
2801 * ``cbs``: Committed burst size (bytes).
2802 * ``ebs``: Excess burst size (bytes).
2803
2804 delete port meter profile
2805 ~~~~~~~~~~~~~~~~~~~~~~~~~
2806
2807 Delete meter profile from the ethernet device::
2808
2809    testpmd> del port meter profile (port_id) (profile_id)
2810
2811 create port meter
2812 ~~~~~~~~~~~~~~~~~
2813
2814 Create new meter object for the ethernet device::
2815
2816    testpmd> create port meter (port_id) (mtr_id) (profile_id) \
2817    (meter_enable) (g_action) (y_action) (r_action) (stats_mask) (shared) \
2818    (use_pre_meter_color) [(dscp_tbl_entry0) (dscp_tbl_entry1)...\
2819    (dscp_tbl_entry63)]
2820
2821 where:
2822
2823 * ``mtr_id``: meter object ID.
2824 * ``profile_id``: ID for the meter profile.
2825 * ``meter_enable``: When this parameter has a non-zero value, the meter object
2826   gets enabled at the time of creation, otherwise remains disabled.
2827 * ``g_action``: Policer action for the packet with green color.
2828 * ``y_action``: Policer action for the packet with yellow color.
2829 * ``r_action``: Policer action for the packet with red color.
2830 * ``stats_mask``: Mask of statistics counter types to be enabled for the
2831   meter object.
2832 * ``shared``:  When this parameter has a non-zero value, the meter object is
2833   shared by multiple flows. Otherwise, meter object is used by single flow.
2834 * ``use_pre_meter_color``: When this parameter has a non-zero value, the
2835   input color for the current meter object is determined by the latest meter
2836   object in the same flow. Otherwise, the current meter object uses the
2837   *dscp_table* to determine the input color.
2838 * ``dscp_tbl_entryx``: DSCP table entry x providing meter providing input
2839   color, 0 <= x <= 63.
2840
2841 enable port meter
2842 ~~~~~~~~~~~~~~~~~
2843
2844 Enable meter for the ethernet device::
2845
2846    testpmd> enable port meter (port_id) (mtr_id)
2847
2848 disable port meter
2849 ~~~~~~~~~~~~~~~~~~
2850
2851 Disable meter for the ethernet device::
2852
2853    testpmd> disable port meter (port_id) (mtr_id)
2854
2855 delete port meter
2856 ~~~~~~~~~~~~~~~~~
2857
2858 Delete meter for the ethernet device::
2859
2860    testpmd> del port meter (port_id) (mtr_id)
2861
2862 Set port meter profile
2863 ~~~~~~~~~~~~~~~~~~~~~~
2864
2865 Set meter profile for the ethernet device::
2866
2867    testpmd> set port meter profile (port_id) (mtr_id) (profile_id)
2868
2869 set port meter dscp table
2870 ~~~~~~~~~~~~~~~~~~~~~~~~~
2871
2872 Set meter dscp table for the ethernet device::
2873
2874    testpmd> set port meter dscp table (port_id) (mtr_id) [(dscp_tbl_entry0) \
2875    (dscp_tbl_entry1)...(dscp_tbl_entry63)]
2876
2877 set port meter policer action
2878 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2879
2880 Set meter policer action for the ethernet device::
2881
2882    testpmd> set port meter policer action (port_id) (mtr_id) (action_mask) \
2883    (action0) [(action1) (action1)]
2884
2885 where:
2886
2887 * ``action_mask``: Bit mask indicating which policer actions need to be
2888   updated. One or more policer actions can be updated in a single function
2889   invocation. To update the policer action associated with color C, bit
2890   (1 << C) needs to be set in *action_mask* and element at position C
2891   in the *actions* array needs to be valid.
2892 * ``actionx``: Policer action for the color x,
2893   RTE_MTR_GREEN <= x < RTE_MTR_COLORS
2894
2895 set port meter stats mask
2896 ~~~~~~~~~~~~~~~~~~~~~~~~~
2897
2898 Set meter stats mask for the ethernet device::
2899
2900    testpmd> set port meter stats mask (port_id) (mtr_id) (stats_mask)
2901
2902 where:
2903
2904 * ``stats_mask``: Bit mask indicating statistics counter types to be enabled.
2905
2906 show port meter stats
2907 ~~~~~~~~~~~~~~~~~~~~~
2908
2909 Show meter stats of the ethernet device::
2910
2911    testpmd> show port meter stats (port_id) (mtr_id) (clear)
2912
2913 where:
2914
2915 * ``clear``: Flag that indicates whether the statistics counters should
2916   be cleared (i.e. set to zero) immediately after they have been read or not.
2917
2918 Traffic Management
2919 ------------------
2920
2921 The following section shows functions for configuring traffic management on
2922 the ethernet device through the use of generic TM API.
2923
2924 show port traffic management capability
2925 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2926
2927 Show traffic management capability of the port::
2928
2929    testpmd> show port tm cap (port_id)
2930
2931 show port traffic management capability (hierarchy level)
2932 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2933
2934 Show traffic management hierarchy level capability of the port::
2935
2936    testpmd> show port tm level cap (port_id) (level_id)
2937
2938 show port traffic management capability (hierarchy node level)
2939 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2940
2941 Show the traffic management hierarchy node capability of the port::
2942
2943    testpmd> show port tm node cap (port_id) (node_id)
2944
2945 show port traffic management hierarchy node type
2946 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2947
2948 Show the port traffic management hierarchy node type::
2949
2950    testpmd> show port tm node type (port_id) (node_id)
2951
2952 show port traffic management hierarchy node stats
2953 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2954
2955 Show the port traffic management hierarchy node statistics::
2956
2957    testpmd> show port tm node stats (port_id) (node_id) (clear)
2958
2959 where:
2960
2961 * ``clear``: When this parameter has a non-zero value, the statistics counters
2962   are cleared (i.e. set to zero) immediately after they have been read,
2963   otherwise the statistics counters are left untouched.
2964
2965 Add port traffic management private shaper profile
2966 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2967
2968 Add the port traffic management private shaper profile::
2969
2970    testpmd> add port tm node shaper profile (port_id) (shaper_profile_id) \
2971    (cmit_tb_rate) (cmit_tb_size) (peak_tb_rate) (peak_tb_size) \
2972    (packet_length_adjust) (packet_mode)
2973
2974 where:
2975
2976 * ``shaper_profile id``: Shaper profile ID for the new profile.
2977 * ``cmit_tb_rate``: Committed token bucket rate (bytes per second or packets per second).
2978 * ``cmit_tb_size``: Committed token bucket size (bytes or packets).
2979 * ``peak_tb_rate``: Peak token bucket rate (bytes per second or packets per second).
2980 * ``peak_tb_size``: Peak token bucket size (bytes or packets).
2981 * ``packet_length_adjust``: The value (bytes) to be added to the length of
2982   each packet for the purpose of shaping. This parameter value can be used to
2983   correct the packet length with the framing overhead bytes that are consumed
2984   on the wire.
2985 * ``packet_mode``: Shaper configured in packet mode. This parameter value if
2986   zero, configures shaper in byte mode and if non-zero configures it in packet
2987   mode.
2988
2989 Delete port traffic management private shaper profile
2990 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2991
2992 Delete the port traffic management private shaper::
2993
2994    testpmd> del port tm node shaper profile (port_id) (shaper_profile_id)
2995
2996 where:
2997
2998 * ``shaper_profile id``: Shaper profile ID that needs to be deleted.
2999
3000 Add port traffic management shared shaper
3001 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3002
3003 Create the port traffic management shared shaper::
3004
3005    testpmd> add port tm node shared shaper (port_id) (shared_shaper_id) \
3006    (shaper_profile_id)
3007
3008 where:
3009
3010 * ``shared_shaper_id``: Shared shaper ID to be created.
3011 * ``shaper_profile id``: Shaper profile ID for shared shaper.
3012
3013 Set port traffic management shared shaper
3014 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3015
3016 Update the port traffic management shared shaper::
3017
3018    testpmd> set port tm node shared shaper (port_id) (shared_shaper_id) \
3019    (shaper_profile_id)
3020
3021 where:
3022
3023 * ``shared_shaper_id``: Shared shaper ID to be update.
3024 * ``shaper_profile id``: Shaper profile ID for shared shaper.
3025
3026 Delete port traffic management shared shaper
3027 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3028
3029 Delete the port traffic management shared shaper::
3030
3031    testpmd> del port tm node shared shaper (port_id) (shared_shaper_id)
3032
3033 where:
3034
3035 * ``shared_shaper_id``: Shared shaper ID to be deleted.
3036
3037 Set port traffic management hierarchy node private shaper
3038 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3039
3040 set the port traffic management hierarchy node private shaper::
3041
3042    testpmd> set port tm node shaper profile (port_id) (node_id) \
3043    (shaper_profile_id)
3044
3045 where:
3046
3047 * ``shaper_profile id``: Private shaper profile ID to be enabled on the
3048   hierarchy node.
3049
3050 Add port traffic management WRED profile
3051 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3052
3053 Create a new WRED profile::
3054
3055    testpmd> add port tm node wred profile (port_id) (wred_profile_id) \
3056    (color_g) (min_th_g) (max_th_g) (maxp_inv_g) (wq_log2_g) \
3057    (color_y) (min_th_y) (max_th_y) (maxp_inv_y) (wq_log2_y) \
3058    (color_r) (min_th_r) (max_th_r) (maxp_inv_r) (wq_log2_r)
3059
3060 where:
3061
3062 * ``wred_profile id``: Identifier for the newly create WRED profile
3063 * ``color_g``: Packet color (green)
3064 * ``min_th_g``: Minimum queue threshold for packet with green color
3065 * ``max_th_g``: Minimum queue threshold for packet with green color
3066 * ``maxp_inv_g``: Inverse of packet marking probability maximum value (maxp)
3067 * ``wq_log2_g``: Negated log2 of queue weight (wq)
3068 * ``color_y``: Packet color (yellow)
3069 * ``min_th_y``: Minimum queue threshold for packet with yellow color
3070 * ``max_th_y``: Minimum queue threshold for packet with yellow color
3071 * ``maxp_inv_y``: Inverse of packet marking probability maximum value (maxp)
3072 * ``wq_log2_y``: Negated log2 of queue weight (wq)
3073 * ``color_r``: Packet color (red)
3074 * ``min_th_r``: Minimum queue threshold for packet with yellow color
3075 * ``max_th_r``: Minimum queue threshold for packet with yellow color
3076 * ``maxp_inv_r``: Inverse of packet marking probability maximum value (maxp)
3077 * ``wq_log2_r``: Negated log2 of queue weight (wq)
3078
3079 Delete port traffic management WRED profile
3080 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3081
3082 Delete the WRED profile::
3083
3084    testpmd> del port tm node wred profile (port_id) (wred_profile_id)
3085
3086 Add port traffic management hierarchy nonleaf node
3087 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3088
3089 Add nonleaf node to port traffic management hierarchy::
3090
3091    testpmd> add port tm nonleaf node (port_id) (node_id) (parent_node_id) \
3092    (priority) (weight) (level_id) (shaper_profile_id) \
3093    (n_sp_priorities) (stats_mask) (n_shared_shapers) \
3094    [(shared_shaper_0) (shared_shaper_1) ...] \
3095
3096 where:
3097
3098 * ``parent_node_id``: Node ID of the parent.
3099 * ``priority``: Node priority (highest node priority is zero). This is used by
3100   the SP algorithm running on the parent node for scheduling this node.
3101 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3102   to the weight sum of all siblings that have the same priority. It is used by
3103   the WFQ algorithm running on the parent node for scheduling this node.
3104 * ``level_id``: Hierarchy level of the node.
3105 * ``shaper_profile_id``: Shaper profile ID of the private shaper to be used by
3106   the node.
3107 * ``n_sp_priorities``: Number of strict priorities.
3108 * ``stats_mask``: Mask of statistics counter types to be enabled for this node.
3109 * ``n_shared_shapers``: Number of shared shapers.
3110 * ``shared_shaper_id``: Shared shaper id.
3111
3112 Add port traffic management hierarchy nonleaf node with packet mode
3113 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3114
3115 Add nonleaf node with packet mode to port traffic management hierarchy::
3116
3117    testpmd> add port tm nonleaf node pktmode (port_id) (node_id) (parent_node_id) \
3118    (priority) (weight) (level_id) (shaper_profile_id) \
3119    (n_sp_priorities) (stats_mask) (n_shared_shapers) \
3120    [(shared_shaper_0) (shared_shaper_1) ...] \
3121
3122 where:
3123
3124 * ``parent_node_id``: Node ID of the parent.
3125 * ``priority``: Node priority (highest node priority is zero). This is used by
3126   the SP algorithm running on the parent node for scheduling this node.
3127 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3128   to the weight sum of all siblings that have the same priority. It is used by
3129   the WFQ algorithm running on the parent node for scheduling this node.
3130 * ``level_id``: Hierarchy level of the node.
3131 * ``shaper_profile_id``: Shaper profile ID of the private shaper to be used by
3132   the node.
3133 * ``n_sp_priorities``: Number of strict priorities. Packet mode is enabled on
3134   all of them.
3135 * ``stats_mask``: Mask of statistics counter types to be enabled for this node.
3136 * ``n_shared_shapers``: Number of shared shapers.
3137 * ``shared_shaper_id``: Shared shaper id.
3138
3139 Add port traffic management hierarchy leaf node
3140 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3141
3142 Add leaf node to port traffic management hierarchy::
3143
3144    testpmd> add port tm leaf node (port_id) (node_id) (parent_node_id) \
3145    (priority) (weight) (level_id) (shaper_profile_id) \
3146    (cman_mode) (wred_profile_id) (stats_mask) (n_shared_shapers) \
3147    [(shared_shaper_id) (shared_shaper_id) ...] \
3148
3149 where:
3150
3151 * ``parent_node_id``: Node ID of the parent.
3152 * ``priority``: Node priority (highest node priority is zero). This is used by
3153   the SP algorithm running on the parent node for scheduling this node.
3154 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3155   to the weight sum of all siblings that have the same priority. It is used by
3156   the WFQ algorithm running on the parent node for scheduling this node.
3157 * ``level_id``: Hierarchy level of the node.
3158 * ``shaper_profile_id``: Shaper profile ID of the private shaper to be used by
3159   the node.
3160 * ``cman_mode``: Congestion management mode to be enabled for this node.
3161 * ``wred_profile_id``: WRED profile id to be enabled for this node.
3162 * ``stats_mask``: Mask of statistics counter types to be enabled for this node.
3163 * ``n_shared_shapers``: Number of shared shapers.
3164 * ``shared_shaper_id``: Shared shaper id.
3165
3166 Delete port traffic management hierarchy node
3167 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3168
3169 Delete node from port traffic management hierarchy::
3170
3171    testpmd> del port tm node (port_id) (node_id)
3172
3173 Update port traffic management hierarchy parent node
3174 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3175
3176 Update port traffic management hierarchy parent node::
3177
3178    testpmd> set port tm node parent (port_id) (node_id) (parent_node_id) \
3179    (priority) (weight)
3180
3181 This function can only be called after the hierarchy commit invocation. Its
3182 success depends on the port support for this operation, as advertised through
3183 the port capability set. This function is valid for all nodes of the traffic
3184 management hierarchy except root node.
3185
3186 Suspend port traffic management hierarchy node
3187 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3188
3189    testpmd> suspend port tm node (port_id) (node_id)
3190
3191 Resume port traffic management hierarchy node
3192 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3193
3194    testpmd> resume port tm node (port_id) (node_id)
3195
3196 Commit port traffic management hierarchy
3197 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3198
3199 Commit the traffic management hierarchy on the port::
3200
3201    testpmd> port tm hierarchy commit (port_id) (clean_on_fail)
3202
3203 where:
3204
3205 * ``clean_on_fail``: When set to non-zero, hierarchy is cleared on function
3206   call failure. On the other hand, hierarchy is preserved when this parameter
3207   is equal to zero.
3208
3209 Set port traffic management mark VLAN dei
3210 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3211
3212 Enables/Disables the traffic management marking on the port for VLAN packets::
3213
3214    testpmd> set port tm mark vlan_dei <port_id> <green> <yellow> <red>
3215
3216 where:
3217
3218 * ``port_id``: The port which on which VLAN packets marked as ``green`` or
3219   ``yellow`` or ``red`` will have dei bit enabled
3220
3221 * ``green`` enable 1, disable 0 marking for dei bit of VLAN packets marked as green
3222
3223 * ``yellow`` enable 1, disable 0 marking for dei bit of VLAN packets marked as yellow
3224
3225 * ``red`` enable 1, disable 0 marking for dei bit of VLAN packets marked as red
3226
3227 Set port traffic management mark IP dscp
3228 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3229
3230 Enables/Disables the traffic management marking on the port for IP dscp packets::
3231
3232    testpmd> set port tm mark ip_dscp <port_id> <green> <yellow> <red>
3233
3234 where:
3235
3236 * ``port_id``: The port which on which IP packets marked as ``green`` or
3237   ``yellow`` or ``red`` will have IP dscp bits updated
3238
3239 * ``green`` enable 1, disable 0 marking IP dscp to low drop precedence for green packets
3240
3241 * ``yellow`` enable 1, disable 0 marking IP dscp to medium drop precedence for yellow packets
3242
3243 * ``red`` enable 1, disable 0 marking IP dscp to high drop precedence for red packets
3244
3245 Set port traffic management mark IP ecn
3246 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3247
3248 Enables/Disables the traffic management marking on the port for IP ecn packets::
3249
3250    testpmd> set port tm mark ip_ecn <port_id> <green> <yellow> <red>
3251
3252 where:
3253
3254 * ``port_id``: The port which on which IP packets marked as ``green`` or
3255   ``yellow`` or ``red`` will have IP ecn bits updated
3256
3257 * ``green`` enable 1, disable 0 marking IP ecn for green marked packets with ecn of 2'b01  or 2'b10
3258   to ecn of 2'b11 when IP is caring TCP or SCTP
3259
3260 * ``yellow`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01  or 2'b10
3261   to ecn of 2'b11 when IP is caring TCP or SCTP
3262
3263 * ``red`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01  or 2'b10
3264   to ecn of 2'b11 when IP is caring TCP or SCTP
3265
3266 Filter Functions
3267 ----------------
3268
3269 This section details the available filter functions that are available.
3270
3271 Note these functions interface the deprecated legacy filtering framework,
3272 superseded by *rte_flow*. See `Flow rules management`_.
3273
3274 2tuple_filter
3275 ~~~~~~~~~~~~~~~~~
3276
3277 Add or delete a 2-tuple filter,
3278 which identifies packets by specific protocol and destination TCP/UDP port
3279 and forwards packets into one of the receive queues::
3280
3281    2tuple_filter (port_id) (add|del) dst_port (dst_port_value) \
3282                  protocol (protocol_value) mask (mask_value) \
3283                  tcp_flags (tcp_flags_value) priority (prio_value) \
3284                  queue (queue_id)
3285
3286 The available information parameters are:
3287
3288 * ``port_id``: The port which the 2-tuple filter assigned on.
3289
3290 * ``dst_port_value``: Destination port in L4.
3291
3292 * ``protocol_value``: IP L4 protocol.
3293
3294 * ``mask_value``: Participates in the match or not by bit for field above, 1b means participate.
3295
3296 * ``tcp_flags_value``: TCP control bits. The non-zero value is invalid, when the pro_value is not set to 0x06 (TCP).
3297
3298 * ``prio_value``: Priority of this filter.
3299
3300 * ``queue_id``: The receive queue associated with this 2-tuple filter.
3301
3302 Example, to add/remove an 2tuple filter rule::
3303
3304    testpmd> 2tuple_filter 0 add dst_port 32 protocol 0x06 mask 0x03 \
3305                           tcp_flags 0x02 priority 3 queue 3
3306
3307    testpmd> 2tuple_filter 0 del dst_port 32 protocol 0x06 mask 0x03 \
3308                           tcp_flags 0x02 priority 3 queue 3
3309
3310 5tuple_filter
3311 ~~~~~~~~~~~~~~~~~
3312
3313 Add or delete a 5-tuple filter,
3314 which consists of a 5-tuple (protocol, source and destination IP addresses, source and destination TCP/UDP/SCTP port)
3315 and routes packets into one of the receive queues::
3316
3317    5tuple_filter (port_id) (add|del) dst_ip (dst_address) src_ip \
3318                  (src_address) dst_port (dst_port_value) \
3319                  src_port (src_port_value) protocol (protocol_value) \
3320                  mask (mask_value) tcp_flags (tcp_flags_value) \
3321                  priority (prio_value) queue (queue_id)
3322
3323 The available information parameters are:
3324
3325 * ``port_id``: The port which the 5-tuple filter assigned on.
3326
3327 * ``dst_address``: Destination IP address.
3328
3329 * ``src_address``: Source IP address.
3330
3331 * ``dst_port_value``: TCP/UDP destination port.
3332
3333 * ``src_port_value``: TCP/UDP source port.
3334
3335 * ``protocol_value``: L4 protocol.
3336
3337 * ``mask_value``: Participates in the match or not by bit for field above, 1b means participate
3338
3339 * ``tcp_flags_value``: TCP control bits. The non-zero value is invalid, when the protocol_value is not set to 0x06 (TCP).
3340
3341 * ``prio_value``: The priority of this filter.
3342
3343 * ``queue_id``: The receive queue associated with this 5-tuple filter.
3344
3345 Example, to add/remove an 5tuple filter rule::
3346
3347    testpmd> 5tuple_filter 0 add dst_ip 2.2.2.5 src_ip 2.2.2.4 \
3348             dst_port 64 src_port 32 protocol 0x06 mask 0x1F \
3349             flags 0x0 priority 3 queue 3
3350
3351    testpmd> 5tuple_filter 0 del dst_ip 2.2.2.5 src_ip 2.2.2.4 \
3352             dst_port 64 src_port 32 protocol 0x06 mask 0x1F \
3353             flags 0x0 priority 3 queue 3
3354
3355 syn_filter
3356 ~~~~~~~~~~
3357
3358 Using the  SYN filter, TCP packets whose *SYN* flag is set can be forwarded to a separate queue::
3359
3360    syn_filter (port_id) (add|del) priority (high|low) queue (queue_id)
3361
3362 The available information parameters are:
3363
3364 * ``port_id``: The port which the SYN filter assigned on.
3365
3366 * ``high``: This SYN filter has higher priority than other filters.
3367
3368 * ``low``: This SYN filter has lower priority than other filters.
3369
3370 * ``queue_id``: The receive queue associated with this SYN filter
3371
3372 Example::
3373
3374    testpmd> syn_filter 0 add priority high queue 3
3375
3376 .. _testpmd_flow_director:
3377
3378 flow_director_filter
3379 ~~~~~~~~~~~~~~~~~~~~
3380
3381 The Flow Director works in receive mode to identify specific flows or sets of flows and route them to specific queues.
3382
3383 Four types of filtering are supported which are referred to as Perfect Match, Signature, Perfect-mac-vlan and
3384 Perfect-tunnel filters, the match mode is set by the ``--pkt-filter-mode`` command-line parameter:
3385
3386 * Perfect match filters.
3387   The hardware checks a match between the masked fields of the received packets and the programmed filters.
3388   The masked fields are for IP flow.
3389
3390 * Signature filters.
3391   The hardware checks a match between a hash-based signature of the masked fields of the received packet.
3392
3393 * Perfect-mac-vlan match filters.
3394   The hardware checks a match between the masked fields of the received packets and the programmed filters.
3395   The masked fields are for MAC VLAN flow.
3396
3397 * Perfect-tunnel match filters.
3398   The hardware checks a match between the masked fields of the received packets and the programmed filters.
3399   The masked fields are for tunnel flow.
3400
3401 * Perfect-raw-flow-type match filters.
3402   The hardware checks a match between the masked fields of the received packets and pre-loaded raw (template) packet.
3403   The masked fields are specified by input sets.
3404
3405 The Flow Director filters can match the different fields for different type of packet: flow type, specific input set
3406 per flow type and the flexible payload.
3407
3408 The Flow Director can also mask out parts of all of these fields so that filters
3409 are only applied to certain fields or parts of the fields.
3410
3411 Note that for raw flow type mode the source and destination fields in the
3412 raw packet buffer need to be presented in a reversed order with respect
3413 to the expected received packets.
3414 For example: IP source and destination addresses or TCP/UDP/SCTP
3415 source and destination ports
3416
3417 Different NICs may have different capabilities, command show port fdir (port_id) can be used to acquire the information.
3418
3419 # Commands to add flow director filters of different flow types::
3420
3421    flow_director_filter (port_id) mode IP (add|del|update) \
3422                         flow (ipv4-other|ipv4-frag|ipv6-other|ipv6-frag) \
3423                         src (src_ip_address) dst (dst_ip_address) \
3424                         tos (tos_value) proto (proto_value) ttl (ttl_value) \
3425                         vlan (vlan_value) flexbytes (flexbytes_value) \
3426                         (drop|fwd) pf|vf(vf_id) queue (queue_id) \
3427                         fd_id (fd_id_value)
3428
3429    flow_director_filter (port_id) mode IP (add|del|update) \
3430                         flow (ipv4-tcp|ipv4-udp|ipv6-tcp|ipv6-udp) \
3431                         src (src_ip_address) (src_port) \
3432                         dst (dst_ip_address) (dst_port) \
3433                         tos (tos_value) ttl (ttl_value) \
3434                         vlan (vlan_value) flexbytes (flexbytes_value) \
3435                         (drop|fwd) queue pf|vf(vf_id) (queue_id) \
3436                         fd_id (fd_id_value)
3437
3438    flow_director_filter (port_id) mode IP (add|del|update) \
3439                         flow (ipv4-sctp|ipv6-sctp) \
3440                         src (src_ip_address) (src_port) \
3441                         dst (dst_ip_address) (dst_port) \
3442                         tos (tos_value) ttl (ttl_value) \
3443                         tag (verification_tag) vlan (vlan_value) \
3444                         flexbytes (flexbytes_value) (drop|fwd) \
3445                         pf|vf(vf_id) queue (queue_id) fd_id (fd_id_value)
3446
3447    flow_director_filter (port_id) mode IP (add|del|update) flow l2_payload \
3448                         ether (ethertype) flexbytes (flexbytes_value) \
3449                         (drop|fwd) pf|vf(vf_id) queue (queue_id)
3450                         fd_id (fd_id_value)
3451
3452    flow_director_filter (port_id) mode MAC-VLAN (add|del|update) \
3453                         mac (mac_address) vlan (vlan_value) \
3454                         flexbytes (flexbytes_value) (drop|fwd) \
3455                         queue (queue_id) fd_id (fd_id_value)
3456
3457    flow_director_filter (port_id) mode Tunnel (add|del|update) \
3458                         mac (mac_address) vlan (vlan_value) \
3459                         tunnel (NVGRE|VxLAN) tunnel-id (tunnel_id_value) \
3460                         flexbytes (flexbytes_value) (drop|fwd) \
3461                         queue (queue_id) fd_id (fd_id_value)
3462
3463    flow_director_filter (port_id) mode raw (add|del|update) flow (flow_id) \
3464                         (drop|fwd) queue (queue_id) fd_id (fd_id_value) \
3465                         packet (packet file name)
3466
3467 For example, to add an ipv4-udp flow type filter::
3468
3469    testpmd> flow_director_filter 0 mode IP add flow ipv4-udp src 2.2.2.3 32 \
3470             dst 2.2.2.5 33 tos 2 ttl 40 vlan 0x1 flexbytes (0x88,0x48) \
3471             fwd pf queue 1 fd_id 1
3472
3473 For example, add an ipv4-other flow type filter::
3474
3475    testpmd> flow_director_filter 0 mode IP add flow ipv4-other src 2.2.2.3 \
3476              dst 2.2.2.5 tos 2 proto 20 ttl 40 vlan 0x1 \
3477              flexbytes (0x88,0x48) fwd pf queue 1 fd_id 1
3478
3479 flush_flow_director
3480 ~~~~~~~~~~~~~~~~~~~
3481
3482 Flush all flow director filters on a device::
3483
3484    testpmd> flush_flow_director (port_id)
3485
3486 Example, to flush all flow director filter on port 0::
3487
3488    testpmd> flush_flow_director 0
3489
3490 flow_director_mask
3491 ~~~~~~~~~~~~~~~~~~
3492
3493 Set flow director's input masks::
3494
3495    flow_director_mask (port_id) mode IP vlan (vlan_value) \
3496                       src_mask (ipv4_src) (ipv6_src) (src_port) \
3497                       dst_mask (ipv4_dst) (ipv6_dst) (dst_port)
3498
3499    flow_director_mask (port_id) mode MAC-VLAN vlan (vlan_value)
3500
3501    flow_director_mask (port_id) mode Tunnel vlan (vlan_value) \
3502                       mac (mac_value) tunnel-type (tunnel_type_value) \
3503                       tunnel-id (tunnel_id_value)
3504
3505 Example, to set flow director mask on port 0::
3506
3507    testpmd> flow_director_mask 0 mode IP vlan 0xefff \
3508             src_mask 255.255.255.255 \
3509                 FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF 0xFFFF \
3510             dst_mask 255.255.255.255 \
3511                 FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF 0xFFFF
3512
3513 flow_director_flex_mask
3514 ~~~~~~~~~~~~~~~~~~~~~~~
3515
3516 set masks of flow director's flexible payload based on certain flow type::
3517
3518    testpmd> flow_director_flex_mask (port_id) \
3519             flow (none|ipv4-other|ipv4-frag|ipv4-tcp|ipv4-udp|ipv4-sctp| \
3520                   ipv6-other|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp| \
3521                   l2_payload|all) (mask)
3522
3523 Example, to set flow director's flex mask for all flow type on port 0::
3524
3525    testpmd> flow_director_flex_mask 0 flow all \
3526             (0xff,0xff,0,0,0,0,0,0,0,0,0,0,0,0,0,0)
3527
3528
3529 flow_director_flex_payload
3530 ~~~~~~~~~~~~~~~~~~~~~~~~~~
3531
3532 Configure flexible payload selection::
3533
3534    flow_director_flex_payload (port_id) (raw|l2|l3|l4) (config)
3535
3536 For example, to select the first 16 bytes from the offset 4 (bytes) of packet's payload as flexible payload::
3537
3538    testpmd> flow_director_flex_payload 0 l4 \
3539             (4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19)
3540
3541 get_sym_hash_ena_per_port
3542 ~~~~~~~~~~~~~~~~~~~~~~~~~
3543
3544 Get symmetric hash enable configuration per port::
3545
3546    get_sym_hash_ena_per_port (port_id)
3547
3548 For example, to get symmetric hash enable configuration of port 1::
3549
3550    testpmd> get_sym_hash_ena_per_port 1
3551
3552 set_sym_hash_ena_per_port
3553 ~~~~~~~~~~~~~~~~~~~~~~~~~
3554
3555 Set symmetric hash enable configuration per port to enable or disable::
3556
3557    set_sym_hash_ena_per_port (port_id) (enable|disable)
3558
3559 For example, to set symmetric hash enable configuration of port 1 to enable::
3560
3561    testpmd> set_sym_hash_ena_per_port 1 enable
3562
3563 get_hash_global_config
3564 ~~~~~~~~~~~~~~~~~~~~~~
3565
3566 Get the global configurations of hash filters::
3567
3568    get_hash_global_config (port_id)
3569
3570 For example, to get the global configurations of hash filters of port 1::
3571
3572    testpmd> get_hash_global_config 1
3573
3574 set_hash_global_config
3575 ~~~~~~~~~~~~~~~~~~~~~~
3576
3577 Set the global configurations of hash filters::
3578
3579    set_hash_global_config (port_id) (toeplitz|simple_xor|symmetric_toeplitz|default) \
3580    (ipv4|ipv4-frag|ipv4-tcp|ipv4-udp|ipv4-sctp|ipv4-other|ipv6|ipv6-frag| \
3581    ipv6-tcp|ipv6-udp|ipv6-sctp|ipv6-other|l2_payload|<flow_id>) \
3582    (enable|disable)
3583
3584 For example, to enable simple_xor for flow type of ipv6 on port 2::
3585
3586    testpmd> set_hash_global_config 2 simple_xor ipv6 enable
3587
3588 set_hash_input_set
3589 ~~~~~~~~~~~~~~~~~~
3590
3591 Set the input set for hash::
3592
3593    set_hash_input_set (port_id) (ipv4-frag|ipv4-tcp|ipv4-udp|ipv4-sctp| \
3594    ipv4-other|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|ipv6-other| \
3595    l2_payload|<flow_id>) (ovlan|ivlan|src-ipv4|dst-ipv4|src-ipv6|dst-ipv6| \
3596    ipv4-tos|ipv4-proto|ipv6-tc|ipv6-next-header|udp-src-port|udp-dst-port| \
3597    tcp-src-port|tcp-dst-port|sctp-src-port|sctp-dst-port|sctp-veri-tag| \
3598    udp-key|gre-key|fld-1st|fld-2nd|fld-3rd|fld-4th|fld-5th|fld-6th|fld-7th| \
3599    fld-8th|none) (select|add)
3600
3601 For example, to add source IP to hash input set for flow type of ipv4-udp on port 0::
3602
3603    testpmd> set_hash_input_set 0 ipv4-udp src-ipv4 add
3604
3605 set_fdir_input_set
3606 ~~~~~~~~~~~~~~~~~~
3607
3608 The Flow Director filters can match the different fields for different type of packet, i.e. specific input set
3609 on per flow type and the flexible payload. This command can be used to change input set for each flow type.
3610
3611 Set the input set for flow director::
3612
3613    set_fdir_input_set (port_id) (ipv4-frag|ipv4-tcp|ipv4-udp|ipv4-sctp| \
3614    ipv4-other|ipv6|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|ipv6-other| \
3615    l2_payload|<flow_id>) (ivlan|ethertype|src-ipv4|dst-ipv4|src-ipv6|dst-ipv6| \
3616    ipv4-tos|ipv4-proto|ipv4-ttl|ipv6-tc|ipv6-next-header|ipv6-hop-limits| \
3617    tudp-src-port|udp-dst-port|cp-src-port|tcp-dst-port|sctp-src-port| \
3618    sctp-dst-port|sctp-veri-tag|none) (select|add)
3619
3620 For example to add source IP to FD input set for flow type of ipv4-udp on port 0::
3621
3622    testpmd> set_fdir_input_set 0 ipv4-udp src-ipv4 add
3623
3624 global_config
3625 ~~~~~~~~~~~~~
3626
3627 Set different GRE key length for input set::
3628
3629    global_config (port_id) gre-key-len (number in bytes)
3630
3631 For example to set GRE key length for input set to 4 bytes on port 0::
3632
3633    testpmd> global_config 0 gre-key-len 4
3634
3635
3636 .. _testpmd_rte_flow:
3637
3638 Flow rules management
3639 ---------------------
3640
3641 Control of the generic flow API (*rte_flow*) is fully exposed through the
3642 ``flow`` command (validation, creation, destruction, queries and operation
3643 modes).
3644
3645 Considering *rte_flow* overlaps with all `Filter Functions`_, using both
3646 features simultaneously may cause undefined side-effects and is therefore
3647 not recommended.
3648
3649 ``flow`` syntax
3650 ~~~~~~~~~~~~~~~
3651
3652 Because the ``flow`` command uses dynamic tokens to handle the large number
3653 of possible flow rules combinations, its behavior differs slightly from
3654 other commands, in particular:
3655
3656 - Pressing *?* or the *<tab>* key displays contextual help for the current
3657   token, not that of the entire command.
3658
3659 - Optional and repeated parameters are supported (provided they are listed
3660   in the contextual help).
3661
3662 The first parameter stands for the operation mode. Possible operations and
3663 their general syntax are described below. They are covered in detail in the
3664 following sections.
3665
3666 - Check whether a flow rule can be created::
3667
3668    flow validate {port_id}
3669        [group {group_id}] [priority {level}] [ingress] [egress] [transfer]
3670        pattern {item} [/ {item} [...]] / end
3671        actions {action} [/ {action} [...]] / end
3672
3673 - Create a flow rule::
3674
3675    flow create {port_id}
3676        [group {group_id}] [priority {level}] [ingress] [egress] [transfer]
3677        pattern {item} [/ {item} [...]] / end
3678        actions {action} [/ {action} [...]] / end
3679
3680 - Destroy specific flow rules::
3681
3682    flow destroy {port_id} rule {rule_id} [...]
3683
3684 - Destroy all flow rules::
3685
3686    flow flush {port_id}
3687
3688 - Query an existing flow rule::
3689
3690    flow query {port_id} {rule_id} {action}
3691
3692 - List existing flow rules sorted by priority, filtered by group
3693   identifiers::
3694
3695    flow list {port_id} [group {group_id}] [...]
3696
3697 - Restrict ingress traffic to the defined flow rules::
3698
3699    flow isolate {port_id} {boolean}
3700
3701 - Dump internal representation information of all flows in hardware::
3702
3703    flow dump {port_id} {output_file}
3704
3705 - List and destroy aged flow rules::
3706
3707    flow aged {port_id} [destroy]
3708
3709 - Tunnel offload - create a tunnel stub::
3710
3711    flow tunnel create {port_id} type {tunnel_type}
3712
3713 - Tunnel offload - destroy a tunnel stub::
3714
3715    flow tunnel destroy {port_id} id {tunnel_id}
3716
3717 - Tunnel offload - list port tunnel stubs::
3718
3719    flow tunnel list {port_id}
3720
3721 Creating a tunnel stub for offload
3722 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3723
3724 ``flow tunnel create`` setup a tunnel stub for tunnel offload flow rules::
3725
3726    flow tunnel create {port_id} type {tunnel_type}
3727
3728 If successful, it will return a tunnel stub ID usable with other commands::
3729
3730    port [...]: flow tunnel #[...] type [...]
3731
3732 Tunnel stub ID is relative to a port.
3733
3734 Destroying tunnel offload stub
3735 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3736
3737 ``flow tunnel destroy`` destroy port tunnel stub::
3738
3739    flow tunnel destroy {port_id} id {tunnel_id}
3740
3741 Listing tunnel offload stubs
3742 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3743
3744 ``flow tunnel list`` list port tunnel offload stubs::
3745
3746    flow tunnel list {port_id}
3747
3748 Validating flow rules
3749 ~~~~~~~~~~~~~~~~~~~~~
3750
3751 ``flow validate`` reports whether a flow rule would be accepted by the
3752 underlying device in its current state but stops short of creating it. It is
3753 bound to ``rte_flow_validate()``::
3754
3755    flow validate {port_id}
3756       [group {group_id}] [priority {level}] [ingress] [egress] [transfer]
3757       pattern {item} [/ {item} [...]] / end
3758       actions {action} [/ {action} [...]] / end
3759
3760 If successful, it will show::
3761
3762    Flow rule validated
3763
3764 Otherwise it will show an error message of the form::
3765
3766    Caught error type [...] ([...]): [...]
3767
3768 This command uses the same parameters as ``flow create``, their format is
3769 described in `Creating flow rules`_.
3770
3771 Check whether redirecting any Ethernet packet received on port 0 to RX queue
3772 index 6 is supported::
3773
3774    testpmd> flow validate 0 ingress pattern eth / end
3775       actions queue index 6 / end
3776    Flow rule validated
3777    testpmd>
3778
3779 Port 0 does not support TCPv6 rules::
3780
3781    testpmd> flow validate 0 ingress pattern eth / ipv6 / tcp / end
3782       actions drop / end
3783    Caught error type 9 (specific pattern item): Invalid argument
3784    testpmd>
3785
3786 Creating flow rules
3787 ~~~~~~~~~~~~~~~~~~~
3788
3789 ``flow create`` validates and creates the specified flow rule. It is bound
3790 to ``rte_flow_create()``::
3791
3792    flow create {port_id}
3793       [group {group_id}] [priority {level}] [ingress] [egress] [transfer]
3794       [tunnel_set {tunnel_id}] [tunnel_match {tunnel_id}]
3795       pattern {item} [/ {item} [...]] / end
3796       actions {action} [/ {action} [...]] / end
3797
3798 If successful, it will return a flow rule ID usable with other commands::
3799
3800    Flow rule #[...] created
3801
3802 Otherwise it will show an error message of the form::
3803
3804    Caught error type [...] ([...]): [...]
3805
3806 Parameters describe in the following order:
3807
3808 - Attributes (*group*, *priority*, *ingress*, *egress*, *transfer* tokens).
3809 - Tunnel offload specification (tunnel_set, tunnel_match)
3810 - A matching pattern, starting with the *pattern* token and terminated by an
3811   *end* pattern item.
3812 - Actions, starting with the *actions* token and terminated by an *end*
3813   action.
3814
3815 These translate directly to *rte_flow* objects provided as-is to the
3816 underlying functions.
3817
3818 The shortest valid definition only comprises mandatory tokens::
3819
3820    testpmd> flow create 0 pattern end actions end
3821
3822 Note that PMDs may refuse rules that essentially do nothing such as this
3823 one.
3824
3825 **All unspecified object values are automatically initialized to 0.**
3826
3827 Attributes
3828 ^^^^^^^^^^
3829
3830 These tokens affect flow rule attributes (``struct rte_flow_attr``) and are
3831 specified before the ``pattern`` token.
3832
3833 - ``group {group id}``: priority group.
3834 - ``priority {level}``: priority level within group.
3835 - ``ingress``: rule applies to ingress traffic.
3836 - ``egress``: rule applies to egress traffic.
3837 - ``transfer``: apply rule directly to endpoints found in pattern.
3838
3839 Each instance of an attribute specified several times overrides the previous
3840 value as shown below (group 4 is used)::
3841
3842    testpmd> flow create 0 group 42 group 24 group 4 [...]
3843
3844 Note that once enabled, ``ingress`` and ``egress`` cannot be disabled.
3845
3846 While not specifying a direction is an error, some rules may allow both
3847 simultaneously.
3848
3849 Most rules affect RX therefore contain the ``ingress`` token::
3850
3851    testpmd> flow create 0 ingress pattern [...]
3852
3853 Tunnel offload
3854 ^^^^^^^^^^^^^^
3855
3856 Indicate tunnel offload rule type
3857
3858 - ``tunnel_set {tunnel_id}``: mark rule as tunnel offload decap_set type.
3859 - ``tunnel_match {tunnel_id}``:  mark rule as tunel offload match type.
3860
3861 Matching pattern
3862 ^^^^^^^^^^^^^^^^
3863
3864 A matching pattern starts after the ``pattern`` token. It is made of pattern
3865 items and is terminated by a mandatory ``end`` item.
3866
3867 Items are named after their type (*RTE_FLOW_ITEM_TYPE_* from ``enum
3868 rte_flow_item_type``).
3869
3870 The ``/`` token is used as a separator between pattern items as shown
3871 below::
3872
3873    testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end [...]
3874
3875 Note that protocol items like these must be stacked from lowest to highest
3876 layer to make sense. For instance, the following rule is either invalid or
3877 unlikely to match any packet::
3878
3879    testpmd> flow create 0 ingress pattern eth / udp / ipv4 / end [...]
3880
3881 More information on these restrictions can be found in the *rte_flow*
3882 documentation.
3883
3884 Several items support additional specification structures, for example
3885 ``ipv4`` allows specifying source and destination addresses as follows::
3886
3887    testpmd> flow create 0 ingress pattern eth / ipv4 src is 10.1.1.1
3888       dst is 10.2.0.0 / end [...]
3889
3890 This rule matches all IPv4 traffic with the specified properties.
3891
3892 In this example, ``src`` and ``dst`` are field names of the underlying
3893 ``struct rte_flow_item_ipv4`` object. All item properties can be specified
3894 in a similar fashion.
3895
3896 The ``is`` token means that the subsequent value must be matched exactly,
3897 and assigns ``spec`` and ``mask`` fields in ``struct rte_flow_item``
3898 accordingly. Possible assignment tokens are:
3899
3900 - ``is``: match value perfectly (with full bit-mask).
3901 - ``spec``: match value according to configured bit-mask.
3902 - ``last``: specify upper bound to establish a range.
3903 - ``mask``: specify bit-mask with relevant bits set to one.
3904 - ``prefix``: generate bit-mask with <prefix-length> most-significant bits set to one.
3905
3906 These yield identical results::
3907
3908    ipv4 src is 10.1.1.1
3909
3910 ::
3911
3912    ipv4 src spec 10.1.1.1 src mask 255.255.255.255
3913
3914 ::
3915
3916    ipv4 src spec 10.1.1.1 src prefix 32
3917
3918 ::
3919
3920    ipv4 src is 10.1.1.1 src last 10.1.1.1 # range with a single value
3921
3922 ::
3923
3924    ipv4 src is 10.1.1.1 src last 0 # 0 disables range
3925
3926 Inclusive ranges can be defined with ``last``::
3927
3928    ipv4 src is 10.1.1.1 src last 10.2.3.4 # 10.1.1.1 to 10.2.3.4
3929
3930 Note that ``mask`` affects both ``spec`` and ``last``::
3931
3932    ipv4 src is 10.1.1.1 src last 10.2.3.4 src mask 255.255.0.0
3933       # matches 10.1.0.0 to 10.2.255.255
3934
3935 Properties can be modified multiple times::
3936
3937    ipv4 src is 10.1.1.1 src is 10.1.2.3 src is 10.2.3.4 # matches 10.2.3.4
3938
3939 ::
3940
3941    ipv4 src is 10.1.1.1 src prefix 24 src prefix 16 # matches 10.1.0.0/16
3942
3943 Pattern items
3944 ^^^^^^^^^^^^^
3945
3946 This section lists supported pattern items and their attributes, if any.
3947
3948 - ``end``: end list of pattern items.
3949
3950 - ``void``: no-op pattern item.
3951
3952 - ``invert``: perform actions when pattern does not match.
3953
3954 - ``any``: match any protocol for the current layer.
3955
3956   - ``num {unsigned}``: number of layers covered.
3957
3958 - ``pf``: match traffic from/to the physical function.
3959
3960 - ``vf``: match traffic from/to a virtual function ID.
3961
3962   - ``id {unsigned}``: VF ID.
3963
3964 - ``phy_port``: match traffic from/to a specific physical port.
3965
3966   - ``index {unsigned}``: physical port index.
3967
3968 - ``port_id``: match traffic from/to a given DPDK port ID.
3969
3970   - ``id {unsigned}``: DPDK port ID.
3971
3972 - ``mark``: match value set in previously matched flow rule using the mark action.
3973
3974   - ``id {unsigned}``: arbitrary integer value.
3975
3976 - ``raw``: match an arbitrary byte string.
3977
3978   - ``relative {boolean}``: look for pattern after the previous item.
3979   - ``search {boolean}``: search pattern from offset (see also limit).
3980   - ``offset {integer}``: absolute or relative offset for pattern.
3981   - ``limit {unsigned}``: search area limit for start of pattern.
3982   - ``pattern {string}``: byte string to look for.
3983
3984 - ``eth``: match Ethernet header.
3985
3986   - ``dst {MAC-48}``: destination MAC.
3987   - ``src {MAC-48}``: source MAC.
3988   - ``type {unsigned}``: EtherType or TPID.
3989
3990 - ``vlan``: match 802.1Q/ad VLAN tag.
3991
3992   - ``tci {unsigned}``: tag control information.
3993   - ``pcp {unsigned}``: priority code point.
3994   - ``dei {unsigned}``: drop eligible indicator.
3995   - ``vid {unsigned}``: VLAN identifier.
3996   - ``inner_type {unsigned}``: inner EtherType or TPID.
3997
3998 - ``ipv4``: match IPv4 header.
3999
4000   - ``tos {unsigned}``: type of service.
4001   - ``ttl {unsigned}``: time to live.
4002   - ``proto {unsigned}``: next protocol ID.
4003   - ``src {ipv4 address}``: source address.
4004   - ``dst {ipv4 address}``: destination address.
4005
4006 - ``ipv6``: match IPv6 header.
4007
4008   - ``tc {unsigned}``: traffic class.
4009   - ``flow {unsigned}``: flow label.
4010   - ``proto {unsigned}``: protocol (next header).
4011   - ``hop {unsigned}``: hop limit.
4012   - ``src {ipv6 address}``: source address.
4013   - ``dst {ipv6 address}``: destination address.
4014
4015 - ``icmp``: match ICMP header.
4016
4017   - ``type {unsigned}``: ICMP packet type.
4018   - ``code {unsigned}``: ICMP packet code.
4019
4020 - ``udp``: match UDP header.
4021
4022   - ``src {unsigned}``: UDP source port.
4023   - ``dst {unsigned}``: UDP destination port.
4024
4025 - ``tcp``: match TCP header.
4026
4027   - ``src {unsigned}``: TCP source port.
4028   - ``dst {unsigned}``: TCP destination port.
4029
4030 - ``sctp``: match SCTP header.
4031
4032   - ``src {unsigned}``: SCTP source port.
4033   - ``dst {unsigned}``: SCTP destination port.
4034   - ``tag {unsigned}``: validation tag.
4035   - ``cksum {unsigned}``: checksum.
4036
4037 - ``vxlan``: match VXLAN header.
4038
4039   - ``vni {unsigned}``: VXLAN identifier.
4040
4041 - ``e_tag``: match IEEE 802.1BR E-Tag header.
4042
4043   - ``grp_ecid_b {unsigned}``: GRP and E-CID base.
4044
4045 - ``nvgre``: match NVGRE header.
4046
4047   - ``tni {unsigned}``: virtual subnet ID.
4048
4049 - ``mpls``: match MPLS header.
4050
4051   - ``label {unsigned}``: MPLS label.
4052
4053 - ``gre``: match GRE header.
4054
4055   - ``protocol {unsigned}``: protocol type.
4056
4057 - ``gre_key``: match GRE optional key field.
4058
4059   - ``value {unsigned}``: key value.
4060
4061 - ``fuzzy``: fuzzy pattern match, expect faster than default.
4062
4063   - ``thresh {unsigned}``: accuracy threshold.
4064
4065 - ``gtp``, ``gtpc``, ``gtpu``: match GTPv1 header.
4066
4067   - ``teid {unsigned}``: tunnel endpoint identifier.
4068
4069 - ``geneve``: match GENEVE header.
4070
4071   - ``vni {unsigned}``: virtual network identifier.
4072   - ``protocol {unsigned}``: protocol type.
4073
4074 - ``vxlan-gpe``: match VXLAN-GPE header.
4075
4076   - ``vni {unsigned}``: VXLAN-GPE identifier.
4077
4078 - ``arp_eth_ipv4``: match ARP header for Ethernet/IPv4.
4079
4080   - ``sha {MAC-48}``: sender hardware address.
4081   - ``spa {ipv4 address}``: sender IPv4 address.
4082   - ``tha {MAC-48}``: target hardware address.
4083   - ``tpa {ipv4 address}``: target IPv4 address.
4084
4085 - ``ipv6_ext``: match presence of any IPv6 extension header.
4086
4087   - ``next_hdr {unsigned}``: next header.
4088
4089 - ``icmp6``: match any ICMPv6 header.
4090
4091   - ``type {unsigned}``: ICMPv6 type.
4092   - ``code {unsigned}``: ICMPv6 code.
4093
4094 - ``icmp6_nd_ns``: match ICMPv6 neighbor discovery solicitation.
4095
4096   - ``target_addr {ipv6 address}``: target address.
4097
4098 - ``icmp6_nd_na``: match ICMPv6 neighbor discovery advertisement.
4099
4100   - ``target_addr {ipv6 address}``: target address.
4101
4102 - ``icmp6_nd_opt``: match presence of any ICMPv6 neighbor discovery option.
4103
4104   - ``type {unsigned}``: ND option type.
4105
4106 - ``icmp6_nd_opt_sla_eth``: match ICMPv6 neighbor discovery source Ethernet
4107   link-layer address option.
4108
4109   - ``sla {MAC-48}``: source Ethernet LLA.
4110
4111 - ``icmp6_nd_opt_tla_eth``: match ICMPv6 neighbor discovery target Ethernet
4112   link-layer address option.
4113
4114   - ``tla {MAC-48}``: target Ethernet LLA.
4115
4116 - ``meta``: match application specific metadata.
4117
4118   - ``data {unsigned}``: metadata value.
4119
4120 - ``gtp_psc``: match GTP PDU extension header with type 0x85.
4121
4122   - ``pdu_type {unsigned}``: PDU type.
4123   - ``qfi {unsigned}``: QoS flow identifier.
4124
4125 - ``pppoes``, ``pppoed``: match PPPoE header.
4126
4127   - ``session_id {unsigned}``: session identifier.
4128
4129 - ``pppoe_proto_id``: match PPPoE session protocol identifier.
4130
4131   - ``proto_id {unsigned}``: PPP protocol identifier.
4132
4133 - ``l2tpv3oip``: match L2TPv3 over IP header.
4134
4135   - ``session_id {unsigned}``: L2TPv3 over IP session identifier.
4136
4137 - ``ah``: match AH header.
4138
4139   - ``spi {unsigned}``: security parameters index.
4140
4141 - ``pfcp``: match PFCP header.
4142
4143   - ``s_field {unsigned}``: S field.
4144   - ``seid {unsigned}``: session endpoint identifier.
4145
4146 Actions list
4147 ^^^^^^^^^^^^
4148
4149 A list of actions starts after the ``actions`` token in the same fashion as
4150 `Matching pattern`_; actions are separated by ``/`` tokens and the list is
4151 terminated by a mandatory ``end`` action.
4152
4153 Actions are named after their type (*RTE_FLOW_ACTION_TYPE_* from ``enum
4154 rte_flow_action_type``).
4155
4156 Dropping all incoming UDPv4 packets can be expressed as follows::
4157
4158    testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end
4159       actions drop / end
4160
4161 Several actions have configurable properties which must be specified when
4162 there is no valid default value. For example, ``queue`` requires a target
4163 queue index.
4164
4165 This rule redirects incoming UDPv4 traffic to queue index 6::
4166
4167    testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end
4168       actions queue index 6 / end
4169
4170 While this one could be rejected by PMDs (unspecified queue index)::
4171
4172    testpmd> flow create 0 ingress pattern eth / ipv4 / udp / end
4173       actions queue / end
4174
4175 As defined by *rte_flow*, the list is not ordered, all actions of a given
4176 rule are performed simultaneously. These are equivalent::
4177
4178    queue index 6 / void / mark id 42 / end
4179
4180 ::
4181
4182    void / mark id 42 / queue index 6 / end
4183
4184 All actions in a list should have different types, otherwise only the last
4185 action of a given type is taken into account::
4186
4187    queue index 4 / queue index 5 / queue index 6 / end # will use queue 6
4188
4189 ::
4190
4191    drop / drop / drop / end # drop is performed only once
4192
4193 ::
4194
4195    mark id 42 / queue index 3 / mark id 24 / end # mark will be 24
4196
4197 Considering they are performed simultaneously, opposite and overlapping
4198 actions can sometimes be combined when the end result is unambiguous::
4199
4200    drop / queue index 6 / end # drop has no effect
4201
4202 ::
4203
4204    queue index 6 / rss queues 6 7 8 / end # queue has no effect
4205
4206 ::
4207
4208    drop / passthru / end # drop has no effect
4209
4210 Note that PMDs may still refuse such combinations.
4211
4212 Actions
4213 ^^^^^^^
4214
4215 This section lists supported actions and their attributes, if any.
4216
4217 - ``end``: end list of actions.
4218
4219 - ``void``: no-op action.
4220
4221 - ``passthru``: let subsequent rule process matched packets.
4222
4223 - ``jump``: redirect traffic to group on device.
4224
4225   - ``group {unsigned}``: group to redirect to.
4226
4227 - ``mark``: attach 32 bit value to packets.
4228
4229   - ``id {unsigned}``: 32 bit value to return with packets.
4230
4231 - ``flag``: flag packets.
4232
4233 - ``queue``: assign packets to a given queue index.
4234
4235   - ``index {unsigned}``: queue index to use.
4236
4237 - ``drop``: drop packets (note: passthru has priority).
4238
4239 - ``count``: enable counters for this rule.
4240
4241 - ``rss``: spread packets among several queues.
4242
4243   - ``func {hash function}``: RSS hash function to apply, allowed tokens are
4244     the same as `set_hash_global_config`_.
4245
4246   - ``level {unsigned}``: encapsulation level for ``types``.
4247
4248   - ``types [{RSS hash type} [...]] end``: specific RSS hash types, allowed
4249     tokens are the same as `set_hash_input_set`_, except that an empty list
4250     does not disable RSS but instead requests unspecified "best-effort"
4251     settings.
4252
4253   - ``key {string}``: RSS hash key, overrides ``key_len``.
4254
4255   - ``key_len {unsigned}``: RSS hash key length in bytes, can be used in
4256     conjunction with ``key`` to pad or truncate it.
4257
4258   - ``queues [{unsigned} [...]] end``: queue indices to use.
4259
4260 - ``pf``: direct traffic to physical function.
4261
4262 - ``vf``: direct traffic to a virtual function ID.
4263
4264   - ``original {boolean}``: use original VF ID if possible.
4265   - ``id {unsigned}``: VF ID.
4266
4267 - ``phy_port``: direct packets to physical port index.
4268
4269   - ``original {boolean}``: use original port index if possible.
4270   - ``index {unsigned}``: physical port index.
4271
4272 - ``port_id``: direct matching traffic to a given DPDK port ID.
4273
4274   - ``original {boolean}``: use original DPDK port ID if possible.
4275   - ``id {unsigned}``: DPDK port ID.
4276
4277 - ``of_set_mpls_ttl``: OpenFlow's ``OFPAT_SET_MPLS_TTL``.
4278
4279   - ``mpls_ttl``: MPLS TTL.
4280
4281 - ``of_dec_mpls_ttl``: OpenFlow's ``OFPAT_DEC_MPLS_TTL``.
4282
4283 - ``of_set_nw_ttl``: OpenFlow's ``OFPAT_SET_NW_TTL``.
4284
4285   - ``nw_ttl``: IP TTL.
4286
4287 - ``of_dec_nw_ttl``: OpenFlow's ``OFPAT_DEC_NW_TTL``.
4288
4289 - ``of_copy_ttl_out``: OpenFlow's ``OFPAT_COPY_TTL_OUT``.
4290
4291 - ``of_copy_ttl_in``: OpenFlow's ``OFPAT_COPY_TTL_IN``.
4292
4293 - ``of_pop_vlan``: OpenFlow's ``OFPAT_POP_VLAN``.
4294
4295 - ``of_push_vlan``: OpenFlow's ``OFPAT_PUSH_VLAN``.
4296
4297   - ``ethertype``: Ethertype.
4298
4299 - ``of_set_vlan_vid``: OpenFlow's ``OFPAT_SET_VLAN_VID``.
4300
4301   - ``vlan_vid``: VLAN id.
4302
4303 - ``of_set_vlan_pcp``: OpenFlow's ``OFPAT_SET_VLAN_PCP``.
4304
4305   - ``vlan_pcp``: VLAN priority.
4306
4307 - ``of_pop_mpls``: OpenFlow's ``OFPAT_POP_MPLS``.
4308
4309   - ``ethertype``: Ethertype.
4310
4311 - ``of_push_mpls``: OpenFlow's ``OFPAT_PUSH_MPLS``.
4312
4313   - ``ethertype``: Ethertype.
4314
4315 - ``vxlan_encap``: Performs a VXLAN encapsulation, outer layer configuration
4316   is done through `Config VXLAN Encap outer layers`_.
4317
4318 - ``vxlan_decap``: Performs a decapsulation action by stripping all headers of
4319   the VXLAN tunnel network overlay from the matched flow.
4320
4321 - ``nvgre_encap``: Performs a NVGRE encapsulation, outer layer configuration
4322   is done through `Config NVGRE Encap outer layers`_.
4323
4324 - ``nvgre_decap``: Performs a decapsulation action by stripping all headers of
4325   the NVGRE tunnel network overlay from the matched flow.
4326
4327 - ``l2_encap``: Performs a L2 encapsulation, L2 configuration
4328   is done through `Config L2 Encap`_.
4329
4330 - ``l2_decap``: Performs a L2 decapsulation, L2 configuration
4331   is done through `Config L2 Decap`_.
4332
4333 - ``mplsogre_encap``: Performs a MPLSoGRE encapsulation, outer layer
4334   configuration is done through `Config MPLSoGRE Encap outer layers`_.
4335
4336 - ``mplsogre_decap``: Performs a MPLSoGRE decapsulation, outer layer
4337   configuration is done through `Config MPLSoGRE Decap outer layers`_.
4338
4339 - ``mplsoudp_encap``: Performs a MPLSoUDP encapsulation, outer layer
4340   configuration is done through `Config MPLSoUDP Encap outer layers`_.
4341
4342 - ``mplsoudp_decap``: Performs a MPLSoUDP decapsulation, outer layer
4343   configuration is done through `Config MPLSoUDP Decap outer layers`_.
4344
4345 - ``set_ipv4_src``: Set a new IPv4 source address in the outermost IPv4 header.
4346
4347   - ``ipv4_addr``: New IPv4 source address.
4348
4349 - ``set_ipv4_dst``: Set a new IPv4 destination address in the outermost IPv4
4350   header.
4351
4352   - ``ipv4_addr``: New IPv4 destination address.
4353
4354 - ``set_ipv6_src``: Set a new IPv6 source address in the outermost IPv6 header.
4355
4356   - ``ipv6_addr``: New IPv6 source address.
4357
4358 - ``set_ipv6_dst``: Set a new IPv6 destination address in the outermost IPv6
4359   header.
4360
4361   - ``ipv6_addr``: New IPv6 destination address.
4362
4363 - ``set_tp_src``: Set a new source port number in the outermost TCP/UDP
4364   header.
4365
4366   - ``port``: New TCP/UDP source port number.
4367
4368 - ``set_tp_dst``: Set a new destination port number in the outermost TCP/UDP
4369   header.
4370
4371   - ``port``: New TCP/UDP destination port number.
4372
4373 - ``mac_swap``: Swap the source and destination MAC addresses in the outermost
4374   Ethernet header.
4375
4376 - ``dec_ttl``: Performs a decrease TTL value action
4377
4378 - ``set_ttl``: Set TTL value with specified value
4379   - ``ttl_value {unsigned}``: The new TTL value to be set
4380
4381 - ``set_mac_src``: set source MAC address
4382
4383   - ``mac_addr {MAC-48}``: new source MAC address
4384
4385 - ``set_mac_dst``: set destination MAC address
4386
4387   - ``mac_addr {MAC-48}``: new destination MAC address
4388
4389 - ``inc_tcp_seq``: Increase sequence number in the outermost TCP header.
4390
4391   - ``value {unsigned}``: Value to increase TCP sequence number by.
4392
4393 - ``dec_tcp_seq``: Decrease sequence number in the outermost TCP header.
4394
4395   - ``value {unsigned}``: Value to decrease TCP sequence number by.
4396
4397 - ``inc_tcp_ack``: Increase acknowledgment number in the outermost TCP header.
4398
4399   - ``value {unsigned}``: Value to increase TCP acknowledgment number by.
4400
4401 - ``dec_tcp_ack``: Decrease acknowledgment number in the outermost TCP header.
4402
4403   - ``value {unsigned}``: Value to decrease TCP acknowledgment number by.
4404
4405 - ``set_ipv4_dscp``: Set IPv4 DSCP value with specified value
4406
4407   - ``dscp_value {unsigned}``: The new DSCP value to be set
4408
4409 - ``set_ipv6_dscp``: Set IPv6 DSCP value with specified value
4410
4411   - ``dscp_value {unsigned}``: The new DSCP value to be set
4412
4413 - ``shared``: Use shared action created via
4414   ``flow shared_action {port_id} create``
4415
4416   - ``shared_action_id {unsigned}``: Shared action ID to use
4417
4418 Destroying flow rules
4419 ~~~~~~~~~~~~~~~~~~~~~
4420
4421 ``flow destroy`` destroys one or more rules from their rule ID (as returned
4422 by ``flow create``), this command calls ``rte_flow_destroy()`` as many
4423 times as necessary::
4424
4425    flow destroy {port_id} rule {rule_id} [...]
4426
4427 If successful, it will show::
4428
4429    Flow rule #[...] destroyed
4430
4431 It does not report anything for rule IDs that do not exist. The usual error
4432 message is shown when a rule cannot be destroyed::
4433
4434    Caught error type [...] ([...]): [...]
4435
4436 ``flow flush`` destroys all rules on a device and does not take extra
4437 arguments. It is bound to ``rte_flow_flush()``::
4438
4439    flow flush {port_id}
4440
4441 Any errors are reported as above.
4442
4443 Creating several rules and destroying them::
4444
4445    testpmd> flow create 0 ingress pattern eth / ipv6 / end
4446       actions queue index 2 / end
4447    Flow rule #0 created
4448    testpmd> flow create 0 ingress pattern eth / ipv4 / end
4449       actions queue index 3 / end
4450    Flow rule #1 created
4451    testpmd> flow destroy 0 rule 0 rule 1
4452    Flow rule #1 destroyed
4453    Flow rule #0 destroyed
4454    testpmd>
4455
4456 The same result can be achieved using ``flow flush``::
4457
4458    testpmd> flow create 0 ingress pattern eth / ipv6 / end
4459       actions queue index 2 / end
4460    Flow rule #0 created
4461    testpmd> flow create 0 ingress pattern eth / ipv4 / end
4462       actions queue index 3 / end
4463    Flow rule #1 created
4464    testpmd> flow flush 0
4465    testpmd>
4466
4467 Non-existent rule IDs are ignored::
4468
4469    testpmd> flow create 0 ingress pattern eth / ipv6 / end
4470       actions queue index 2 / end
4471    Flow rule #0 created
4472    testpmd> flow create 0 ingress pattern eth / ipv4 / end
4473       actions queue index 3 / end
4474    Flow rule #1 created
4475    testpmd> flow destroy 0 rule 42 rule 10 rule 2
4476    testpmd>
4477    testpmd> flow destroy 0 rule 0
4478    Flow rule #0 destroyed
4479    testpmd>
4480
4481 Querying flow rules
4482 ~~~~~~~~~~~~~~~~~~~
4483
4484 ``flow query`` queries a specific action of a flow rule having that
4485 ability. Such actions collect information that can be reported using this
4486 command. It is bound to ``rte_flow_query()``::
4487
4488    flow query {port_id} {rule_id} {action}
4489
4490 If successful, it will display either the retrieved data for known actions
4491 or the following message::
4492
4493    Cannot display result for action type [...] ([...])
4494
4495 Otherwise, it will complain either that the rule does not exist or that some
4496 error occurred::
4497
4498    Flow rule #[...] not found
4499
4500 ::
4501
4502    Caught error type [...] ([...]): [...]
4503
4504 Currently only the ``count`` action is supported. This action reports the
4505 number of packets that hit the flow rule and the total number of bytes. Its
4506 output has the following format::
4507
4508    count:
4509     hits_set: [...] # whether "hits" contains a valid value
4510     bytes_set: [...] # whether "bytes" contains a valid value
4511     hits: [...] # number of packets
4512     bytes: [...] # number of bytes
4513
4514 Querying counters for TCPv6 packets redirected to queue 6::
4515
4516    testpmd> flow create 0 ingress pattern eth / ipv6 / tcp / end
4517       actions queue index 6 / count / end
4518    Flow rule #4 created
4519    testpmd> flow query 0 4 count
4520    count:
4521     hits_set: 1
4522     bytes_set: 0
4523     hits: 386446
4524     bytes: 0
4525    testpmd>
4526
4527 Listing flow rules
4528 ~~~~~~~~~~~~~~~~~~
4529
4530 ``flow list`` lists existing flow rules sorted by priority and optionally
4531 filtered by group identifiers::
4532
4533    flow list {port_id} [group {group_id}] [...]
4534
4535 This command only fails with the following message if the device does not
4536 exist::
4537
4538    Invalid port [...]
4539
4540 Output consists of a header line followed by a short description of each
4541 flow rule, one per line. There is no output at all when no flow rules are
4542 configured on the device::
4543
4544    ID      Group   Prio    Attr    Rule
4545    [...]   [...]   [...]   [...]   [...]
4546
4547 ``Attr`` column flags:
4548
4549 - ``i`` for ``ingress``.
4550 - ``e`` for ``egress``.
4551
4552 Creating several flow rules and listing them::
4553
4554    testpmd> flow create 0 ingress pattern eth / ipv4 / end
4555       actions queue index 6 / end
4556    Flow rule #0 created
4557    testpmd> flow create 0 ingress pattern eth / ipv6 / end
4558       actions queue index 2 / end
4559    Flow rule #1 created
4560    testpmd> flow create 0 priority 5 ingress pattern eth / ipv4 / udp / end
4561       actions rss queues 6 7 8 end / end
4562    Flow rule #2 created
4563    testpmd> flow list 0
4564    ID      Group   Prio    Attr    Rule
4565    0       0       0       i-      ETH IPV4 => QUEUE
4566    1       0       0       i-      ETH IPV6 => QUEUE
4567    2       0       5       i-      ETH IPV4 UDP => RSS
4568    testpmd>
4569
4570 Rules are sorted by priority (i.e. group ID first, then priority level)::
4571
4572    testpmd> flow list 1
4573    ID      Group   Prio    Attr    Rule
4574    0       0       0       i-      ETH => COUNT
4575    6       0       500     i-      ETH IPV6 TCP => DROP COUNT
4576    5       0       1000    i-      ETH IPV6 ICMP => QUEUE
4577    1       24      0       i-      ETH IPV4 UDP => QUEUE
4578    4       24      10      i-      ETH IPV4 TCP => DROP
4579    3       24      20      i-      ETH IPV4 => DROP
4580    2       24      42      i-      ETH IPV4 UDP => QUEUE
4581    7       63      0       i-      ETH IPV6 UDP VXLAN => MARK QUEUE
4582    testpmd>
4583
4584 Output can be limited to specific groups::
4585
4586    testpmd> flow list 1 group 0 group 63
4587    ID      Group   Prio    Attr    Rule
4588    0       0       0       i-      ETH => COUNT
4589    6       0       500     i-      ETH IPV6 TCP => DROP COUNT
4590    5       0       1000    i-      ETH IPV6 ICMP => QUEUE
4591    7       63      0       i-      ETH IPV6 UDP VXLAN => MARK QUEUE
4592    testpmd>
4593
4594 Toggling isolated mode
4595 ~~~~~~~~~~~~~~~~~~~~~~
4596
4597 ``flow isolate`` can be used to tell the underlying PMD that ingress traffic
4598 must only be injected from the defined flow rules; that no default traffic
4599 is expected outside those rules and the driver is free to assign more
4600 resources to handle them. It is bound to ``rte_flow_isolate()``::
4601
4602  flow isolate {port_id} {boolean}
4603
4604 If successful, enabling or disabling isolated mode shows either::
4605
4606  Ingress traffic on port [...]
4607     is now restricted to the defined flow rules
4608
4609 Or::
4610
4611  Ingress traffic on port [...]
4612     is not restricted anymore to the defined flow rules
4613
4614 Otherwise, in case of error::
4615
4616    Caught error type [...] ([...]): [...]
4617
4618 Mainly due to its side effects, PMDs supporting this mode may not have the
4619 ability to toggle it more than once without reinitializing affected ports
4620 first (e.g. by exiting testpmd).
4621
4622 Enabling isolated mode::
4623
4624  testpmd> flow isolate 0 true
4625  Ingress traffic on port 0 is now restricted to the defined flow rules
4626  testpmd>
4627
4628 Disabling isolated mode::
4629
4630  testpmd> flow isolate 0 false
4631  Ingress traffic on port 0 is not restricted anymore to the defined flow rules
4632  testpmd>
4633
4634 Dumping HW internal information
4635 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4636
4637 ``flow dump`` dumps the hardware's internal representation information of
4638 all flows. It is bound to ``rte_flow_dev_dump()``::
4639
4640    flow dump {port_id} {output_file}
4641
4642 If successful, it will show::
4643
4644    Flow dump finished
4645
4646 Otherwise, it will complain error occurred::
4647
4648    Caught error type [...] ([...]): [...]
4649
4650 Listing and destroying aged flow rules
4651 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4652
4653 ``flow aged`` simply lists aged flow rules be get from api ``rte_flow_get_aged_flows``,
4654 and ``destroy`` parameter can be used to destroy those flow rules in PMD.
4655
4656    flow aged {port_id} [destroy]
4657
4658 Listing current aged flow rules::
4659
4660    testpmd> flow aged 0
4661    Port 0 total aged flows: 0
4662    testpmd> flow create 0 ingress pattern eth / ipv4 src is 2.2.2.14 / end
4663       actions age timeout 5 / queue index 0 /  end
4664    Flow rule #0 created
4665    testpmd> flow create 0 ingress pattern eth / ipv4 src is 2.2.2.15 / end
4666       actions age timeout 4 / queue index 0 /  end
4667    Flow rule #1 created
4668    testpmd> flow create 0 ingress pattern eth / ipv4 src is 2.2.2.16 / end
4669       actions age timeout 2 / queue index 0 /  end
4670    Flow rule #2 created
4671    testpmd> flow create 0 ingress pattern eth / ipv4 src is 2.2.2.17 / end
4672       actions age timeout 3 / queue index 0 /  end
4673    Flow rule #3 created
4674
4675
4676 Aged Rules are simply list as command ``flow list {port_id}``, but strip the detail rule
4677 information, all the aged flows are sorted by the longest timeout time. For example, if
4678 those rules be configured in the same time, ID 2 will be the first aged out rule, the next
4679 will be ID 3, ID 1, ID 0::
4680
4681    testpmd> flow aged 0
4682    Port 0 total aged flows: 4
4683    ID      Group   Prio    Attr
4684    2       0       0       i--
4685    3       0       0       i--
4686    1       0       0       i--
4687    0       0       0       i--
4688
4689 If attach ``destroy`` parameter, the command will destroy all the list aged flow rules.
4690
4691    testpmd> flow aged 0 destroy
4692    Port 0 total aged flows: 4
4693    ID      Group   Prio    Attr
4694    2       0       0       i--
4695    3       0       0       i--
4696    1       0       0       i--
4697    0       0       0       i--
4698
4699    Flow rule #2 destroyed
4700    Flow rule #3 destroyed
4701    Flow rule #1 destroyed
4702    Flow rule #0 destroyed
4703    4 flows be destroyed
4704    testpmd> flow aged 0
4705    Port 0 total aged flows: 0
4706
4707 Creating shared actions
4708 ~~~~~~~~~~~~~~~~~~~~~~~
4709 ``flow shared_action {port_id} create`` creates shared action with optional
4710 shared action ID. It is bound to ``rte_flow_shared_action_create()``::
4711
4712    flow shared_action {port_id} create [action_id {shared_action_id}]
4713       [ingress] [egress] action {action} / end
4714
4715 If successful, it will show::
4716
4717    Shared action #[...] created
4718
4719 Otherwise, it will complain either that shared action already exists or that
4720 some error occurred::
4721
4722    Shared action #[...] is already assigned, delete it first
4723
4724 ::
4725
4726    Caught error type [...] ([...]): [...]
4727
4728 Create shared rss action with id 100 to queues 1 and 2 on port 0::
4729
4730    testpmd> flow shared_action 0 create action_id 100 \
4731       ingress action rss queues 1 2 end / end
4732
4733 Create shared rss action with id assigned by testpmd to queues 1 and 2 on
4734 port 0::
4735
4736         testpmd> flow shared_action 0 create action_id \
4737                 ingress action rss queues 0 1 end / end
4738
4739 Updating shared actions
4740 ~~~~~~~~~~~~~~~~~~~~~~~
4741 ``flow shared_action {port_id} update`` updates configuration of the shared
4742 action from its shared action ID (as returned by
4743 ``flow shared_action {port_id} create``). It is bound to
4744 ``rte_flow_shared_action_update()``::
4745
4746    flow shared_action {port_id} update {shared_action_id}
4747       action {action} / end
4748
4749 If successful, it will show::
4750
4751    Shared action #[...] updated
4752
4753 Otherwise, it will complain either that shared action not found or that some
4754 error occurred::
4755
4756    Failed to find shared action #[...] on port [...]
4757
4758 ::
4759
4760    Caught error type [...] ([...]): [...]
4761
4762 Update shared rss action having id 100 on port 0 with rss to queues 0 and 3
4763 (in create example above rss queues were 1 and 2)::
4764
4765    testpmd> flow shared_action 0 update 100 action rss queues 0 3 end / end
4766
4767 Destroying shared actions
4768 ~~~~~~~~~~~~~~~~~~~~~~~~~
4769 ``flow shared_action {port_id} update`` destroys one or more shared actions
4770 from their shared action IDs (as returned by
4771 ``flow shared_action {port_id} create``). It is bound to
4772 ``rte_flow_shared_action_destroy()``::
4773
4774    flow shared_action {port_id} destroy action_id {shared_action_id} [...]
4775
4776 If successful, it will show::
4777
4778    Shared action #[...] destroyed
4779
4780 It does not report anything for shared action IDs that do not exist.
4781 The usual error message is shown when a shared action cannot be destroyed::
4782
4783    Caught error type [...] ([...]): [...]
4784
4785 Destroy shared actions having id 100 & 101::
4786
4787    testpmd> flow shared_action 0 destroy action_id 100 action_id 101
4788
4789 Query shared actions
4790 ~~~~~~~~~~~~~~~~~~~~
4791 ``flow shared_action {port_id} query`` queries the shared action from its
4792 shared action ID (as returned by ``flow shared_action {port_id} create``).
4793 It is bound to ``rte_flow_shared_action_query()``::
4794
4795   flow shared_action {port_id} query {shared_action_id}
4796
4797 Currently only rss shared action supported. If successful, it will show::
4798
4799    Shared RSS action:
4800       refs:[...]
4801
4802 Otherwise, it will complain either that shared action not found or that some
4803 error occurred::
4804
4805    Failed to find shared action #[...] on port [...]
4806
4807 ::
4808
4809    Caught error type [...] ([...]): [...]
4810
4811 Query shared action having id 100::
4812
4813    testpmd> flow shared_action 0 query 100
4814
4815 Sample QinQ flow rules
4816 ~~~~~~~~~~~~~~~~~~~~~~
4817
4818 Before creating QinQ rule(s) the following commands should be issued to enable QinQ::
4819
4820    testpmd> port stop 0
4821    testpmd> vlan set qinq_strip on 0
4822
4823 The above command sets the inner and outer TPID's to 0x8100.
4824
4825 To change the TPID's the following commands should be used::
4826
4827    testpmd> vlan set outer tpid 0xa100 0
4828    testpmd> vlan set inner tpid 0x9100 0
4829    testpmd> port start 0
4830
4831 Validate and create a QinQ rule on port 0 to steer traffic to a VF queue in a VM.
4832
4833 ::
4834
4835    testpmd> flow validate 0 ingress pattern eth / vlan tci is 123 /
4836        vlan tci is 456 / end actions vf id 1 / queue index 0 / end
4837    Flow rule #0 validated
4838
4839    testpmd> flow create 0 ingress pattern eth / vlan tci is 4 /
4840        vlan tci is 456 / end actions vf id 123 / queue index 0 / end
4841    Flow rule #0 created
4842
4843    testpmd> flow list 0
4844    ID      Group   Prio    Attr    Rule
4845    0       0       0       i-      ETH VLAN VLAN=>VF QUEUE
4846
4847 Validate and create a QinQ rule on port 0 to steer traffic to a queue on the host.
4848
4849 ::
4850
4851    testpmd> flow validate 0 ingress pattern eth / vlan tci is 321 /
4852         vlan tci is 654 / end actions pf / queue index 0 / end
4853    Flow rule #1 validated
4854
4855    testpmd> flow create 0 ingress pattern eth / vlan tci is 321 /
4856         vlan tci is 654 / end actions pf / queue index 1 / end
4857    Flow rule #1 created
4858
4859    testpmd> flow list 0
4860    ID      Group   Prio    Attr    Rule
4861    0       0       0       i-      ETH VLAN VLAN=>VF QUEUE
4862    1       0       0       i-      ETH VLAN VLAN=>PF QUEUE
4863
4864 Sample VXLAN flow rules
4865 ~~~~~~~~~~~~~~~~~~~~~~~
4866
4867 Before creating VXLAN rule(s), the UDP port should be added for VXLAN packet
4868 filter on a port::
4869
4870   testpmd> rx_vxlan_port add 4789 0
4871
4872 Create VXLAN rules on port 0 to steer traffic to PF queues.
4873
4874 ::
4875
4876   testpmd> flow create 0 ingress pattern eth / ipv4 / udp / vxlan /
4877          eth dst is 00:11:22:33:44:55 / end actions pf / queue index 1 / end
4878   Flow rule #0 created
4879
4880   testpmd> flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 3 /
4881          eth dst is 00:11:22:33:44:55 / end actions pf / queue index 2 / end
4882   Flow rule #1 created
4883
4884   testpmd> flow create 0 ingress pattern eth / ipv4 / udp / vxlan /
4885          eth dst is 00:11:22:33:44:55 / vlan tci is 10 / end actions pf /
4886          queue index 3 / end
4887   Flow rule #2 created
4888
4889   testpmd> flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 5 /
4890          eth dst is 00:11:22:33:44:55 / vlan tci is 20 / end actions pf /
4891          queue index 4 / end
4892   Flow rule #3 created
4893
4894   testpmd> flow create 0 ingress pattern eth dst is 00:00:00:00:01:00 / ipv4 /
4895          udp / vxlan vni is 6 /  eth dst is 00:11:22:33:44:55 / end actions pf /
4896          queue index 5 / end
4897   Flow rule #4 created
4898
4899   testpmd> flow list 0
4900   ID      Group   Prio    Attr    Rule
4901   0       0       0       i-      ETH IPV4 UDP VXLAN ETH => QUEUE
4902   1       0       0       i-      ETH IPV4 UDP VXLAN ETH => QUEUE
4903   2       0       0       i-      ETH IPV4 UDP VXLAN ETH VLAN => QUEUE
4904   3       0       0       i-      ETH IPV4 UDP VXLAN ETH VLAN => QUEUE
4905   4       0       0       i-      ETH IPV4 UDP VXLAN ETH => QUEUE
4906
4907 Sample VXLAN encapsulation rule
4908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4909
4910 VXLAN encapsulation outer layer has default value pre-configured in testpmd
4911 source code, those can be changed by using the following commands
4912
4913 IPv4 VXLAN outer header::
4914
4915  testpmd> set vxlan ip-version ipv4 vni 4 udp-src 4 udp-dst 4 ip-src 127.0.0.1
4916         ip-dst 128.0.0.1 eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
4917  testpmd> flow create 0 ingress pattern end actions vxlan_encap /
4918         queue index 0 / end
4919
4920  testpmd> set vxlan-with-vlan ip-version ipv4 vni 4 udp-src 4 udp-dst 4 ip-src
4921          127.0.0.1 ip-dst 128.0.0.1 vlan-tci 34 eth-src 11:11:11:11:11:11
4922          eth-dst 22:22:22:22:22:22
4923  testpmd> flow create 0 ingress pattern end actions vxlan_encap /
4924          queue index 0 / end
4925
4926  testpmd> set vxlan-tos-ttl ip-version ipv4 vni 4 udp-src 4 udp-dst 4 ip-tos 0
4927          ip-ttl 255 ip-src 127.0.0.1 ip-dst 128.0.0.1 eth-src 11:11:11:11:11:11
4928          eth-dst 22:22:22:22:22:22
4929  testpmd> flow create 0 ingress pattern end actions vxlan_encap /
4930          queue index 0 / end
4931
4932 IPv6 VXLAN outer header::
4933
4934  testpmd> set vxlan ip-version ipv6 vni 4 udp-src 4 udp-dst 4 ip-src ::1
4935         ip-dst ::2222 eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
4936  testpmd> flow create 0 ingress pattern end actions vxlan_encap /
4937          queue index 0 / end
4938
4939  testpmd> set vxlan-with-vlan ip-version ipv6 vni 4 udp-src 4 udp-dst 4
4940          ip-src ::1 ip-dst ::2222 vlan-tci 34 eth-src 11:11:11:11:11:11
4941          eth-dst 22:22:22:22:22:22
4942  testpmd> flow create 0 ingress pattern end actions vxlan_encap /
4943          queue index 0 / end
4944
4945  testpmd> set vxlan-tos-ttl ip-version ipv6 vni 4 udp-src 4 udp-dst 4
4946          ip-tos 0 ip-ttl 255 ::1 ip-dst ::2222 eth-src 11:11:11:11:11:11
4947          eth-dst 22:22:22:22:22:22
4948  testpmd> flow create 0 ingress pattern end actions vxlan_encap /
4949          queue index 0 / end
4950
4951 Sample NVGRE encapsulation rule
4952 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4953
4954 NVGRE encapsulation outer layer has default value pre-configured in testpmd
4955 source code, those can be changed by using the following commands
4956
4957 IPv4 NVGRE outer header::
4958
4959  testpmd> set nvgre ip-version ipv4 tni 4 ip-src 127.0.0.1 ip-dst 128.0.0.1
4960         eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
4961  testpmd> flow create 0 ingress pattern end actions nvgre_encap /
4962         queue index 0 / end
4963
4964  testpmd> set nvgre-with-vlan ip-version ipv4 tni 4 ip-src 127.0.0.1
4965          ip-dst 128.0.0.1 vlan-tci 34 eth-src 11:11:11:11:11:11
4966          eth-dst 22:22:22:22:22:22
4967  testpmd> flow create 0 ingress pattern end actions nvgre_encap /
4968          queue index 0 / end
4969
4970 IPv6 NVGRE outer header::
4971
4972  testpmd> set nvgre ip-version ipv6 tni 4 ip-src ::1 ip-dst ::2222
4973         eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
4974  testpmd> flow create 0 ingress pattern end actions nvgre_encap /
4975         queue index 0 / end
4976
4977  testpmd> set nvgre-with-vlan ip-version ipv6 tni 4 ip-src ::1 ip-dst ::2222
4978         vlan-tci 34 eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
4979  testpmd> flow create 0 ingress pattern end actions nvgre_encap /
4980         queue index 0 / end
4981
4982 Sample L2 encapsulation rule
4983 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4984
4985 L2 encapsulation has default value pre-configured in testpmd
4986 source code, those can be changed by using the following commands
4987
4988 L2 header::
4989
4990  testpmd> set l2_encap ip-version ipv4
4991         eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
4992  testpmd> flow create 0 ingress pattern eth / ipv4 / udp / mpls / end actions
4993         mplsoudp_decap / l2_encap / end
4994
4995 L2 with VXLAN header::
4996
4997  testpmd> set l2_encap-with-vlan ip-version ipv4 vlan-tci 34
4998          eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
4999  testpmd> flow create 0 ingress pattern eth / ipv4 / udp / mpls / end actions
5000         mplsoudp_decap / l2_encap / end
5001
5002 Sample L2 decapsulation rule
5003 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5004
5005 L2 decapsulation has default value pre-configured in testpmd
5006 source code, those can be changed by using the following commands
5007
5008 L2 header::
5009
5010  testpmd> set l2_decap
5011  testpmd> flow create 0 egress pattern eth / end actions l2_decap / mplsoudp_encap /
5012         queue index 0 / end
5013
5014 L2 with VXLAN header::
5015
5016  testpmd> set l2_encap-with-vlan
5017  testpmd> flow create 0 egress pattern eth / end actions l2_encap / mplsoudp_encap /
5018          queue index 0 / end
5019
5020 Sample MPLSoGRE encapsulation rule
5021 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5022
5023 MPLSoGRE encapsulation outer layer has default value pre-configured in testpmd
5024 source code, those can be changed by using the following commands
5025
5026 IPv4 MPLSoGRE outer header::
5027
5028  testpmd> set mplsogre_encap ip-version ipv4 label 4
5029         ip-src 127.0.0.1 ip-dst 128.0.0.1 eth-src 11:11:11:11:11:11
5030         eth-dst 22:22:22:22:22:22
5031  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5032         mplsogre_encap / end
5033
5034 IPv4 MPLSoGRE with VLAN outer header::
5035
5036  testpmd> set mplsogre_encap-with-vlan ip-version ipv4 label 4
5037         ip-src 127.0.0.1 ip-dst 128.0.0.1 vlan-tci 34
5038         eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
5039  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5040         mplsogre_encap / end
5041
5042 IPv6 MPLSoGRE outer header::
5043
5044  testpmd> set mplsogre_encap ip-version ipv6 mask 4
5045         ip-src ::1 ip-dst ::2222 eth-src 11:11:11:11:11:11
5046         eth-dst 22:22:22:22:22:22
5047  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5048         mplsogre_encap / end
5049
5050 IPv6 MPLSoGRE with VLAN outer header::
5051
5052  testpmd> set mplsogre_encap-with-vlan ip-version ipv6 mask 4
5053         ip-src ::1 ip-dst ::2222 vlan-tci 34
5054         eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
5055  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5056         mplsogre_encap / end
5057
5058 Sample MPLSoGRE decapsulation rule
5059 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5060
5061 MPLSoGRE decapsulation outer layer has default value pre-configured in testpmd
5062 source code, those can be changed by using the following commands
5063
5064 IPv4 MPLSoGRE outer header::
5065
5066  testpmd> set mplsogre_decap ip-version ipv4
5067  testpmd> flow create 0 ingress pattern eth / ipv4 / gre / mpls / end actions
5068         mplsogre_decap / l2_encap / end
5069
5070 IPv4 MPLSoGRE with VLAN outer header::
5071
5072  testpmd> set mplsogre_decap-with-vlan ip-version ipv4
5073  testpmd> flow create 0 ingress pattern eth / vlan / ipv4 / gre / mpls / end
5074         actions mplsogre_decap / l2_encap / end
5075
5076 IPv6 MPLSoGRE outer header::
5077
5078  testpmd> set mplsogre_decap ip-version ipv6
5079  testpmd> flow create 0 ingress pattern eth / ipv6 / gre / mpls / end
5080         actions mplsogre_decap / l2_encap / end
5081
5082 IPv6 MPLSoGRE with VLAN outer header::
5083
5084  testpmd> set mplsogre_decap-with-vlan ip-version ipv6
5085  testpmd> flow create 0 ingress pattern eth / vlan / ipv6 / gre / mpls / end
5086         actions mplsogre_decap / l2_encap / end
5087
5088 Sample MPLSoUDP encapsulation rule
5089 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5090
5091 MPLSoUDP encapsulation outer layer has default value pre-configured in testpmd
5092 source code, those can be changed by using the following commands
5093
5094 IPv4 MPLSoUDP outer header::
5095
5096  testpmd> set mplsoudp_encap ip-version ipv4 label 4 udp-src 5 udp-dst 10
5097         ip-src 127.0.0.1 ip-dst 128.0.0.1 eth-src 11:11:11:11:11:11
5098         eth-dst 22:22:22:22:22:22
5099  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5100         mplsoudp_encap / end
5101
5102 IPv4 MPLSoUDP with VLAN outer header::
5103
5104  testpmd> set mplsoudp_encap-with-vlan ip-version ipv4 label 4 udp-src 5
5105         udp-dst 10 ip-src 127.0.0.1 ip-dst 128.0.0.1 vlan-tci 34
5106         eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
5107  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5108         mplsoudp_encap / end
5109
5110 IPv6 MPLSoUDP outer header::
5111
5112  testpmd> set mplsoudp_encap ip-version ipv6 mask 4 udp-src 5 udp-dst 10
5113         ip-src ::1 ip-dst ::2222 eth-src 11:11:11:11:11:11
5114         eth-dst 22:22:22:22:22:22
5115  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5116         mplsoudp_encap / end
5117
5118 IPv6 MPLSoUDP with VLAN outer header::
5119
5120  testpmd> set mplsoudp_encap-with-vlan ip-version ipv6 mask 4 udp-src 5
5121         udp-dst 10 ip-src ::1 ip-dst ::2222 vlan-tci 34
5122         eth-src 11:11:11:11:11:11 eth-dst 22:22:22:22:22:22
5123  testpmd> flow create 0 egress pattern eth / end actions l2_decap /
5124         mplsoudp_encap / end
5125
5126 Sample MPLSoUDP decapsulation rule
5127 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5128
5129 MPLSoUDP decapsulation outer layer has default value pre-configured in testpmd
5130 source code, those can be changed by using the following commands
5131
5132 IPv4 MPLSoUDP outer header::
5133
5134  testpmd> set mplsoudp_decap ip-version ipv4
5135  testpmd> flow create 0 ingress pattern eth / ipv4 / udp / mpls / end actions
5136         mplsoudp_decap / l2_encap / end
5137
5138 IPv4 MPLSoUDP with VLAN outer header::
5139
5140  testpmd> set mplsoudp_decap-with-vlan ip-version ipv4
5141  testpmd> flow create 0 ingress pattern eth / vlan / ipv4 / udp / mpls / end
5142         actions mplsoudp_decap / l2_encap / end
5143
5144 IPv6 MPLSoUDP outer header::
5145
5146  testpmd> set mplsoudp_decap ip-version ipv6
5147  testpmd> flow create 0 ingress pattern eth / ipv6 / udp / mpls / end
5148         actions mplsoudp_decap / l2_encap / end
5149
5150 IPv6 MPLSoUDP with VLAN outer header::
5151
5152  testpmd> set mplsoudp_decap-with-vlan ip-version ipv6
5153  testpmd> flow create 0 ingress pattern eth / vlan / ipv6 / udp / mpls / end
5154         actions mplsoudp_decap / l2_encap / end
5155
5156 Sample Raw encapsulation rule
5157 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5158
5159 Raw encapsulation configuration can be set by the following commands
5160
5161 Eecapsulating VxLAN::
5162
5163  testpmd> set raw_encap 4 eth src is 10:11:22:33:44:55 / vlan tci is 1
5164         inner_type is 0x0800 / ipv4 / udp dst is 4789 / vxlan vni
5165         is 2 / end_set
5166  testpmd> flow create 0 egress pattern eth / ipv4 / end actions
5167         raw_encap index 4 / end
5168
5169 Sample Raw decapsulation rule
5170 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5171
5172 Raw decapsulation configuration can be set by the following commands
5173
5174 Decapsulating VxLAN::
5175
5176  testpmd> set raw_decap eth / ipv4 / udp / vxlan / end_set
5177  testpmd> flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth / ipv4 /
5178         end actions raw_decap / queue index 0 / end
5179
5180 Sample ESP rules
5181 ~~~~~~~~~~~~~~~~
5182
5183 ESP rules can be created by the following commands::
5184
5185  testpmd> flow create 0 ingress pattern eth / ipv4 / esp spi is 1 / end actions
5186         queue index 3 / end
5187  testpmd> flow create 0 ingress pattern eth / ipv4 / udp / esp spi is 1 / end
5188         actions queue index 3 / end
5189  testpmd> flow create 0 ingress pattern eth / ipv6 / esp spi is 1 / end actions
5190         queue index 3 / end
5191  testpmd> flow create 0 ingress pattern eth / ipv6 / udp / esp spi is 1 / end
5192         actions queue index 3 / end
5193
5194 Sample AH rules
5195 ~~~~~~~~~~~~~~~~
5196
5197 AH rules can be created by the following commands::
5198
5199  testpmd> flow create 0 ingress pattern eth / ipv4 / ah spi is 1 / end actions
5200         queue index 3 / end
5201  testpmd> flow create 0 ingress pattern eth / ipv4 / udp / ah spi is 1 / end
5202         actions queue index 3 / end
5203  testpmd> flow create 0 ingress pattern eth / ipv6 / ah spi is 1 / end actions
5204         queue index 3 / end
5205  testpmd> flow create 0 ingress pattern eth / ipv6 / udp / ah spi is 1 / end
5206         actions queue index 3 / end
5207
5208 Sample PFCP rules
5209 ~~~~~~~~~~~~~~~~~
5210
5211 PFCP rules can be created by the following commands(s_field need to be 1
5212 if seid is set)::
5213
5214  testpmd> flow create 0 ingress pattern eth / ipv4 / pfcp s_field is 0 / end
5215         actions queue index 3 / end
5216  testpmd> flow create 0 ingress pattern eth / ipv4 / pfcp s_field is 1
5217         seid is 1 / end actions queue index 3 / end
5218  testpmd> flow create 0 ingress pattern eth / ipv6 / pfcp s_field is 0 / end
5219         actions queue index 3 / end
5220  testpmd> flow create 0 ingress pattern eth / ipv6 / pfcp s_field is 1
5221         seid is 1 / end actions queue index 3 / end
5222
5223 BPF Functions
5224 --------------
5225
5226 The following sections show functions to load/unload eBPF based filters.
5227
5228 bpf-load
5229 ~~~~~~~~
5230
5231 Load an eBPF program as a callback for particular RX/TX queue::
5232
5233    testpmd> bpf-load rx|tx (portid) (queueid) (load-flags) (bpf-prog-filename)
5234
5235 The available load-flags are:
5236
5237 * ``J``: use JIT generated native code, otherwise BPF interpreter will be used.
5238
5239 * ``M``: assume input parameter is a pointer to rte_mbuf, otherwise assume it is a pointer to first segment's data.
5240
5241 * ``-``: none.
5242
5243 .. note::
5244
5245    You'll need clang v3.7 or above to build bpf program you'd like to load
5246
5247 For example:
5248
5249 .. code-block:: console
5250
5251    cd examples/bpf
5252    clang -O2 -target bpf -c t1.c
5253
5254 Then to load (and JIT compile) t1.o at RX queue 0, port 1:
5255
5256 .. code-block:: console
5257
5258    testpmd> bpf-load rx 1 0 J ./dpdk.org/examples/bpf/t1.o
5259
5260 To load (not JITed) t1.o at TX queue 0, port 0:
5261
5262 .. code-block:: console
5263
5264    testpmd> bpf-load tx 0 0 - ./dpdk.org/examples/bpf/t1.o
5265
5266 bpf-unload
5267 ~~~~~~~~~~
5268
5269 Unload previously loaded eBPF program for particular RX/TX queue::
5270
5271    testpmd> bpf-unload rx|tx (portid) (queueid)
5272
5273 For example to unload BPF filter from TX queue 0, port 0:
5274
5275 .. code-block:: console
5276
5277    testpmd> bpf-unload tx 0 0