1. 24 2月, 2015 1 次提交
    • M
      i40e/i40evf: Refactor the receive routines · a132af24
      Mitch Williams 提交于
      Split the receive hot path code into two, one for packet split and one
      for single buffer. This improves receive performance since we only need
      to check if the ring is in packet split mode once per NAPI poll time,
      not several times per packet. The single buffer code is further improved
      by the removal of a bunch of code and several variables that are not
      needed. On a receive-oriented test this can improve single-threaded
      throughput.
      
      Also refactor the packet split receive path to use a fixed buffer for
      headers, like ixgbe does. This vastly reduces the number of DMA mappings
      and unmappings we need to do, allowing for much better performance in
      the presence of an IOMMU.
      
      Lastly, correct packet split descriptor types now that we are actually
      using them.
      
      Change-ID: I3a194a93af3d2c31e77ff17644ac7376da6f3e4b
      Signed-off-by: NMitch Williams <mitch.a.williams@intel.com>
      Tested-by: NJim Young <james.m.young@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      a132af24
  2. 09 2月, 2015 3 次提交
  3. 16 1月, 2015 8 次提交
  4. 14 1月, 2015 3 次提交
  5. 17 12月, 2014 1 次提交
  6. 06 12月, 2014 5 次提交
  7. 03 12月, 2014 2 次提交
  8. 23 11月, 2014 1 次提交
  9. 21 11月, 2014 2 次提交
  10. 18 11月, 2014 7 次提交
  11. 17 11月, 2014 1 次提交
  12. 11 11月, 2014 1 次提交
  13. 03 11月, 2014 5 次提交