Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: return on encountering algo as NULL

2020-01-15 Thread Akhil Goyal
> Hi, > > > > if algo is NULL set the status to error and return. This change > > prevent crashing of ipsec-secgw application when a specific > > cipher/auth/aead algo are not supported by application. > > It seems you forgot 'fix' in the header 😊 > examples/ipsec-secgw: fix ... Fixed title. >

Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: return on encountering algo as NULL

2019-12-13 Thread Ananyev, Konstantin
Hi, > if algo is NULL set the status to error and return. This change > prevent crashing of ipsec-secgw application when a specific > cipher/auth/aead algo are not supported by application. It seems you forgot 'fix' in the header 😊 examples/ipsec-secgw: fix ... > > Fixes: 0d547ed03717 ("exa

[dpdk-dev] [PATCH v2] examples/ipsec-secgw: return on encountering algo as NULL

2019-12-13 Thread Savinay Dharmappa
if algo is NULL set the status to error and return. This change prevent crashing of ipsec-secgw application when a specific cipher/auth/aead algo are not supported by application. Fixes: 0d547ed03717 ("examples/ipsec-secgw: support configuration file") Signed-off-by: Savinay Dharmappa Acked-by: