Re: [PATCH net-next v4 0/2] net: openvswitch: masks cache enhancements
From: Eelco Chaudron Date: Fri, 31 Jul 2020 14:20:34 +0200 > This patchset adds two enhancements to the Open vSwitch masks cache. > > Signed-off-by: Eelco Chaudron Series applied, thank you.
[PATCH net-next v4 0/2] net: openvswitch: masks cache enhancements
This patchset adds two enhancements to the Open vSwitch masks cache. Signed-off-by: Eelco Chaudron Changes in v4 [patch 2/2 only]: - Remove null check before calling free_percpu() - Make ovs_dp_change() return appropriate error codes Changes in v3 [patch 2/2 only]: - Use is_power_of_2() func