Re: [PATCH] net/sfc: fix MAC address entry leak in transfer flow parsing

2023-02-14 Thread Ferruh Yigit
On 2/14/2023 1:41 PM, Andrew Rybchenko wrote: > On 2/14/23 16:06, Ivan Malov wrote: >> When the action parsing helper discovers it can "attach" to >> an existing action set, it must invoke "delete" on the MAC >> address(es) that it has "attached" to during parsing. That >> is because the action set

Re: [PATCH] net/sfc: fix MAC address entry leak in transfer flow parsing

2023-02-14 Thread Andrew Rybchenko
On 2/14/23 16:06, Ivan Malov wrote: When the action parsing helper discovers it can "attach" to an existing action set, it must invoke "delete" on the MAC address(es) that it has "attached" to during parsing. That is because the action set itself (i.e. not the flow rule entry) holds a reference o

[PATCH] net/sfc: fix MAC address entry leak in transfer flow parsing

2023-02-14 Thread Ivan Malov
When the action parsing helper discovers it can "attach" to an existing action set, it must invoke "delete" on the MAC address(es) that it has "attached" to during parsing. That is because the action set itself (i.e. not the flow rule entry) holds a reference of the address(es). Fixes: 4c6005999e4