[dpdk-dev] [PATCH] crypto/octeontx2: remove redundant code
Tejasree Kondoj
ktejasree at marvell.com
Mon Mar 15 11:34:06 CET 2021
Removing redundant field in a union.
Signed-off-by: Tejasree Kondoj <ktejasree at marvell.com>
---
drivers/crypto/octeontx2/otx2_ipsec_po.h | 1 -
1 file changed, 1 deletion(-)
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;
--
2.27.0
More information about the dev
mailing list