DPDK patches and discussions
 help / color / mirror / Atom feed
From: Tal Shnaiderman <talshn@nvidia.com>
To: <dev@dpdk.org>
Cc: <thomas@monjalon.net>, <matan@nvidia.com>, <rasland@nvidia.com>,
	<asafp@nvidia.com>, <viacheslavo@nvidia.com>, <eilong@nvidia.com>,
	<kcollins@nvidia.com>, <idanhac@nvidia.com>
Subject: [dpdk-dev] [PATCH 11/12] common/mlx5: read FCS scattering capability from DevX
Date: Wed, 6 Oct 2021 15:09:44 +0300	[thread overview]
Message-ID: <20211006120945.6612-12-talshn@nvidia.com> (raw)
In-Reply-To: <20211006120945.6612-1-talshn@nvidia.com>

mlx5 in Windows needs the hca capability scatter_fcs
to query the NIC support for the CRC keeping offload.

Added the capability as part of the capabilities
queried by the PMD using DevX.

Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
---
 drivers/common/mlx5/mlx5_devx_cmds.c | 2 ++
 drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
 2 files changed, 3 insertions(+)

diff --git a/drivers/common/mlx5/mlx5_devx_cmds.c b/drivers/common/mlx5/mlx5_devx_cmds.c
index deee4954f4..33c064a418 100644
--- a/drivers/common/mlx5/mlx5_devx_cmds.c
+++ b/drivers/common/mlx5/mlx5_devx_cmds.c
@@ -991,6 +991,8 @@ mlx5_devx_cmd_query_hca_attr(void *ctx,
 				 lro_cap);
 	attr->max_lso_cap = MLX5_GET(per_protocol_networking_offload_caps,
 				 hcattr, max_lso_cap);
+	attr->scatter_fcs = MLX5_GET(per_protocol_networking_offload_caps,
+				 hcattr, scatter_fcs);
 	attr->tunnel_lro_gre = MLX5_GET(per_protocol_networking_offload_caps,
 					hcattr, tunnel_lro_gre);
 	attr->tunnel_lro_vxlan = MLX5_GET(per_protocol_networking_offload_caps,
diff --git a/drivers/common/mlx5/mlx5_devx_cmds.h b/drivers/common/mlx5/mlx5_devx_cmds.h
index f4aa851cd0..6b9f191a69 100644
--- a/drivers/common/mlx5/mlx5_devx_cmds.h
+++ b/drivers/common/mlx5/mlx5_devx_cmds.h
@@ -115,6 +115,7 @@ struct mlx5_hca_attr {
 	uint32_t geneve_max_opt_len:1; /* 0x0: 14DW, 0x1: 63DW */
 	uint32_t tunnel_stateless_gtp:1;
 	uint32_t max_lso_cap;
+	uint32_t scatter_fcs:1;
 	uint32_t lro_cap:1;
 	uint32_t tunnel_lro_gre:1;
 	uint32_t tunnel_lro_vxlan:1;
-- 
2.16.1.windows.4


  parent reply	other threads:[~2021-10-06 12:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 12:09 [dpdk-dev] [PATCH 00/12] Expand NIC offloads support on Windows Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 01/12] net/mlx5: fix software parsing support query Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 02/12] common/mlx5: read software parsing capabilities from DevX Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 03/12] net/mlx5: query software parsing support on Windows Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 04/12] net/mlx5: fix tunneling support query Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 05/12] common/mlx5: read tunneling capabilities from DevX Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 06/12] net/mlx5: query tunneling support on Windows Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 07/12] common/mlx5: read TSO capability from DevX Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 08/12] net/mlx5: support TSO offload on Windows Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 09/12] common/mlx5: read VLAN capability from DevX Tal Shnaiderman
2021-10-06 12:09 ` [dpdk-dev] [PATCH 10/12] net/mlx5: support VLAN stripping offload on Windows Tal Shnaiderman
2021-10-06 12:09 ` Tal Shnaiderman [this message]
2021-10-06 12:09 ` [dpdk-dev] [PATCH 12/12] net/mlx5: support keep-CRC " Tal Shnaiderman
2021-10-06 19:18 ` [dpdk-dev] [PATCH 00/12] Expand NIC offloads support " Idan Hackmon

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=20211006120945.6612-12-talshn@nvidia.com \
    --to=talshn@nvidia.com \
    --cc=asafp@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=eilong@nvidia.com \
    --cc=idanhac@nvidia.com \
    --cc=kcollins@nvidia.com \
    --cc=matan@nvidia.com \
    --cc=rasland@nvidia.com \
    --cc=thomas@monjalon.net \
    --cc=viacheslavo@nvidia.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).