Re: [PATCH] examples/ipsec-secgw: fix uninitialized offload variable

2023-03-12 Thread Thomas Monjalon
03/03/2023 09:20, Nithin Dabilpuram: > Fix uninitialized hw_reassembly offload variable. > > Fixes: d8d51d4f9bf5 ("examples/ipsec-secgw: support per SA HW reassembly") > Cc: rbhans...@marvell.com > > Signed-off-by: Nithin Dabilpuram Applied, thanks.

[PATCH] examples/ipsec-secgw: fix uninitialized offload variable

2023-03-03 Thread Nithin Dabilpuram
Fix uninitialized hw_reassembly offload variable. Fixes: d8d51d4f9bf5 ("examples/ipsec-secgw: support per SA HW reassembly") Cc: rbhans...@marvell.com Signed-off-by: Nithin Dabilpuram --- examples/ipsec-secgw/sa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ipsec-secgw/sa.c b/e