From: Jason Gunthorpe <jgg@ziepe.ca>
To: Leon Romanovsky <leon@kernel.org>
Cc: Doug Ledford <dledford@redhat.com>,
Eugene Crosser <evgenii.cherkashin@profitbricks.com>,
RDMA mailing list <linux-rdma@vger.kernel.org>,
Jack Wang <jinpu.wang@profitbricks.com>,
Leon Romanovsky <leonro@mellanox.com>
Subject: Re: [PATCH rdma-next] RDMA/mlx4: Redo TX checksum offload in line with docs
Date: Fri, 3 Jan 2020 16:39:42 -0400 [thread overview]
Message-ID: <20200103203942.GA4218@ziepe.ca> (raw)
In-Reply-To: <20191219134847.413582-1-leon@kernel.org>
On Thu, Dec 19, 2019 at 03:48:47PM +0200, Leon Romanovsky wrote:
> From: Eugene Crosser <evgenii.cherkashin@profitbricks.com>
>
> Ingress checksum offload was not working for IPv6 frames because the
> conditional expression that checks validation status passed from the
> hardware was not matching the algorithm described in the documentation.
>
> This patch defines L4_CSUM flag (which falls inside the badfcs_enc
> field in the existing definition of the CQE layout) and replaces the
> conditional expression with the one defined in the "ConnectX(r)
> Family Programmer's Manual" document.
>
> Signed-off-by: Eugene Crosser <evgenii.cherkashin@profitbricks.com>
> Reviewed-by: Jack Wang <jinpu.wang@profitbricks.com>
> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
> ---
> drivers/infiniband/hw/mlx4/cq.c | 18 +++++++-----------
> include/linux/mlx4/cq.h | 5 +++++
> 2 files changed, 12 insertions(+), 11 deletions(-)
Applied to for-next, thanks
Jason
prev parent reply other threads:[~2020-01-03 20:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-19 13:48 [PATCH rdma-next] RDMA/mlx4: Redo TX checksum offload in line with docs Leon Romanovsky
2020-01-03 20:39 ` Jason Gunthorpe [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=20200103203942.GA4218@ziepe.ca \
--to=jgg@ziepe.ca \
--cc=dledford@redhat.com \
--cc=evgenii.cherkashin@profitbricks.com \
--cc=jinpu.wang@profitbricks.com \
--cc=leon@kernel.org \
--cc=leonro@mellanox.com \
--cc=linux-rdma@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.