Forgot to mention, your config have enabled gso on tap interface while is not 
enabled on dpdk interface.
Either enable it on dpdk interface if the underneath vhost device supports it. 
or, disable it from tap interface too.



In case of vpp native virtio:

create int virtio 0000:00:08.0 gso-enabled


From: <vpp-dev@lists.fd.io> on behalf of "Mohsin Kazmi via lists.fd.io" 
<sykazmi=cisco....@lists.fd.io>
Reply-To: "Mohsin Kazmi (sykazmi)" <syka...@cisco.com>
Date: Thursday, March 31, 2022 at 4:54 PM
To: "long...@gmail.com" <long...@gmail.com>, "vpp-dev@lists.fd.io" 
<vpp-dev@lists.fd.io>
Subject: Re: [vpp-dev] Fastest way to connect application in user space to VPP 
#vpp


Please add following to dpdk stanza in startup.conf



“DPDK { dev 0000:00:08.0 { tso on } enable-tcp-udp-checksum }”



Or else try VPP native virtio without using dpdk:

create int virtio 0000:00:08.0

From: <vpp-dev@lists.fd.io> on behalf of "long...@gmail.com" <long...@gmail.com>
Date: Thursday, March 31, 2022 at 4:40 PM
To: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>
Subject: Re: [vpp-dev] Fastest way to connect application in user space to VPP 
#vpp

Hi Mohsin,
Please see below:

Can you please share the numbers you are getting?

 Without VPP, I get 5Gbps. With VPP I get ~2Gbps.

And also please share the output of:

sh hardware

sh tap

sh threads

sh cpu
Please see in the attachments.
Thank you.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21167): https://lists.fd.io/g/vpp-dev/message/21167
Mute This Topic: https://lists.fd.io/mt/90135014/21656
Mute #vpp:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to