[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250228191935.3953712-1-lee@trager.us>
Date: Fri, 28 Feb 2025 11:15:25 -0800
From: Lee Trager <lee@...ger.us>
To: Alexander Duyck <alexanderduyck@...com>,
Jakub Kicinski <kuba@...nel.org>,
kernel-team@...a.com,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Lee Trager <lee@...ger.us>,
Sanman Pradhan <sanman.p211993@...il.com>,
Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>,
Mohsin Bashir <mohsin.bashr@...il.com>,
Su Hui <suhui@...china.com>
Cc: Kalesh AP <kalesh-anakkur.purayil@...adcom.com>,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH net-next 0/3] eth: fbnic: Cleanup macros and string function
We have received some feedback that the macros we use for reading FW mailbox
attributes are too large in scope and confusing to understanding. Additionally
the string function did not provide errors allowing it to silently succeed.
This patch set fixes theses issues.
Lee Trager (3):
eth: fbnic: Prepend TSENE FW fields with FBNIC_FW
eth: fbnic: Update fbnic_tlv_attr_get_string() to work like
nla_strscpy()
eth: fbnic: Replace firmware field macros
drivers/net/ethernet/meta/fbnic/fbnic_fw.c | 109 ++++++++++----------
drivers/net/ethernet/meta/fbnic/fbnic_fw.h | 8 +-
drivers/net/ethernet/meta/fbnic/fbnic_tlv.c | 55 +++++++---
drivers/net/ethernet/meta/fbnic/fbnic_tlv.h | 39 ++-----
4 files changed, 110 insertions(+), 101 deletions(-)
--
2.43.5
Powered by blists - more mailing lists