DPDK usage discussions
 help / color / mirror / Atom feed
From: Andriy Berestovskyy <aber@semihalf.com>
To: Amit Sharma <amit.sh1094@gmail.com>
Cc: users <users@dpdk.org>
Subject: Re: [dpdk-users] Packet drop when using KNI sample application
Date: Thu, 22 Sep 2016 10:07:44 +0200	[thread overview]
Message-ID: <CAOysbxrn7VZOn4WTanZKfB4r5RVFAse9MmL5AYsOMv5gGumsmA@mail.gmail.com> (raw)
In-Reply-To: <CA+VcHBLfHPTEFoDt8hf5rYhO1KfKTQBPTayboojyQ2TU-LM4KQ@mail.gmail.com>

Hey Amit,
Regarding the pings. Try to set the same MAC on vEth as you have on
eth0 prior the unbind, i.e.:

# ifconfig vEth hw ether <eth0 MAC>


Regarding the logs. There are compile-time options to enable debugs in
PMDs. Please see config/common_base file for the complete list.

Not sure which driver you use, but for virtio-net you could try to
enable *_VIRTIO_DEBUG_RX/TX and then recompile the DPDK and the KNI
example.

Regards,
Andriy

On Mon, Sep 19, 2016 at 9:59 AM, Amit Sharma <amit.sh1094@gmail.com> wrote:
> Hi,
>
> While running the DPDK KNI sample application, we are facing packet drop
> after some time.
>
> *Setup:-*
> 1. 2 VMs configured using Ubuntu 14.04
> 2. eth0 of both VMs connected to each other, and able to ping
>
> *DPDK related setup:-*
> 1. 1st VM eth0 is bound with DPDK driver[bind=uio_pci_generic]
> 2. Insert the KNI module in Linux kernel[insmod rte_kni.ko].
> 3. Start the KNI application [*./build/kni -c 0x3 -n 4 -- -P -p 0x1
> --config="(0,0,1)"*].
> 4. Assign the ip address to vEth0 [*ifconfig vEth0 10.0.1.2*]
> 5. start the tcpdump on vEth0
> 6. From 2nd VM try to ping 8.8.8.8
>
> *Issue:- *
> ping works fine for around 400-500 packets(we reserved 2000 2MB hugepages).
> after that ping packet is never sent back to VM2
> on further investigation we found *rte_eth_tx_burst *always returns 0 when
> the problem occurs
> we are investigating it further, But before that any help is welcome
>
>
> on the side note, we have another issue with log levels, to investigate the
> above issue we were trying to enable the logs for PMD
> using the following code
>
> rte_set_log_type(RTE_LOGTYPE_PMD, 1);
>
> rte_set_log_level(RTE_LOG_DEBUG);
>
> during initialization we see some logs from PMD, But after that no logs
> during receive and transmission of packets, any idea why is that?
>
> Thanks
> Amit Sharma



-- 
Andriy Berestovskyy

  reply	other threads:[~2016-09-22  8:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19  7:59 Amit Sharma
2016-09-22  8:07 ` Andriy Berestovskyy [this message]
2016-09-26  7:45   ` Amit Sharma

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=CAOysbxrn7VZOn4WTanZKfB4r5RVFAse9MmL5AYsOMv5gGumsmA@mail.gmail.com \
    --to=aber@semihalf.com \
    --cc=amit.sh1094@gmail.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).