lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210323145132.2291316-3-elder@linaro.org>
Date:   Tue, 23 Mar 2021 09:51:28 -0500
From:   Alex Elder <elder@...aro.org>
To:     davem@...emloft.net, kuba@...nel.org
Cc:     bjorn.andersson@...aro.org, evgreen@...omium.org,
        cpratapa@...eaurora.org, subashab@...eaurora.org, elder@...nel.org,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH net-next 2/6] net: ipa: update version definitions

Add IPA version definitions for all IPA v3.x and v4.x.  Fix the GSI
version associated with IPA version 4.1.

Signed-off-by: Alex Elder <elder@...aro.org>
---
 drivers/net/ipa/ipa_version.h | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ipa/ipa_version.h b/drivers/net/ipa/ipa_version.h
index 2944e2a890231..ec87b0824c307 100644
--- a/drivers/net/ipa/ipa_version.h
+++ b/drivers/net/ipa/ipa_version.h
@@ -14,11 +14,17 @@
  * it where it's needed.
  */
 enum ipa_version {
-	IPA_VERSION_3_5_1,	/* GSI version 1.3.0 */
+	IPA_VERSION_3_0,	/* GSI version 1.0 */
+	IPA_VERSION_3_1,	/* GSI version 1.1 */
+	IPA_VERSION_3_5,	/* GSI version 1.2 */
+	IPA_VERSION_3_5_1,	/* GSI version 1.3 */
 	IPA_VERSION_4_0,	/* GSI version 2.0 */
-	IPA_VERSION_4_1,	/* GSI version 2.1 */
+	IPA_VERSION_4_1,	/* GSI version 2.0 */
 	IPA_VERSION_4_2,	/* GSI version 2.2 */
 	IPA_VERSION_4_5,	/* GSI version 2.5 */
+	IPA_VERSION_4_7,	/* GSI version 2.7 */
+	IPA_VERSION_4_9,	/* GSI version 2.9 */
+	IPA_VERSION_4_11,	/* GSI version 2.11 (2.1.1) */
 };
 
 #endif /* _IPA_VERSION_H_ */
-- 
2.27.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ