X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Ftestpmd_app_ug%2Ftestpmd_funcs.rst;h=90765f9090c7bcf3d06c8f962e05bc4c2b9769ec;hb=081e42dab11d1add2d038fdf2bd4c86b20043d08;hp=bbef706374113d4dae74988201c5a2713bf53d12;hpb=16b8e92d49b87705fffbedd9c3241204d9a584a6;p=dpdk.git diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index bbef706374..90765f9090 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1610,31 +1610,6 @@ Set TX rate limitation for queues in VF on a port:: testpmd> set port (port_id) vf (vf_id) rate (rate_value) queue_mask (queue_mask) -set port - mirror rule -~~~~~~~~~~~~~~~~~~~~~~ - -Set pool or vlan type mirror rule for a port:: - - testpmd> set port (port_id) mirror-rule (rule_id) \ - (pool-mirror-up|pool-mirror-down|vlan-mirror) \ - (poolmask|vlanid[,vlanid]*) dst-pool (pool_id) (on|off) - -Set link mirror rule for a port:: - - testpmd> set port (port_id) mirror-rule (rule_id) \ - (uplink-mirror|downlink-mirror) dst-pool (pool_id) (on|off) - -For example to enable mirror traffic with vlan 0,1 to pool 0:: - - set port 0 mirror-rule 0 vlan-mirror 0,1 dst-pool 0 on - -reset port - mirror rule -~~~~~~~~~~~~~~~~~~~~~~~~ - -Reset a mirror rule for a port:: - - testpmd> reset port (port_id) mirror-rule (rule_id) - set flush_rx ~~~~~~~~~~~~ @@ -2630,6 +2605,12 @@ in balance mode with a transmission policy of layer 2+3:: Active Slaves (3): [1 3 4] Primary: [3] +show bonding lacp info +~~~~~~~~~~~~~~~~~~~~~~ + +Show information about the Link Bonding device in mode 4 (link-aggregation-802.3ad):: + + testpmd> show bonding lacp info (port_id) Register Functions ------------------ @@ -3820,6 +3801,10 @@ This section lists supported pattern items and their attributes, if any. - ``conntrack``: match conntrack state. +- ``port_representor``: match traffic entering the embedded switch from the given ethdev + + - ``port_id {unsigned}``: ethdev port ID + Actions list ^^^^^^^^^^^^