Add test cases to verify zero fill and one fill
Signed-off-by: Vidya Sagar Velumuri
Acked-by: Amit Prakash Shukla
diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c
index 88c3d02fd6..0c67aaceb2 100644
--- a/app/test/test_dmadev.c
+++ b/app/test/test_dmadev.c
@@ -872,42 +872,51
Run the sg test in a loop to verify wrap around case.
Total number commands submitted to be more than the number descriptors
allocated to verify the scenario.
Signed-off-by: Vidya Sagar Velumuri
Acked-by: Amit Prakash Shukla
diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c
index
Run the sg test in a loop to verify wrap around case.
Total number commands submitted to be more than the number descriptors
allocated to verify the scenario.
Signed-off-by: Vidya Sagar Velumuri
Acked-by: Amit Prakash Shukla
diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c
index
Add test cases to verify zero fill and one fill
Signed-off-by: Vidya Sagar Velumuri
Acked-by: Amit Prakash Shukla
diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c
index 88c3d02fd6..82f8e82783 100644
--- a/app/test/test_dmadev.c
+++ b/app/test/test_dmadev.c
@@ -872,42 +872,52
verifies the cryptodev recovery by testing a simple
crypto operation.
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index c846b26ed1..bfbdb8b10a 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -71,6 +71,9
Add support for reset of a specific queue pair on cnxk platform.
Signed-off-by: Vidya Sagar Velumuri
diff --git a/drivers/common/cnxk/roc_cpt.c b/drivers/common/cnxk/roc_cpt.c
index aba2a49d19..3855d5e7a5 100644
--- a/drivers/common/cnxk/roc_cpt.c
+++ b/drivers/common/cnxk/roc_cpt.c
@@ -953,6
before
calling this API.
Signed-off-by: Vidya Sagar Velumuri
diff --git a/lib/cryptodev/cryptodev_pmd.h b/lib/cryptodev/cryptodev_pmd.h
index 6c114f7181..311ae63abb 100644
--- a/lib/cryptodev/cryptodev_pmd.h
+++ b/lib/cryptodev/cryptodev_pmd.h
@@ -290,6 +290,22 @@ typedef int
In case of crypto event vector, the vector points to crypto op structure
in priv area and not actual mbuf.
Extract the mbuf pointer and pass these to rte_mbuf_free to free the
mbufs.
Signed-off-by: Vidya Sagar Velumuri
diff --git a/examples/ipsec-secgw/ipsec_worker.c
b/examples/ipsec-secgw
Add test cases to verify zero fill and one fill
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test.h b/app/test/test.h
index 15e23d297f..0ca6519f6e 100644
--- a/app/test/test.h
+++ b/app/test/test.h
@@ -27,6 +27,10 @@
#include
+#ifndef ARRAY_SIZE
+#define ARRAY_SIZE(x) (sizeof
Run the sg test in a loop to verify wrap around case.
Total number commands submitted to be more than the number descriptors
allocated to verify the scenario.
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c
index 143e1bcd68..7462e90831 100644
Add test cases to verify zero fill and one fill
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test.h b/app/test/test.h
index 15e23d297f..0ca6519f6e 100644
--- a/app/test/test.h
+++ b/app/test/test.h
@@ -27,6 +27,10 @@
#include
+#ifndef ARRAY_SIZE
+#define ARRAY_SIZE(x) (sizeof
Run the sg test in a loop to verify wrap around case.
Total number commands submitted to be more than the number descriptors
allocated to verify the scenario.
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c
index 143e1bcd68..7462e90831 100644
Keep the record context for TLS-1.3 in sync with microcode
structure.
Report error if optional padding is enabled for AEAD
case in both TLS-1.2 and DTLS-1.2.
Use the proper offset for calculating the context size in case of TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk
From: Aakash Sasidharan
Add support for out-of-place processing in TLS.
Signed-off-by: Aakash Sasidharan
---
drivers/crypto/cnxk/cn10k_tls_ops.h | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_tls_ops.h
b/drivers/crypto/cnxk/cn10k_tls_o
type.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_se.h | 1 +
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 151 +-
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 17 ++-
drivers/crypto/cnxk/cn10k_tls.c | 65 +++---
drivers/crypto
From: Anoob Joseph
In security session, move PMD metadata to second cacheline. Also
optimize the fields to minimize the memory usage.
Signed-off-by: Anoob Joseph
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 10 ++
drivers/crypto/cnxk
From: Anoob Joseph
Avoid branches in datapath.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
b/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
index a30b8e4
Add session update support for TLS
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.c | 3 +++
drivers/crypto/cnxk/cn10k_tls.c | 17 +
drivers/crypto/cnxk/cn10k_tls.h | 4
3 files changed, 24 insertions(+)
diff --git a
Enable SHA384-HMAC support for TLS & DTLS 1.2.
Enable CHACHA20-POLY1305 support for TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_ie_ot_tls.h | 1 +
drivers/crypto/cnxk/cn10k_tls.c | 56 +--
drivers/crypto/cnxk/cnxk_cryptod
Add support for Scatter-Gather mode for block ciphers in TLS-1.2
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 3 +-
drivers/crypto/cnxk/cn10k_tls.c | 5 +++
drivers/crypto/cnxk/cn10k_tls_ops.h | 48 ++-
3 files changed
to second cacheline
Vidya Sagar Velumuri (5):
crypto/cnxk: multi seg support block ciphers in tls
crypto/cnxk: enable sha384 and chachapoly for tls
crypto/cnxk: add support for session update for TLS
crypto/cnxk: add support for padding verification in TLS
crypto/cnxk: update the context
Keep the record context for TLS-1.3 in sync with microcode
structure.
Report error if optional padding is enabled for AEAD
case in both TLS-1.2 and DTLS-1.2.
Use the proper offset for calculating the context size in case of TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk
From: Aakash Sasidharan
Add support for out-of-place processing in TLS.
Signed-off-by: Aakash Sasidharan
---
drivers/crypto/cnxk/cn10k_tls_ops.h | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_tls_ops.h
b/drivers/crypto/cnxk/cn10k_tls_o
type.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_se.h | 1 +
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 151 +-
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 17 ++-
drivers/crypto/cnxk/cn10k_tls.c | 65 +++---
drivers/crypto
From: Anoob Joseph
In security session, move PMD metadata to second cacheline. Also
optimize the fields to minimize the memory usage.
Signed-off-by: Anoob Joseph
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 10 ++
drivers/crypto/cnxk
From: Anoob Joseph
Avoid branches in datapath.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
b/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
index a30b8e4
Add session update support for TLS
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.c | 3 +++
drivers/crypto/cnxk/cn10k_tls.c | 17 +
drivers/crypto/cnxk/cn10k_tls.h | 4
3 files changed, 24 insertions(+)
diff --git a
Enable SHA384-HMAC support for TLS & DTLS 1.2.
Enable CHACHA20-POLY1305 support for TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_ie_ot_tls.h | 1 +
drivers/crypto/cnxk/cn10k_tls.c | 56 +--
drivers/crypto/cnxk/cnxk_cryptod
Add support for Scatter-Gather mode for block ciphers in TLS-1.2
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 3 +-
drivers/crypto/cnxk/cn10k_tls.c | 5 +++
drivers/crypto/cnxk/cn10k_tls_ops.h | 48 ++-
3 files changed
Fixes and minor improvements for Crypto cnxk PMD.
v3:
Resend
v2:
* Squashed related patches
Aakash Sasidharan (1):
crypto/cnxk: add support for oop processing in TLS
Anoob Joseph (2):
crypto/cnxk: avoid branches in datapath
crypto/cnxk: move metadata to second cacheline
Vidya Sagar
Keep the record context for TLS-1.3 in sync with microcode
structure.
Report error if optional padding is enabled for AEAD
case in both TLS-1.2 and DTLS-1.2.
Use the proper offset for calculating the context size in case of TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk
From: Aakash Sasidharan
Add support for out-of-place processing in TLS.
Signed-off-by: Aakash Sasidharan
---
drivers/crypto/cnxk/cn10k_tls_ops.h | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_tls_ops.h
b/drivers/crypto/cnxk/cn10k_tls_o
type.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_se.h | 1 +
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 151 +-
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 17 ++-
drivers/crypto/cnxk/cn10k_tls.c | 65 +++---
drivers/crypto
In security session, move PMD metadata to second cacheline. Also
optimize the fields to minimize the memory usage.
Signed-off-by: Anoob Joseph
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 10 ++
drivers/crypto/cnxk/cn10k_ipsec.c | 4
From: Anoob Joseph
Avoid branches in datapath.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
b/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
index a30b8e4
Add session update support for TLS
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.c | 3 +++
drivers/crypto/cnxk/cn10k_tls.c | 17 +
drivers/crypto/cnxk/cn10k_tls.h | 4
3 files changed, 24 insertions(+)
diff --git a
Enable SHA384-HMAC support for TLS & DTLS 1.2.
Enable CHACHA20-POLY1305 support for TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_ie_ot_tls.h | 1 +
drivers/crypto/cnxk/cn10k_tls.c | 56 +--
drivers/crypto/cnxk/cnxk_cryptod
Add support for Scatter-Gather mode for block ciphers in TLS-1.2
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 3 +-
drivers/crypto/cnxk/cn10k_tls.c | 5 +++
drivers/crypto/cnxk/cn10k_tls_ops.h | 48 ++-
3 files changed
v2:
* squashed the related patches
Aakash Sasidharan (1):
crypto/cnxk: add support for oop processing in TLS
Anoob Joseph (1):
crypto/cnxk: avoid branches in datapath
Vidya Sagar Velumuri (6):
crypto/cnxk: multi seg support block ciphers in tls
crypto/cnxk: enable sha384 and chachapoly
Microcode is updating the rlen properly for TLS-1.3
Remove the rlen handling for the same in PMD.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_cryptodev_ops.c
b/drivers/crypto
Enable CHACHA20-POLY1305 support for TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_ie_ot_tls.h | 1 +
drivers/crypto/cnxk/cn10k_tls.c | 40 ---
drivers/crypto/cnxk/cnxk_cryptodev.h | 4 +-
.../crypto/cnxk
Keep the record context for TLS-1.3 in sync with microcode
structure.
Report error if optional padding is enabled for AEAD
case in both TLS-1.2 and DTLS-1.2.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_ie_ot_tls.h | 17 -
drivers/crypto/cnxk/cn10k_tls.c
Use the proper offset for calculating the context size in case of TLS-1.3.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_tls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/cnxk/cn10k_tls.c b/drivers/crypto/cnxk/cn10k_tls.c
index
From: Aakash Sasidharan
Add support for out-of-place processing in TLS.
Signed-off-by: Aakash Sasidharan
---
drivers/crypto/cnxk/cn10k_tls_ops.h | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_tls_ops.h
b/drivers/crypto/cnxk/cn10k_tls_o
type.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/common/cnxk/roc_se.h | 1 +
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 146 +-
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 18 +--
drivers/crypto/cnxk/cn10k_tls.c | 65 ++
drivers/crypto
Microcode reports one extra byte in response len specifically for
AES-GCM in TLS-1.3. Handle the extra byte in PMD by decreasing
the length by 1 byte.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 9 ++---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 3
In security session, move PMD metadata to second cacheline. Also
optimize the fields to minimize the memory usage.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 10 ++
drivers/crypto/cnxk/cn10k_ipsec.c | 4 ++--
drivers/crypto/cnxk/cn10k_tls.c
Add session update support for TLS
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.c | 3 +++
drivers/crypto/cnxk/cn10k_tls.c | 17 +
drivers/crypto/cnxk/cn10k_tls.h | 4
3 files changed, 24 insertions(+)
diff --git a
From: Anoob Joseph
Avoid branches in datapath.
Signed-off-by: Anoob Joseph
---
drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
b/drivers/crypto/cnxk/cn10k_ipsec_la_ops.h
index a30b8e4
Enable SHA384-HMAC support for TLS & DTLS 1.2.
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_tls.c | 16 +++---
drivers/crypto/cnxk/cnxk_cryptodev.h | 4 ++--
.../crypto/cnxk/cnxk_cryptodev_capabilities.c | 21 +++
3 f
Add support for Scatter-Gather mode for block ciphers in TLS-1.2
Signed-off-by: Vidya Sagar Velumuri
---
drivers/crypto/cnxk/cn10k_cryptodev_sec.h | 3 +-
drivers/crypto/cnxk/cn10k_tls.c | 5 +++
drivers/crypto/cnxk/cn10k_tls_ops.h | 48 ++-
3 files changed
Add the following features
1. Multi segmented packet for TLS
2. Padding verification for TLS
3. SHA384 & ChaChaPoly for TLS
Aakash Sasidharan (1):
crypto/cnxk: add support for oop processing in TLS
Anoob Joseph (1):
crypto/cnxk: avoid branches in datapath
Vidya Sagar Velumuri (10):
cr
Fix the timeout condition for rx in Rx inject.
Fixes: 69e1a909aa08 (test/crypto: add Rx inject)
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 96a3f36d73..58561ededf 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test
Fix supported IV length for ZUC 256
Add support in capability for 4 byte mac len for zuc 256
Pack the last 8 bytes of IV to 6 bytes by ignoring the 2 msb bits of
each byte.
Fixes: 29742632ac9e ("crypto/cnxk: support ZUC with 256-bit key")
Cc: vvelum...@marvell.com
Signed-off-by: V
Use appropriate ZUC constants based on key length and mac length
Fixes: a90db80d7d72 ("common/cnxk: set key length for PDCP algos")
Cc: vvelum...@marvell.com
Signed-off-by: Vidya Sagar Velumuri
v2:
* Fixed remove gerrit ID warning
diff --git a/drivers/common/cnxk/roc_se.c b/drivers/c
Fix supported IV length for ZUC 256
Add support in capability for 4 byte mac len for zuc 256
Pack the last 8 bytes of IV to 6 bytes by ignoring the 2 msb bits of
each byte.
Fixes: 29742632ac9e ("crypto/cnxk: support ZUC with 256-bit key")
Cc: vvelum...@marvell.com
Signed-off-by: V
Use appropriate ZUC constants based on key length and mac length
Fixes: a90db80d7d72 ("common/cnxk: set key length for PDCP algos")
Cc: vvelum...@marvell.com
Signed-off-by: Vidya Sagar Velumuri
Change-Id: Ie982110035916d2168cc4e79b7f5145c6d6ac021
diff --git a/drivers/common/cnxk/
Fix the test vectors added for zuc 256-bit key
Add known vectors form ZUC 256 RFC.
Fixes: fa5bf9345d4e (test/crypto: add ZUC cases with 256-bit keys)
Signed-off-by: Vidya Sagar Velumuri
v3:
* Fixed spell check
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 814a0b401d
Fix the test vectors added for zuc 256-bit key
Add known vectores form ZUC 256 RFC.
Fixes: fa5bf9345d4e (test/crypto: add ZUC cases with 256-bit keys)
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 814a0b401d..38bbd6274b 100644
(L 2(W 2L kW 1H)), where S = (S 0;S 1;S 0;S 1)
is the 4 parallel S-boxes which are the same as those used in the previous ZUC
...
www.is.cas.cn
Could you please check if these vectors work in your platform.
Regards
Sagar
From: Vidya Sagar Velumuri
Sent: 01 No
Hi Pablo,
Verified with updated test vector. the output did not change from previous
output but also, it did not match the ouput present in the vector.
Regards
Sagar
From: De Lara Guarch, Pablo
Sent: 01 November 2021 03:36
To: Vidya Sagar Velumuri ; Ankur
> 0x3f.
Could you please elaborate how these bytes are considered for generation of
digest.
Regards
Sagar
From: De Lara Guarch, Pablo
Sent: 29 October 2021 18:07
To: Vidya Sagar Velumuri ; Ankur Dwivedi
; Anoob Joseph ; Tejasree Kondoj
; Nithin Kumar Dabilpu
Fix the IV and MAC in the test vectors added for zuc 256-bit key
Fixes: fa5bf9345d4e (test/crypto: add ZUC cases with 256-bit keys)
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 814a0b401d..773db1dbea 100644
--- a/app/test
From: Akhil Goyal
Sent: 15 October 2021 23:34
To: David Marchand ; Vidya Sagar Velumuri
Cc: dev ; Zhang, Roy Fan ; De Lara
Guarch, Pablo
Subject: RE: [EXT] Re: [dpdk-dev] [Bug 828] [dpdk-21.11] zuc unit test is
failing
> Hello,
>
> On Fri, Oct 15, 2021 at 10:02 AM wrote:
>
Hi Pablo,
From: De Lara Guarch, Pablo
Sent: 01 October 2021 17:38
To: Vidya Sagar Velumuri ; Ankur Dwivedi
; Anoob Joseph ; Tejasree Kondoj
; Nithin Kumar Dabilpuram ;
Kiran Kumar Kokkilagadda ; Sunil Kumar Kori
; Satha Koteswara Rao Kottidi ;
Akhil Goyal
Add test cases for zuc 256 bit key.
Add test case for zuc 8 and 16 byte digest with 256 bit key mode
Signed-off-by: Vidya Sagar Velumuri
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 16d770a17f..27dd3355b2 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test
Add support for 256 bit key length for ZUC in crpto_cn10k PMD.
Add support for digest length of 8 and 16 bytes for ZUC with 256 bit
key length.
Signed-off-by: Vidya Sagar Velumuri
diff --git a/doc/guides/rel_notes/release_21_11.rst
b/doc/guides/rel_notes/release_21_11.rst
index 3fa8018695
Set proper bits in the context based on key length for PDCP
Signed-off-by: Vidya Sagar Velumuri
diff --git a/drivers/common/cnxk/roc_se.c b/drivers/common/cnxk/roc_se.c
index 03fbc5f2f7..4edbc8e547 100644
--- a/drivers/common/cnxk/roc_se.c
+++ b/drivers/common/cnxk/roc_se.c
@@ -160,6 +160,13
68 matches
Mail list logo