DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] dpdk in AWS
       [not found] <927683838.91713.1605756244826.ref@mail.yahoo.com>
@ 2020-11-19  3:24 ` amit sehas
  2020-11-22  8:14   ` Michael Barker
  0 siblings, 1 reply; 2+ messages in thread
From: amit sehas @ 2020-11-19  3:24 UTC (permalink / raw)
  To: users

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-users] dpdk in AWS
  2020-11-19  3:24 ` [dpdk-users] dpdk in AWS amit sehas
@ 2020-11-22  8:14   ` Michael Barker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Barker @ 2020-11-22  8:14 UTC (permalink / raw)
  To: amit sehas; +Cc: users

Have tried with the vfio driver instead?  I've used that on AWS fairly
recently and noticed no packet loss.

On Thu, 19 Nov 2020 at 16:24, amit sehas <cun23@yahoo.com> wrote:

> 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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-22  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <927683838.91713.1605756244826.ref@mail.yahoo.com>
2020-11-19  3:24 ` [dpdk-users] dpdk in AWS amit sehas
2020-11-22  8:14   ` Michael Barker

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).