[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231024081211.677502-1-ivecera@redhat.com>
Date: Tue, 24 Oct 2023 10:12:08 +0200
From: Ivan Vecera <ivecera@...hat.com>
To: netdev@...r.kernel.org
Cc: Jesse Brandeburg <jesse.brandeburg@...el.com>,
Tony Nguyen <anthony.l.nguyen@...el.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
intel-wired-lan@...ts.osuosl.org, linux-kernel@...r.kernel.org,
Jacob Keller <jacob.e.keller@...el.com>, mschmidt@...hat.com,
dacampbe@...hat.com, poros@...hat.com
Subject: [PATCH iwl-next v2 0/3] i40e: Add and use version check helpers
The series moves an existing check for AQ API version to header file,
adds another ones for firmware version check and use them to refactor
existing open-coded version checks.
Series content:
Patch 1: Moves i40e_is_aq_api_ver_ge() helper to header file
Patch 2: Adds another helpers to check running FW version
Patch 3: Re-factors existing open-coded checks to use the new helpers
Changes:
v2 - Fixed indentation
Ivan Vecera (3):
i40e: Move i40e_is_aq_api_ver_ge helper
i40e: Add other helpers to check version of running firmware and AQ API
i40e: Use helpers to check running FW and AQ API versions
drivers/net/ethernet/intel/i40e/i40e_adminq.c | 56 ++++++---------
drivers/net/ethernet/intel/i40e/i40e_common.c | 48 +++++--------
drivers/net/ethernet/intel/i40e/i40e_dcb.c | 7 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 6 +-
drivers/net/ethernet/intel/i40e/i40e_type.h | 68 +++++++++++++++++++
5 files changed, 108 insertions(+), 77 deletions(-)
--
2.41.0
Powered by blists - more mailing lists