RE: [PATCH] net/mlx5/hws: set ft_type on root matcher creation

2022-10-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Wednesday, October 26, 2022 5:10 AM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org; Raslan Darawsheh ; Alex Vesker > > Subject: [PATCH] net/mlx5/hws: set ft_type on root matcher creation > >

[PATCH] net/mlx5/hws: set ft_type on root matcher creation

2022-10-25 Thread Suanming Mou
The ft_type should be provided to mlx5dv_create_flow_matcher if the matcher attributes exist, not only for FDB but for NIC as well. If the ft_type is not provided, matcher/rule creation might fail. Fixes: ac7931dd1908 ("net/mlx5/hws: add HWS matcher object") Signed-off-by: Alex Vesker Signed-off