Re: [PATCH] net/cnxk: fix crash in IPsec telemetry

2022-06-13 Thread Jerin Jacob
On Thu, May 19, 2022 at 5:52 PM David Marchand wrote: > > Calling this telemetry callback with no argument caused a crash. > > Fixes: 41cc645c214f ("net/cnxk: add inline IPsec telemetry for CN9K") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Applied to dpdk-next-net-mrvl/for-next-net

[PATCH] net/cnxk: fix crash in IPsec telemetry

2022-05-19 Thread David Marchand
Calling this telemetry callback with no argument caused a crash. Fixes: 41cc645c214f ("net/cnxk: add inline IPsec telemetry for CN9K") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/cnxk/cnxk_ethdev_sec_telemetry.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver