commit | 5d826d209164b0752c883607be4cdbbcf7cab494 | [log] [tgz] |
---|---|---|
author | Radoslaw Tyl <radoslawx.tyl@intel.com> | Mon Sep 24 09:24:20 2018 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Oct 03 12:36:20 2018 -0700 |
tree | aafd627cbb776200d726aee2b9c0120abf9c8b7b | |
parent | 92fb7aaff8dd18636cb999a5878508124cc76ac5 [diff] |
ixgbe: Fix crash with VFs and flow director on interface flap This patch fix crash when we have restore flow director filters after reset adapter. In ixgbe_fdir_filter_restore() filter->action is outside of the rx_ring array, as it has a VF identifier in the upper 32 bits. Signed-off-by: Radoslaw Tyl <radoslawx.tyl@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>