DPDK usage discussions
 help / color / mirror / Atom feed
From: Dmitry B <dimsol@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] TX checksum offload for IP fragmented traffic with ENA driver
Date: Wed, 1 Aug 2018 11:20:09 +0300	[thread overview]
Message-ID: <CA+SXr745dU7gj3hBXsRPHGg-v9KD49wKHfNqb2swwzTxfFUiVQ@mail.gmail.com> (raw)

Hi,

I've noticed that TX checksumming offload for IP fragments is not working
in ES2 instance C5 with latest DPDK 17.11 (ENA driver). For not fragmented
IP traffic the offload works well.

The same code is working on ES2 instance M4 with DPDK 16.08 (AFAIR ixgbe_vf
driver).

The code does the following:
    - sets mbuf **ol_flags** to PKT_TX_IPV4 | PKT_TX_IP_CKSUM

  - sets mbuf *l2_len* to ethernet header len

  - sets mbuf *l3_len* to IP header len


Any ideas?

Thanks
Dima

-- 
-----

                 reply	other threads:[~2018-08-01  8:20 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=CA+SXr745dU7gj3hBXsRPHGg-v9KD49wKHfNqb2swwzTxfFUiVQ@mail.gmail.com \
    --to=dimsol@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).