DPDK patches and discussions
 help / color / mirror / Atom feed
From: kumaraparameshwaran rathinavel <kumaraparamesh92@gmail.com>
To: dev@dpdk.org, maxime.coquelin@redhat.com, yinan.wang@intel.com
Subject: [dpdk-dev] VIRTIO DPDK
Date: Fri, 1 May 2020 03:07:07 +0530	[thread overview]
Message-ID: <CANxNyas0HuS6Y_q8Q=xnGH9eg0GKcjJ=oycAZmdbvpaPH3US4Q@mail.gmail.com> (raw)

Hi All,

We are using 16.04 version of DPDK and I am using the virtio driver in the
guest VM which uses virtio_recv_mergeable_pkts in the rx_code path and I am
thinking that there can be an infinite loop. Please let me know if this
could happen and was there any bugs reported related to this and I see the
log "*vring descriptor with no mbuf cookie at*" continuously which is
invoked inside the function  *virtqueue_dequeue_burst_rx.  *Any pointers
would be appreciated.


My code looks like this,

1118     while (i < nb_used) {
1119         struct virtio_net_hdr_mrg_rxbuf *header;
1120
1121         if (nb_rx == nb_pkts)
1122             break;
1123
1124         num = virtqueue_dequeue_burst_rx(rxvq, rcv_pkts, len, 1);
1125         if (num != 1)
1126             continue;
1127
1128         i++;
1129

Thanks,
Param.

                 reply	other threads:[~2020-04-30 21:37 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='CANxNyas0HuS6Y_q8Q=xnGH9eg0GKcjJ=oycAZmdbvpaPH3US4Q@mail.gmail.com' \
    --to=kumaraparamesh92@gmail.com \
    --cc=dev@dpdk.org \
    --cc=maxime.coquelin@redhat.com \
    --cc=yinan.wang@intel.com \
    /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).