crypto/octeontx2: remove redundant code

Message ID 20210315103406.31302-1-ktejasree@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series crypto/octeontx2: remove redundant code |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success travis build: passed
ci/github-robot success github build: passed
ci/iol-abi-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance fail Performance Testing issues
ci/iol-mellanox-Functional success Functional Testing PASS
ci/intel-Testing success Testing PASS

Commit Message

Tejasree Kondoj March 15, 2021, 10:34 a.m. UTC
  Removing redundant field in a union.

Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
---
 drivers/crypto/octeontx2/otx2_ipsec_po.h | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Anoob Joseph March 17, 2021, 11:28 a.m. UTC | #1
Acked-by: Anoob Joseph <anoobj@marvell.com>

> 
> Removing redundant field in a union.
> 
> Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
> ---
  
Akhil Goyal March 23, 2021, 7:55 p.m. UTC | #2
> Subject: [PATCH] crypto/octeontx2: remove redundant code
> 
> Removing redundant field in a union.
> 
> Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
> ---
Applied to dpdk-next-crypto

Thanks.
  

Patch

diff --git a/drivers/crypto/octeontx2/otx2_ipsec_po.h b/drivers/crypto/octeontx2/otx2_ipsec_po.h
index 8a672a38ea..eda9f19738 100644
--- a/drivers/crypto/octeontx2/otx2_ipsec_po.h
+++ b/drivers/crypto/octeontx2/otx2_ipsec_po.h
@@ -203,7 +203,6 @@  struct otx2_ipsec_po_out_sa {
 
 	/* w8-w55 */
 	union {
-		uint8_t raw[384];
 		struct {
 			struct otx2_ipsec_po_ip_template template;
 		} aes_gcm;