TX Queues are not show shown in the TNSR CLI
-
As you can see only rx-queues are shown in the cli:
[tnsr@c01 ~]$ clixon_cli Netgate TNSR Version: tnsr-v20.08-3 This system is not configured for package updates. For information see 'show documentation' c01.fra.de.as49697.net tnsr# configure terminal c01.fra.de.as49697.net tnsr(config)# dataplane dpdk dev 0000:00:13.0 network num-tx-queues 4 c01.fra.de.as49697.net tnsr(config)# dataplane dpdk dev 0000:00:13.0 network num-rx-queues 4 c01.fra.de.as49697.net tnsr(config)# exit c01.fra.de.as49697.net tnsr# show interface Interface: eth0 Description: "UPLINK" Admin status: up Link up, link-speed 10 Gbps, full duplex Link MTU: 9000 bytes MAC address: fa:ab:22:43:cc:35 IPv4 MTU: 0 bytes IPv4 Route Table: ipv4-VRF:0 IPv6 MTU: 0 bytes IPv6 Route Table: ipv6-VRF:0 IPv6 addresses: fe80::f8ab:22ff:fe43:cc35/64 VLAN tag rewrite: disable Rx-queues queue-id 0 : cpu-id 2 queue-id 1 : cpu-id 3 queue-id 2 : cpu-id 4 queue-id 3 : cpu-id 5
To check if it is really not configured i checked this in vpp cli:
vpp# show hardware-interfaces Name Idx Link Hardware eth0 1 up eth0 Link speed: 10 Gbps Ethernet address fa:ab:22:43:cc:35 Red Hat Virtio carrier up full duplex mtu 9206 flags: admin-up pmd maybe-multiseg subif Devargs: rx: queues 4 (max 8), desc 256 (min 0 max 65535 align 1) tx: queues 4 (max 8), desc 256 (min 0 max 65535 align 1) pci: device 1af4:1000 subsystem 1af4:0001 address 0000:00:13.00 numa 0 max rx packet len: 9728 promiscuous: unicast off all-multicast on vlan offload: strip off filter off qinq off
Could you please add this output to the clixion_cli? I think this would be helpfull for others as well :) Not everyone knows how to access the vppcli :)
Joey