Re: [dpdk-dev] [PATCH] net/sfc: fix double free on encap. transfer flow rule path

2020-11-17 Thread Ferruh Yigit
On 11/17/2020 7:39 AM, Andrew Rybchenko wrote: On 11/16/20 10:23 PM, Ivan Malov wrote: Don't free the outer match spec by its pointer in the parsing context if it has already been tracked by an entry in the outer rule registry. Fixes: dadff137931c ("net/sfc: support encap flow items in transfer

Re: [dpdk-dev] [PATCH] net/sfc: fix double free on encap. transfer flow rule path

2020-11-16 Thread Andrew Rybchenko
On 11/16/20 10:23 PM, Ivan Malov wrote: > Don't free the outer match spec by its pointer in the parsing context > if it has already been tracked by an entry in the outer rule registry. > > Fixes: dadff137931c ("net/sfc: support encap flow items in transfer rules") > > Signed-off-by: Ivan Malov

[dpdk-dev] [PATCH] net/sfc: fix double free on encap. transfer flow rule path

2020-11-16 Thread Ivan Malov
Don't free the outer match spec by its pointer in the parsing context if it has already been tracked by an entry in the outer rule registry. Fixes: dadff137931c ("net/sfc: support encap flow items in transfer rules") Signed-off-by: Ivan Malov --- drivers/net/sfc/sfc_mae.c | 6 +- 1 file cha