From: Tonghao Zhang Date: Fri, 13 Dec 2019 14:21:34 +0000 (+0800) Subject: net/mlx5: fix crash when meter action conf is null X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4f19f4140e058c92822f228dcdc55c44bd88b613;hp=4f19f4140e058c92822f228dcdc55c44bd88b613;p=dpdk.git net/mlx5: fix crash when meter action conf is null When offloading the meter, should check the action conf and make sure it is valid. Fixes: f46bf7488705 ("net/mlx5: support meter flow action") Cc: stable@dpdk.org Signed-off-by: Tonghao Zhang Reviewed-by: Suanming Mou ---