-
Notifications
You must be signed in to change notification settings - Fork 487
Description
Having an issue with TREX stability and traffic.
running v2.87 with the GUI
Servers are UNIX redhat 8.10
[root@xftmsidas005 v2.87]# ./dpdk_setup_ports.py -i
By default, IP based configuration file will be created. Do you want to use MAC based config? (y/N)
+----+------+---------+-------------------+--------------------------------------------------------------+----------+-----------+----------+
| ID | NUMA | PCI | MAC | Name | Driver | Linux IF | Active |
+====+======+=========+===================+==============================================================+==========+===========+==========+
| 0 | 0 | 17:00.0 | 04:32:01:f1:7c:ba | BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Controller | bnxt_en | ens6f0np0 | Active |
+----+------+---------+-------------------+--------------------------------------------------------------+----------+-----------+----------+
| 1 | 0 | 17:00.1 | 04:32:01:f1:7c:bb | BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Controller | bnxt_en | ens6f1np1 | |
+----+------+---------+-------------------+--------------------------------------------------------------+----------+-----------+----------+
| 2 | 0 | 3d:00.0 | d4:04:e6:11:66:a0 | BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller | vfio-pci | | |
+----+------+---------+-------------------+--------------------------------------------------------------+----------+-----------+----------+
| 3 | 0 | 3d:00.1 | d4:04:e6:11:66:a1 | BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller | vfio-pci | | |
+----+------+---------+-------------------+--------------------------------------------------------------+----------+-----------+----------+
Please choose an even number of interfaces from the list above, either by ID, PCI or Linux IF
Stateful will use order of interfaces: Client1 Server1 Client2 Server2 etc. for flows.
Stateless can be in any order.
Enter list of interfaces separated by space (for example: 1 3) : 2 3
For interface 2, assuming loopback to its dual interface 3.
Putting IP 1.1.1.1, default gw 2.2.2.2 Change it?(y/N).y
Please enter IP address for interface 2: 10.182.245.198
Please enter default gateway for interface 2: 10.182.245.197
For interface 3, assuming loopback to its dual interface 2.
Putting IP 2.2.2.2, default gw 1.1.1.1 Change it?(y/N).y
Please enter IP address for interface 3: 10.182.245.194
Please enter default gateway for interface 3: 10.182.245.193
Print preview of generated config? (Y/n)
Config file generated by dpdk_setup_ports.py
-
version: 2
interfaces: ['3d:00.0', '3d:00.1']
port_bandwidth_gb: 25
port_info:
- ip: 10.182.245.198 default_gw: 10.182.245.197 - ip: 10.182.245.194 default_gw: 10.182.245.193
platform:
master_thread_id: 0 latency_thread_id: 16 dual_if: - socket: 0 threads: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47
Issue is I can't ping my gateways from the server, yet can from the GUI... but when running test profile the connection drops and I lose the data.