TNSR interface link speed
-
Hi all,
After installing TNSR 22.10-2, I can't force the link speed 2.5G on the interfaces. I have tried using ethtool (sudo ethtool -s vpp2 speed 2500 duplex full autoneg off) but after the change nothing happened. I searched the documentation for dpdk, but found nothing.
I have an Intel X550 T2, and I have checked on pfsense that this card work well on 2.5G.gate tnsr# show interface Interface: LAN Description: eth1 10g LAN Admin status: up Link up, link-speed 1 Gbps, full duplex Link MTU: 1500 bytes MAC address: b4:96:91:bb:06:25 NAT inside IPv4 MTU: 0 bytes IPv4 Route Table: ipv4-VRF:0 IPv4 addresses: 192.168.55.1/24 IPv6 MTU: 0 bytes IPv6 Route Table: ipv6-VRF:0 IPv6 addresses: fe80::b696:91ff:febb:625/64 VLAN tag rewrite: disable Rx-queues: queue-id 0 : cpu-id any : rx-mode polling counters: received: 10116694 bytes, 64306 packets, 0 errors transmitted: 4344 bytes, 52 packets, 2 errors protocols: 36664 IPv4, 3120 IPv6 19503 drops, 14366 punts, 0 rx miss, 0 rx no buffer
regards
-
@stivi I have found this:
https://doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html
"Added a command line option to configure forced speed for an Ethernet port: dpdk-testpmd -- --eth-link-speed N."
Is this possible in tnsr?