On Mon, Aug 03, 2020 at 08:58:49AM +0300, Leon Romanovsky wrote: > From: Michael Guralnik <michaelgur@xxxxxxxxxxxx> > > For RDMA TX flow table, set destination type to be 'port' and prevent > creation of flows with TIR destination. > > As RDMA TX is an egress flow table the rules on this flow table should > not forward traffic back to the NIC and should set the destination to be > the port. > > Without the setting of this destination type flow rules on the RDMA TX > flow tables are not created as FW invokes a syndrome for undefined > destination for the rule. > > Fixes: 24670b1a3166 ("net/mlx5: Add support for RDMA TX steering") > Signed-off-by: Michael Guralnik <michaelgur@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/fs.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Applied to for-next for this merge window, thanks Jason