DPDK patches and discussions
 help / color / mirror / Atom feed
From: chetan bhasin <chetan.bhasin017@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Regarding ENIC driver dpdk 17.11.4 vs dpdk 19.05
Date: Wed, 11 Mar 2020 17:06:07 +0530	[thread overview]
Message-ID: <CACZZ+Y6MHUJ2R2BB_PGy1NajhPSM4S2nZ4Eeo0Hy5-oXHdW-Jg@mail.gmail.com> (raw)

Hi,

We are using VPP , which internally using dpdk.

*With vpp 18.01(dpdk 17.11.4)* : Whenever we set MTU of interface as 1500 ,
we can get 1500 size of untagged and tagged packet.

*With vpp 19.0.5* (dpdk 19.05) : Whenever we set mtu as 1500 , we have seen
issue with vlan packets, those are not even enter dpdk-input node of vpp.

As per code

difference which is leading to the above issue

   1.

   Dpdk 17.11.4 (device_info->max_rx_pktlen = enic->max_mtu + ETHER_HDR_LEN
   + 4)
   2.

   Dpdk 19.05  (enic->max_mtu + ETHER_HDR_LEN;) --------> *+ 4 is not there*


So why we have changed this logic in later dpdk version?

Thanks,
Chetan

                 reply	other threads:[~2020-03-11 11:36 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=CACZZ+Y6MHUJ2R2BB_PGy1NajhPSM4S2nZ4Eeo0Hy5-oXHdW-Jg@mail.gmail.com \
    --to=chetan.bhasin017@gmail.com \
    --cc=dev@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).