Re: [PATCH] remove unnecessary null check before free/rte_free

2023-11-06 Thread Thomas Monjalon
25/10/2023 00:58, Stephen Hemminger: > This is the latest round of places that are checking for NULL > pointer before calling free or rte_free. It is result of applying > the nullfree.cocci script. > > Signed-off-by: Stephen Hemminger Applied and re-run with more fixes in new ml/cnxk code, thank

[PATCH] remove unnecessary null check before free/rte_free

2023-10-24 Thread Stephen Hemminger
This is the latest round of places that are checking for NULL pointer before calling free or rte_free. It is result of applying the nullfree.cocci script. Signed-off-by: Stephen Hemminger --- app/test/test_cryptodev_asym.c | 3 +-- app/test/test_reassembly_perf.c | 3 +-- drivers/net/bnxt/bnx