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

2019-12-12 Thread Ananyev, Konstantin
Hi, > if algo is NULL set the status to error and return. As this is a bug fix please add 'fix' to the commit header: examples/ipsec-secgw: fix ... Also probably worth to add 1-2 line explanation why this is needed into the commit message. Apart from that: Acked-by: Konstantin Ananyev >

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

2019-12-12 Thread Savinay Dharmappa
if algo is NULL set the status to error and return. Signed-off-by: Savinay Dharmappa --- examples/ipsec-secgw/sa.c | 9 + 1 file changed, 9 insertions(+) diff --git a/examples/ipsec-secgw/sa.c b/examples/ipsec-secgw/sa.c index 7f046e3ed..c75a5a15f 100644 --- a/examples/ipsec-secgw/sa.c