RE: [EXT] [PATCH] ipsec: remove unneccessary null check

2023-01-31 Thread Akhil Goyal
> Subject: [EXT] [PATCH] ipsec: remove unneccessary null check Changed subject to crypto/ipsec_mb: remove unnecessary null check Fixed couple of spellings in description and title. Applied to dpdk-next-crypto Thanks. > > The function rte_ring_free() accepts NULL as vaild input &g

RE: [PATCH] ipsec: remove unneccessary null check

2023-01-16 Thread Ji, Kai
Acked-by: Kai Ji > -Original Message- > From: Stephen Hemminger > Sent: Friday, January 13, 2023 6:44 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Ji, Kai > ; De Lara Guarch, Pablo ; > Power, Ciara > Subject: [PATCH] ipsec: remove unneccessary null

Re: [PATCH] ipsec: remove unneccessary null check

2023-01-16 Thread Zhang, Fan
On 1/13/2023 6:44 PM, Stephen Hemminger wrote: The function rte_ring_free() accepts NULL as vaild input like free() and other functions. Found with null_free_check.cocci. Fixes: 16d6ebb65d59 ("crypto/ipsec_mb: fix null checks") Cc: kai...@intel.com Signed-off-by: Stephen Hemminger --- driver

Re: [PATCH] ipsec: remove unneccessary null check

2023-01-13 Thread Tyler Retzlaff
On Fri, Jan 13, 2023 at 10:44:25AM -0800, Stephen Hemminger wrote: > The function rte_ring_free() accepts NULL as vaild input > like free() and other functions. > > Found with null_free_check.cocci. > > Fixes: 16d6ebb65d59 ("crypto/ipsec_mb: fix null checks") > Cc: kai...@intel.com > Signed-off-b

[PATCH] ipsec: remove unneccessary null check

2023-01-13 Thread Stephen Hemminger
The function rte_ring_free() accepts NULL as vaild input like free() and other functions. Found with null_free_check.cocci. Fixes: 16d6ebb65d59 ("crypto/ipsec_mb: fix null checks") Cc: kai...@intel.com Signed-off-by: Stephen Hemminger --- drivers/crypto/ipsec_mb/ipsec_mb_ops.c | 5 + 1 file