netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shay Drory <shayd@nvidia.com>
To: "David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Cc: jiri@nvidia.com, saeedm@nvidia.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, Shay Drory <shayd@nvidia.com>,
	Moshe Shemesh <moshe@nvidia.com>
Subject: [PATCH net-next v4 1/7] net/mlx5: Introduce log_max_current_uc_list_wr_supported bit
Date: Thu,  9 Dec 2021 12:09:23 +0200	[thread overview]
Message-ID: <20211209100929.28115-2-shayd@nvidia.com> (raw)
In-Reply-To: <20211209100929.28115-1-shayd@nvidia.com>

Downstream patch will use this bit in order to know whether the device
supports changing of max_uc_list.

Signed-off-by: Shay Drory <shayd@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
---
 include/linux/mlx5/mlx5_ifc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index fbaab440a484..e9db12aae8f9 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -1621,7 +1621,7 @@ struct mlx5_ifc_cmd_hca_cap_bits {
 
 	u8         ext_stride_num_range[0x1];
 	u8         roce_rw_supported[0x1];
-	u8         reserved_at_3a2[0x1];
+	u8         log_max_current_uc_list_wr_supported[0x1];
 	u8         log_max_stride_sz_rq[0x5];
 	u8         reserved_at_3a8[0x3];
 	u8         log_min_stride_sz_rq[0x5];
-- 
2.21.3


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

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 10:09 [PATCH net-next v4 0/7] net/mlx5: Memory optimizations Shay Drory
2021-12-09 10:09 ` Shay Drory [this message]
2021-12-09 10:09 ` [PATCH net-next v4 2/7] devlink: Add new "io_eq_size" generic device param Shay Drory
2021-12-09 11:16   ` Jiri Pirko
2021-12-09 10:09 ` [PATCH net-next v4 3/7] net/mlx5: Let user configure io_eq_size param Shay Drory
2021-12-09 10:09 ` [PATCH net-next v4 4/7] devlink: Add new "event_eq_size" generic device param Shay Drory
2021-12-09 11:16   ` Jiri Pirko
2021-12-09 10:09 ` [PATCH net-next v4 5/7] net/mlx5: Let user configure event_eq_size param Shay Drory
2021-12-09 10:09 ` [PATCH net-next v4 6/7] devlink: Clarifies max_macs generic devlink param Shay Drory
2021-12-09 10:09 ` [PATCH net-next v4 7/7] net/mlx5: Let user configure max_macs generic param Shay Drory

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=20211209100929.28115-2-shayd@nvidia.com \
    --to=shayd@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=jiri@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=moshe@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@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).