From: Ido Schimmel
Date: Sun, 3 Mar 2019 07:35:51 +
> When team is used in loadbalance mode a BPF filter can be used to
> provide a hash which will determine the Tx port.
>
> When the netdev is later unregistered the filter is not freed which
> results in memory leaks [1].
>
> Fix by freein
Sun, Mar 03, 2019 at 08:35:51AM CET, ido...@mellanox.com wrote:
>When team is used in loadbalance mode a BPF filter can be used to
>provide a hash which will determine the Tx port.
>
>When the netdev is later unregistered the filter is not freed which
>results in memory leaks [1].
>
>Fix by freeing
When team is used in loadbalance mode a BPF filter can be used to
provide a hash which will determine the Tx port.
When the netdev is later unregistered the filter is not freed which
results in memory leaks [1].
Fix by freeing the program and the corresponding filter when
unregistering the netdev