DPDK usage discussions
 help / color / mirror / Atom feed
From: amit sehas <cun23@yahoo.com>
To: "users@dpdk.org" <users@dpdk.org>
Subject: [dpdk-users] dpdk in AWS
Date: Thu, 19 Nov 2020 03:24:04 +0000 (UTC)	[thread overview]
Message-ID: <927683838.91713.1605756244826@mail.yahoo.com> (raw)
In-Reply-To: <927683838.91713.1605756244826.ref@mail.yahoo.com>

I am utilizing dpdk between EC2 instances in AWS. I am noticing that the first few times packets are sent from one instance to
another, they are always dropped ( i think at the source). The steps i took to utilize the dpdk ports are as follows:

modprobe uio
modprobe hwmon
insmod ./x86_64-native-linuxapp-gcc/kmod/rte_kni.ko
insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko

ifconfig eth1 down

./usertools/dpdk-devbind.py --bind=igb_uio 00:04.0

Is there an explanation of why only the first few packets would be dropped and there after the communication moves
along smoothly without any issues at all ? The behavior is consistent. I am a new user of dpdk so i am completely lost
about the behavior ...

Do i have to configure something with ethtool?

Any help is greatly appreciated ...

thanks

       reply	other threads:[~2020-11-19  3:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <927683838.91713.1605756244826.ref@mail.yahoo.com>
2020-11-19  3:24 ` amit sehas [this message]
2020-11-22  8:14   ` Michael Barker

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=927683838.91713.1605756244826@mail.yahoo.com \
    --to=cun23@yahoo.com \
    --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).