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> |
Yi Tseng | dda7e32 | 2021-09-20 14:21:20 -0700 | [diff] [blame] | 6 | <TREX> |
| 7 | <flows> |
| 8 | <RESET_QUEUE_REPORT_FILTER> |
| 9 | <!-- A low-throughput flow to reset the queue report filter --> |
| 10 | <name>Low throughput flow</name> |
| 11 | <l1_bps>10000</l1_bps> |
| 12 | <trex_port>0</trex_port> |
| 13 | <packet> |
| 14 | <pktlen>1400</pktlen> |
| 15 | <ip_src>10.32.11.123</ip_src> |
| 16 | <ip_dst>10.32.11.125</ip_dst> |
| 17 | <eth_src>40:A6:B7:22:AB:40</eth_src> |
| 18 | <eth_dst>40:A6:B7:22:AB:21</eth_dst> |
| 19 | </packet> |
| 20 | </RESET_QUEUE_REPORT_FILTER> |
| 21 | <FLOW1> |
| 22 | <name>Flow 1</name> |
| 23 | <l1_bps>25000000000</l1_bps> <!-- 25G --> |
| 24 | <trex_port>0</trex_port> |
| 25 | <packet> |
| 26 | <pktlen>1400</pktlen> |
| 27 | <ip_src>10.32.11.123</ip_src> |
| 28 | <ip_dst>10.32.11.125</ip_dst> |
| 29 | <eth_src>40:A6:B7:22:AB:40</eth_src> |
| 30 | <eth_dst>40:A6:B7:22:AB:21</eth_dst> |
| 31 | </packet> |
| 32 | </FLOW1> |
| 33 | <FLOW2> |
| 34 | <name>Flow 2</name> |
| 35 | <l1_bps>25000000000</l1_bps> <!-- 25G --> |
| 36 | <trex_port>2</trex_port> |
| 37 | <packet> |
| 38 | <pktlen>1400</pktlen> |
| 39 | <ip_src>10.32.11.124</ip_src> |
| 40 | <ip_dst>10.32.11.125</ip_dst> |
| 41 | <eth_src>40:A6:B7:22:AB:20</eth_src> |
| 42 | <eth_dst>40:A6:B7:22:AB:21</eth_dst> |
| 43 | </packet> |
| 44 | </FLOW2> |
| 45 | </flows> |
| 46 | </TREX> |
Yi Tseng | 0cb9b56 | 2021-09-22 17:13:58 -0700 | [diff] [blame] | 47 | </PARAMS> |