1. 22 10月, 2015 16 次提交
  2. 07 10月, 2015 1 次提交
    • J
      usnic: add missing clauses to BSD license · 3805eade
      Jeff Squyres 提交于
      The usnic_verbs kernel module was clearly marked with the following in
      its code:
      
        MODULE_LICENSE("Dual BSD/GPL");
      
      However, we accidentally left a few clauses of the BSD text out of the
      license header in all the source files.  This commit fixes that: all
      the files are properly dual BSD/GPL-licensed.  Contributors that might
      have been confused by this have been contacted to get their permission
      and are Cc:ed here.
      
      Cc: Benoit Taine <benoit.taine@lip6.fr>
      Cc: Ira Weiny <ira.weiny@intel.com>
      Cc: Joerg Roedel <jroedel@suse.de>
      Cc: Masanari Iida <standby24x7@gmail.com>
      Cc: Matan Barak <matanb@mellanox.com>
      Cc: Michael Wang <yun.wang@profitbricks.com>
      Cc: Roland Dreier <roland@purestorage.com>
      Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
      Cc: Dan Carpenter <dan.carpenter@oracle.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Or Gerlitz <ogerlitz@mellanox.com>
      Signed-off-by: NJeff Squyres <jsquyres@cisco.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      3805eade
  3. 29 9月, 2015 1 次提交
  4. 25 9月, 2015 2 次提交
    • S
      IB/mlx5: Remove pa_lkey usages · 81fb5e26
      Sagi Grimberg 提交于
      Since mlx5 driver cannot rely on registration using the
      reserved lkey (global_dma_lkey) it used to allocate a private
      physical address lkey for each allocated pd.
      Commit 96249d70 ("IB/core: Guarantee that a local_dma_lkey
      is available") just does it in the core layer so we can go ahead
      and use that.
      Signed-off-by: NSagi Grimberg <sagig@mellanox.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      81fb5e26
    • S
      IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY · c6790aa9
      Sagi Grimberg 提交于
      Commit 96249d70 ("IB/core: Guarantee that a local_dma_lkey
      is available") allows ULPs that make use of the local dma key to keep
      working as before by allocating a DMA MR with local permissions and
      converted these consumers to use the MR associated with the PD
      rather then device->local_dma_lkey.
      
      ConnectIB has some known issues with memory registration
      using the local_dma_lkey (SEND, RDMA, RECV seems to work ok).
      
      Thus don't expose support for it (remove device->local_dma_lkey
      setting), and take advantage of the above commit such that no regression
      is introduced to working systems.
      
      The local_dma_lkey support will be restored in CX4 depending on FW
      capability query.
      Signed-off-by: NSagi Grimberg <sagig@mellanox.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      c6790aa9
  5. 12 9月, 2015 1 次提交
    • D
      IB/ehca: Deprecate driver, move to staging, schedule deletion · 447e9a4d
      Doug Ledford 提交于
      The ehca driver is only supported on IBM machines with a custom EBus.
      As they have opted to build their newer machines using more industry
      standard technology and haven't really been pushing EBus capable
      machines for a while, this driver can now safely be moved to the
      staging area and scheduled for eventual removal.  This plan was brought
      to IBM's attention and received their sign-off.
      
      Cc: alexs@linux.vnet.ibm.com
      Cc: hnguyen@de.ibm.com
      Cc: raisch@de.ibm.com
      Cc: stefan.roscher@de.ibm.com
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      447e9a4d
  6. 11 9月, 2015 1 次提交
  7. 04 9月, 2015 4 次提交
  8. 31 8月, 2015 14 次提交