Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 03:03:51 GMT
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: af1edd87f678 - stable/13 - cxgbe(4): catch up with the latest cryptocaps.
Message-ID:  <202105160303.14G33psu080417@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by np:

URL: https://cgit.FreeBSD.org/src/commit/?id=af1edd87f67816b109b61f31d1a27fdaafdf7d5c

commit af1edd87f67816b109b61f31d1a27fdaafdf7d5c
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2021-03-15 19:54:34 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2021-05-16 03:02:40 +0000

    cxgbe(4): catch up with the latest cryptocaps.
    
    There are two crypto capabilities that the driver didn't know about.
    
    Sponsored by:   Chelsio Communications
    
    (cherry picked from commit 0b373f26bea17e4b569531b94df30e1af6a0327b)
---
 sys/dev/cxgbe/t4_main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c
index 2d383dc082ff..370c5dcf3ebe 100644
--- a/sys/dev/cxgbe/t4_main.c
+++ b/sys/dev/cxgbe/t4_main.c
@@ -6405,7 +6405,8 @@ static char *caps_decoder[] = {
 	    "\005INITIATOR_SSNOFLD\006TARGET_SSNOFLD"
 	    "\007T10DIF"
 	    "\010INITIATOR_CMDOFLD\011TARGET_CMDOFLD",
-	"\20\001LOOKASIDE\002TLSKEYS",			/* 7: Crypto */
+	"\20\001LOOKASIDE\002TLSKEYS\003IPSEC_INLINE"	/* 7: Crypto */
+	    "\004TLS_HW",
 	"\20\001INITIATOR\002TARGET\003CTRL_OFLD"	/* 8: FCoE */
 		    "\004PO_INITIATOR\005PO_TARGET",
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105160303.14G33psu080417>