commit | bc1fc64fd2d9093496e5b04c6d94d26bfa629c9c | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Sat Aug 08 16:27:51 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Sep 23 23:04:48 2015 -0700 |
tree | 5d2b5c5d7e8d61cc2ff1c055a5d60e7b9020fd9c | |
parent | 3507a9b8c9d1684b5095c97f587ee46184e590da [diff] |
ixgbe: Fix FCRTH value in VM-to-VM loopback mode The 82599 and X540 datasheets require that FCRTH be "set" for Tx switching (VM-to-VM loopback) but it did not previously specify what the value should be set to. It has now been determined that the correct value is RXPBSIZE - (24*1024). This setting is also required for later devices. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>