Hi All,
Currently I am trying to configure multiple RX-queues(RSS) for a Intel
82540EM(e1000) and a Virtio interface of a VM.
I modified the /etc/vpp/startup.conf file, trying to enable 2 rx-queues on each
interface:
dpdk {
dev default {
num-rx-queues 2
}
dev 0000:00:06.0 {
num-rx-queues 2
}
dev 0000:00:08.0 {
num-rx-queues 2
}
uio-driver uio_pci_generic
socket-mem 1024
}
But it seems doesn't work, when I check the hardware status:
vpp# show hardware
Name Idx Link Hardware
GigabitEthernet0/6/0 1 down GigabitEthernet0/6/0
Ethernet address 52:54:00:09:96:d0
Red Hat Virtio
carrier up full duplex speed 10000 mtu 9216
rx queues 1, rx desc 256, tx queues 1, tx desc 256
GigabitEthernet0/8/0 2 up GigabitEthernet0/8/0
Ethernet address 52:54:00:09:96:d9
Intel 82540EM (e1000)
carrier up full duplex speed 1000 mtu 9216
rx queues 1, rx desc 1024, tx queues 1, tx desc 1024
Both of the interfaces have only 1 rx_queue.
Could anyone please share your knowledge and experience regarding this problem?
Best regards,
Pan
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev