patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Kevin Traynor <ktraynor@redhat.com>
To: David Marchand <david.marchand@redhat.com>, stable@dpdk.org
Cc: Ali Alnubani <alialnu@nvidia.com>
Subject: Re: [PATCH 21.11] net: fix outer UDP checksum in Intel prepare helper
Date: Wed, 4 Sep 2024 15:30:58 +0100	[thread overview]
Message-ID: <3b0c2676-b856-405c-856d-b152096f9102@redhat.com> (raw)
In-Reply-To: <20240829112150.2317735-1-david.marchand@redhat.com>

On 29/08/2024 12:21, David Marchand wrote:
> [ upstream commit f876dbef080932dbeb1de075d7ca3cbe2ed6d7eb ]
> 
> Setting a pseudo header checksum in the outer UDP checksum is a Intel
> (and some other vendors) requirement.
> Applications (like OVS) requesting outer UDP checksum without doing this
> extra setup have broken outer UDP checksums.
> 
> Move this specific setup from testpmd to the "common" helper
> rte_net_intel_cksum_flags_prepare().
> 
> net/hns3 can then be adjusted.
> 
> Bugzilla ID: 1406
> Fixes: d8e5e69f3a9b ("app/testpmd: add GTP parsing and Tx checksum offload")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> Tested-by: Ali Alnubani <alialnu@nvidia.com>
> ---
>  app/test-pmd/csumonly.c      |  7 ---
>  drivers/net/hns3/hns3_rxtx.c | 93 ++++++++++--------------------------
>  lib/net/rte_net.h            | 18 ++++++-
>  3 files changed, 42 insertions(+), 76 deletions(-)
> 

Thanks David. Applied.

Kevin.


      reply	other threads:[~2024-09-04 14:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-29 11:21 David Marchand
2024-09-04 14:30 ` Kevin Traynor [this message]

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=3b0c2676-b856-405c-856d-b152096f9102@redhat.com \
    --to=ktraynor@redhat.com \
    --cc=alialnu@nvidia.com \
    --cc=david.marchand@redhat.com \
    --cc=stable@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).