1. 25 7月, 2013 5 次提交
  2. 17 7月, 2013 1 次提交
  3. 29 6月, 2013 1 次提交
  4. 20 6月, 2013 1 次提交
  5. 13 6月, 2013 1 次提交
  6. 01 6月, 2013 1 次提交
  7. 31 5月, 2013 2 次提交
  8. 28 5月, 2013 3 次提交
  9. 24 5月, 2013 2 次提交
  10. 15 5月, 2013 1 次提交
  11. 09 5月, 2013 4 次提交
  12. 03 5月, 2013 7 次提交
  13. 30 4月, 2013 4 次提交
  14. 27 4月, 2013 3 次提交
  15. 25 4月, 2013 3 次提交
  16. 23 4月, 2013 1 次提交
    • C
      be2net: enable IOMMU pass through for be2net · 2bd92cd2
      Craig Hada 提交于
      This patch sets the coherent DMA mask to 64-bit after the be2net driver has
      been acknowledged that the system is 64-bit DMA capable. The coherent DMA
      mask is examined by the Intel IOMMU driver to determine whether to allow
      pass through context mapping for all devices. With this patch, the be2net
      driver combined with be2net compatible hardware provides comparable
      performance to the case where vt-d is disabled. The main use-case for this
      change is to decrease the time necessary to copy virtual machine memory
      during KVM live migration instantiations.
      
      This patch was tested on a system that enables the IOMMU in non-coherent
      mode. Two DMA remapper issues were encountered in the previous version and
      both patches have been committed.
          commit ea2447f7
          commit 2e12bc29Signed-off-by: NCraig Hada <craig.hada@hp.com>
      Signed-off-by: NSathya Perla <sathya.perla@emulex.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2bd92cd2