DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Issue with testpmd using multiple RX/TX queue on KVM
       [not found] <1381964995.1173332.1566554237787.ref@mail.yahoo.com>
@ 2019-08-23  9:57 ` Brijesh Valera
  0 siblings, 0 replies; only message in thread
From: Brijesh Valera @ 2019-08-23  9:57 UTC (permalink / raw)
  To: users

Hi,
I am trying out multiple RX, TX queues in KVM environment (running on CentOS). I have DPDK application (testpmd) running on CentOS in KVM. I have client & server connected to physical interfaces (described below). VM is managing physical interface directly (configured in KVM XML configuration):
<interface type='direct' trustGuestRxFilters='yes'>   <source dev='ens1' mode='passthrough'/>   <model type='virtio'/>   <driver name='vhost' queues='8'/></interface>

Network:Client (eth1: 10.10.10.2/24) --- (eth1) CentOS VM (running DPDK: 18.05.1) (eth2) ---- Server (eth1: 10.10.10.10/24).
I am running testpmd with 1 Rx queue & 2 Tx queues. I can see ARP request is being forwarded. But ICMP request is not coming to testpmd. I can see ICMP request coming on macvtap0 interface (interface on Host).
If I rerun application with 2 Rx queues & 2 Tx queues, I found that ICMP request is read by testpmd on RxQueue-Id: 1 and forwarded the same.
I wants to know why ICMP request was received on Queue-Id: 1 on earlier case even I have configured only 1 Rx Queue. Client to Server connectivity has been broken in this case.
Do I need to specify 2 Rx queues (= no of Tx queues) every time?
Any help will be useful.
-- 
Thank you,Brijesh ValeraMobile: +91-9003433139

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-23 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1381964995.1173332.1566554237787.ref@mail.yahoo.com>
2019-08-23  9:57 ` [dpdk-users] Issue with testpmd using multiple RX/TX queue on KVM Brijesh Valera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).