commit | 60f4b645492592501868c4b7a361f3f972b73196 | [log] [tgz] |
---|---|---|
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | Sun Jan 28 03:53:37 2018 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Feb 26 09:09:15 2018 -0800 |
tree | d928c1ba62d84892eb0dd6575d1689e7d14ca104 | |
parent | 8f611fb046126eeee4a768a6ad50956f2aea9194 [diff] |
ixgbe: Avoid to write the RETA table when unnecessary If indir == 0 in the ixgbe_set_rxfh(), it is unnecessary to write the HW. Because redirection table is not changed. Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>