DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] crypto/octeontx2: remove redundant code
@ 2021-03-15 10:34 Tejasree Kondoj
  2021-03-17 11:28 ` Anoob Joseph
  2021-03-23 19:55 ` Akhil Goyal
  0 siblings, 2 replies; 3+ messages in thread
From: Tejasree Kondoj @ 2021-03-15 10:34 UTC (permalink / raw)
  To: Akhil Goyal, Radu Nicolau
  Cc: Tejasree Kondoj, Anoob Joseph, Ankur Dwivedi, Jerin Jacob, dev

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(-)

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] crypto/octeontx2: remove redundant code
  2021-03-15 10:34 [dpdk-dev] [PATCH] crypto/octeontx2: remove redundant code Tejasree Kondoj
@ 2021-03-17 11:28 ` Anoob Joseph
  2021-03-23 19:55 ` Akhil Goyal
  1 sibling, 0 replies; 3+ messages in thread
From: Anoob Joseph @ 2021-03-17 11:28 UTC (permalink / raw)
  To: Tejasree Kondoj, Akhil Goyal, Radu Nicolau
  Cc: Ankur Dwivedi, Jerin Jacob Kollanukkaran, dev

Acked-by: Anoob Joseph <anoobj@marvell.com>

> 
> Removing redundant field in a union.
> 
> Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
> ---


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] crypto/octeontx2: remove redundant code
  2021-03-15 10:34 [dpdk-dev] [PATCH] crypto/octeontx2: remove redundant code Tejasree Kondoj
  2021-03-17 11:28 ` Anoob Joseph
@ 2021-03-23 19:55 ` Akhil Goyal
  1 sibling, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2021-03-23 19:55 UTC (permalink / raw)
  To: Tejasree Kondoj, Radu Nicolau
  Cc: Anoob Joseph, Ankur Dwivedi, Jerin Jacob Kollanukkaran, dev

> 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-23 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 10:34 [dpdk-dev] [PATCH] crypto/octeontx2: remove redundant code Tejasree Kondoj
2021-03-17 11:28 ` Anoob Joseph
2021-03-23 19:55 ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).