Snailfl
Snailfl
Hi,hhaim I had the same problem. root@snail:/home/snail/v2.87# ./dpdk_setup_ports.py -t +----+------+---------+-------------------+--------------------------------------+---------+----------+----------+ | ID | NUMA | PCI | MAC | Name | Driver | Linux IF | Active | +====+======+=========+===================+======================================+=========+==========+==========+ |...
It is OK to replace the 3.02 version. I suspect it is the igb_uio driver problem, which has not been verified.
> 因为TRex发送的数据包在另一个TRex端口没有收到。 Hi,bdollma: Do you mean that the other port did not receive the packet, so it did not reply to this port? Now I have a scenario where two...
> 尝试在环回模式下用电缆连接 trex 端口 0 和 1,看看它是否为 0? Hi,bdollma: You mean loopback on a device? Is the network cable directly connected to two network cards on a device, and then...
> try and connect trex ports 0 and 1 with cable in loopback mode and see if it is 0? Hi,bdollma: pci loopback seems to be problematic, as follows: root@snail:/home/snail/v2.87#...
root@snail:/home/snail/v2.87# ./dpdk_setup_ports.py -s Network devices using DPDK-compatible driver ============================================ 0000:0a:00.0 'Ethernet Connection X553 10 GbE SFP+' drv=igb_uio unused=ixgbe,vfio-pci,uio_pci_generic Network devices using kernel driver =================================== 0000:02:00.0 'Ethernet Controller I225-V' if=enp2s0 drv=igc...
Hi,bdollma Does trex support use on two different devices? If yes, how do I do it? In addition, as shown in the figure above, I configured two ports in the...
Libnetconf2 has similar interfaces, focusing on those associated with nc_accept_callhome and those associated with nc_server_ch_add_client
continued: int CTRexExtendedDriverBase2500M::configure_rx_filter_rules(CPhyEthIF * _if) { set_rcv_all(_if, false); if ( get_is_stateless() ) { return configure_rx_filter_rules_stateless(_if); } else [{]([trex_driver_igc.zip](https://github.com/cisco-system-traffic-generator/trex-core/files/11404939/trex_driver_igc.zip)) return configure_rx_filter_rules_statefull(_if); } return 0; } I wonder if this acceptance rule...
[trex_driver_igc.zip](https://github.com/cisco-system-traffic-generator/trex-core/files/11404956/trex_driver_igc.zip)