Yi Tseng | 0cb9b56 | 2021-09-22 17:13:58 -0700 | [diff] [blame] | 1 | <!-- SPDX-FileCopyrightText: Copyright 2021-present Open Networking Foundation. --> |
| 2 | <!-- SPDX-License-Identifier: GPL-2.0-or-later --> |
| 3 | <PARAMS> |
Yi Tseng | 2521bd4 | 2021-10-01 15:07:06 -0700 | [diff] [blame] | 4 | <testcases>1,2,3,4</testcases> |
Yi Tseng | 0cb9b56 | 2021-09-22 17:13:58 -0700 | [diff] [blame] | 5 | <routerMac>00:00:0A:4C:1C:46</routerMac> |
Jon Hall | dd05bbc | 2022-01-27 12:14:50 -0800 | [diff] [blame] | 6 | <use_stern>True</use_stern> |
Yi Tseng | dda7e32 | 2021-09-20 14:21:20 -0700 | [diff] [blame] | 7 | <TREX> |
| 8 | <flows> |
| 9 | <RESET_QUEUE_REPORT_FILTER> |
| 10 | <!-- A low-throughput flow to reset the queue report filter --> |
| 11 | <name>Low throughput flow</name> |
| 12 | <l1_bps>10000</l1_bps> |
Yi Tseng | dda7e32 | 2021-09-20 14:21:20 -0700 | [diff] [blame] | 13 | <trex_port>2</trex_port> |
| 14 | <packet> |
| 15 | <pktlen>1400</pktlen> |
| 16 | <ip_src>10.32.11.124</ip_src> |
Yi Tseng | 69cdb17 | 2022-02-23 10:52:10 -0800 | [diff] [blame] | 17 | <ip_dst>10.32.11.122</ip_dst> |
Yi Tseng | dda7e32 | 2021-09-20 14:21:20 -0700 | [diff] [blame] | 18 | <eth_src>40:A6:B7:22:AB:20</eth_src> |
Yi Tseng | 69cdb17 | 2022-02-23 10:52:10 -0800 | [diff] [blame] | 19 | <eth_dst>3C:EC:EF:1C:F3:96</eth_dst> |
| 20 | </packet> |
| 21 | </RESET_QUEUE_REPORT_FILTER> |
| 22 | <FLOW1> |
| 23 | <name>Flow 1</name> |
| 24 | <l1_bps>1000000000</l1_bps> <!-- 1G --> |
| 25 | <trex_port>2</trex_port> |
| 26 | <packet> |
| 27 | <pktlen>1400</pktlen> |
| 28 | <ip_src>10.32.11.124</ip_src> |
| 29 | <ip_dst>10.32.11.122</ip_dst> |
| 30 | <eth_src>40:A6:B7:22:AB:20</eth_src> |
| 31 | <eth_dst>3C:EC:EF:1C:F3:96</eth_dst> |
| 32 | </packet> |
| 33 | </FLOW1> |
| 34 | <FLOW2> |
| 35 | <name>Flow 2</name> |
| 36 | <l1_bps>1000000000</l1_bps> <!-- 1G --> |
| 37 | <trex_port>0</trex_port> |
| 38 | <packet> |
| 39 | <pktlen>1400</pktlen> |
| 40 | <ip_src>10.32.11.125</ip_src> |
| 41 | <ip_dst>10.32.11.122</ip_dst> |
| 42 | <eth_src>40:A6:B7:22:AB:40</eth_src> |
| 43 | <eth_dst>3C:EC:EF:1C:F3:96</eth_dst> |
Yi Tseng | dda7e32 | 2021-09-20 14:21:20 -0700 | [diff] [blame] | 44 | </packet> |
| 45 | </FLOW2> |
| 46 | </flows> |
| 47 | </TREX> |
Yi Tseng | 0cb9b56 | 2021-09-22 17:13:58 -0700 | [diff] [blame] | 48 | </PARAMS> |