From: Antoine POLLENUS <a.pollenus@deltacast.tv>
To: "users@dpdk.org" <users@dpdk.org>
Subject: [dpdk-users] KNI RX/TX Jitter non symmetrical
Date: Tue, 13 Aug 2019 13:35:37 +0000 [thread overview]
Message-ID: <0875400a43e44fbaa8a25e2d22f713ad@deltacast.tv> (raw)
Hello,
I'm testing the KNI with iperf and I discovered something strange. RX KNI and TX KNI seems to not be symmetrical (in term of latency jitter) and I don't understand why.
I'm using iperf with low packet rate:
This command is launch from a machine that is not running DPDK connected in point to point to a machine using a KNI interface:
sudo iperf -c 10.0.0.2 -u -i 1 -t 3000 -l 54 -b 10368b -f b
and the iperf server is launched on the machine with the KNI interface
sudo iperf -s -u -i 1
And when I look at the jitter. The Jitter is always around 2.5ms
but when I launch
sudo iperf -c 10.0.0.2 -u -i 1 -t 3000 -l 54 -b 10368b -f b
on the machine with the KNI interface and the server
sudo iperf -s -u -i 1
on the non DPDK machine I have Jitter at around 0.002ms
Can someone explain me what is the reason of this huge difference in term of jitter ?
Regards,
Antoine Pollenus
reply other threads:[~2019-08-13 13:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0875400a43e44fbaa8a25e2d22f713ad@deltacast.tv \
--to=a.pollenus@deltacast.tv \
--cc=users@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).