Re: [dpdk-dev] [PATCH] net/mlx5: fix suffix flow creation in metadata split

2019-11-13 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Wednesday, November 13, 2019 10:28 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam > Subject: [PATCH] net/mlx5: fix suffix flow creation in metadata split > > The variable cleanup was erroneously done b

Re: [dpdk-dev] [PATCH] net/mlx5: fix suffix flow creation in metadata split

2019-11-13 Thread Matan Azrad
From: Viacheslav Ovsiienko > The variable cleanup was erroneously done before pointer usage. > The cleanup is moved to appropriate place, comment is clarified. > > Fixes: 8d72fa668964 ("net/mlx5: share tag between meter and metadata") > > Reported-by: Eli Britstein > Signed-off-by: Viacheslav

[dpdk-dev] [PATCH] net/mlx5: fix suffix flow creation in metadata split

2019-11-13 Thread Viacheslav Ovsiienko
The variable cleanup was erroneously done before pointer usage. The cleanup is moved to appropriate place, comment is clarified. Fixes: 8d72fa668964 ("net/mlx5: share tag between meter and metadata") Reported-by: Eli Britstein Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_flow.