aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorPatryk Małek <[email protected]>2017-12-27 07:32:31 -0500
committerJeff Kirsher <[email protected]>2018-01-26 13:23:00 -0800
commitca6e1d0abe863ac24c437ea407be84acd8aa373b (patch)
treeabdd72b77e7b17ce810dd5fdd304575a7d404ef9 /net/unix/af_unix.c
parentf34e308b671cbd9293da3bad82efe177822fe93f (diff)
i40e: Fix for adding multiple ethtool filters on the same location
This patch reorders i40e_add_del_fdir and i40e_update_ethtool_fdir_entry calls so that we first remove an already existing filter (inside i40e_update_ethtool_fdir_entry using i40e_add_del_fdir) and then we add a new one with i40e_add_del_fdir. After applying this patch, creating multiple identical filters (with the same location) one after another doesn't revert their behavior but behaves correctly. Signed-off-by: Patryk Małek <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions