git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a3bd1
)
crypto/octeontx2: remove useless union member
author
Tejasree Kondoj
<ktejasree@marvell.com>
Mon, 15 Mar 2021 10:34:06 +0000
(16:04 +0530)
committer
Akhil Goyal
<gakhil@marvell.com>
Fri, 16 Apr 2021 10:43:33 +0000
(12:43 +0200)
Removing redundant field in a union.
Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
drivers/crypto/octeontx2/otx2_ipsec_po.h
patch
|
blob
|
history
diff --git
a/drivers/crypto/octeontx2/otx2_ipsec_po.h
b/drivers/crypto/octeontx2/otx2_ipsec_po.h
index
8a672a3
..
eda9f19
100644
(file)
--- 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;