RE: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header

2023-05-24 Thread Akhil Goyal
> > Subject: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header > > > > During port init, src address stored in ethaddr_tbl is typecast > > which violates the stric-aliasing rule and not reflecting > > the updated source address in processed packets

RE: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header > > During port init, src address stored in ethaddr_tbl is typecast > which violates the stric-aliasing rule and not reflecting > the updated source address in processed packets too. > > Fixes:

RE: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header

2023-05-15 Thread Rahul Bhansali
Ping. > -Original Message- > From: Rahul Bhansali > Sent: Thursday, March 30, 2023 3:39 PM > To: dev@dpdk.org; Radu Nicolau ; Akhil Goyal > > Cc: Rahul Bhansali > Subject: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header > > During port

[PATCH] examples/ipsec-secgw: fix zero address in ethernet header

2023-03-30 Thread Rahul Bhansali
During port init, src address stored in ethaddr_tbl is typecast which violates the stric-aliasing rule and not reflecting the updated source address in processed packets too. Fixes: 6eb3ba0399 ("examples/ipsec-secgw: support poll mode NEON LPM lookup") Signed-off-by: Rahul Bhansali --- examples