Re: [dpdk-dev] [PATCH] net/bnxt: fix initialization of filter struct

2021-04-29 Thread Lance Richardson
On Thu, Apr 29, 2021 at 9:43 AM Lance Richardson wrote: > > On Wed, Apr 28, 2021 at 6:04 PM Lance Richardson > wrote: > > > > Initialize filter structure to all zeroes on allocation. > > > > Fixes: 5ef3b79fdfe6 ("net/bnxt: support flow filter ops") > > Cc: sta...@dpdk.org > > Signed-off-by: Lance

Re: [dpdk-dev] [PATCH] net/bnxt: fix initialization of filter struct

2021-04-29 Thread Lance Richardson
On Wed, Apr 28, 2021 at 6:04 PM Lance Richardson wrote: > > Initialize filter structure to all zeroes on allocation. > > Fixes: 5ef3b79fdfe6 ("net/bnxt: support flow filter ops") > Cc: sta...@dpdk.org > Signed-off-by: Lance Richardson > Reviewed-by: Ajit Kumar Khaparde > --- > drivers/net/bnxt/

[dpdk-dev] [PATCH] net/bnxt: fix initialization of filter struct

2021-04-28 Thread Lance Richardson
Initialize filter structure to all zeroes on allocation. Fixes: 5ef3b79fdfe6 ("net/bnxt: support flow filter ops") Cc: sta...@dpdk.org Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/bnxt_filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/