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 itself (i.e. not the flow rule
>> entry) holds a reference of the address(es).
>>
>> Fixes: 4c6005999e41 ("net/sfc: support MAC address edits in transfer
>> flows")
>> Cc: [email protected]
>>
>> Signed-off-by: Ivan Malov <[email protected]>
>> Reviewed-by: Viacheslav Galaktionov
>> <[email protected]>
>> Reviewed-by: Andy Moreton <[email protected]>
>
> Acked-by: Andrew Rybchenko <[email protected]>
>
>
Applied to dpdk-next-net/main, thanks.