[PULL REQUEST] please pull rdma.git

2015-08-17 Thread Doug Ledford
Hi Linus, I have a single bug fix for you to pull: The following changes since commit b8f5595eb96c9fce1c907d13e89581e5061edf2e: RDMA/ocrdma: update ocrdma module license string (2015-07-24 11:34:41 -0400) are available in the git repository at:

Re: [PATCH for-next 4/7] net/mlx4_en: Implement mcast loopback prevention for ETH qps

2015-08-17 Thread eran ben elisha
On Sun, Aug 16, 2015 at 10:19 PM, Yuval Shaia yuval.sh...@oracle.com wrote: On Sun, Aug 16, 2015 at 07:05:30PM +0300, Eran Ben Elisha wrote: From: Maor Gottlieb ma...@mellanox.com Set the mcast loopback prevention bit in the QPC for ETH MLX QPs (not RSS QPs), when the firmware supports

Re: [PATCH 2/3] QIB: Removing usage of pcie_set_mps()

2015-08-17 Thread Jason Gunthorpe
On Mon, Aug 17, 2015 at 07:06:10PM -0500, Bjorn Helgaas wrote: On Mon, Aug 17, 2015 at 5:50 PM, Jiang, Dave dave.ji...@intel.com wrote: On Mon, 2015-08-17 at 17:30 -0500, Bjorn Helgaas wrote: [+cc Mike, linux-rdma] On Wed, Jul 29, 2015 at 04:18:54PM -0600, Keith Busch wrote: From: Dave

Re: [PATCH 2/3] QIB: Removing usage of pcie_set_mps()

2015-08-17 Thread Bjorn Helgaas
On Mon, Aug 17, 2015 at 5:50 PM, Jiang, Dave dave.ji...@intel.com wrote: On Mon, 2015-08-17 at 17:30 -0500, Bjorn Helgaas wrote: [+cc Mike, linux-rdma] On Wed, Jul 29, 2015 at 04:18:54PM -0600, Keith Busch wrote: From: Dave Jiang dave.ji...@intel.com This is in perperation of

Re: [PATCH 2/3] QIB: Removing usage of pcie_set_mps()

2015-08-17 Thread Jiang, Dave
On Mon, 2015-08-17 at 17:30 -0500, Bjorn Helgaas wrote: [+cc Mike, linux-rdma] On Wed, Jul 29, 2015 at 04:18:54PM -0600, Keith Busch wrote: From: Dave Jiang dave.ji...@intel.com This is in perperation of un-exporting the pcie_set_mps() function symbol. A driver should not be changing

RE: [PATCH] staging: hfi1: Kconfig: remove 'CONFIG_' prefix

2015-08-17 Thread Marciniszyn, Mike
Subject: [PATCH] staging: hfi1: Kconfig: remove 'CONFIG_' prefix Signed-off-by: Valentin Rothberg valentinrothb...@gmail.com --- Thanks for the patch! Acked-by: Mike Marciniszyn mike.marcinis...@intel.com -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a

[PATCH libibverbs] Add support for TX/RX checksum offload

2015-08-17 Thread Bodong Wang
Add a device capability flag IBV_DEVICE_IP_CSUM to denote IPv4 checksum offload support. Devices should set this flag if they support insertion/verification of IPv4, TCP and UDP checksums on outgoing/incoming IPv4 packets sent over IB UD or ETH RAW PACKET QPs. Flags IBV_SEND_IP_CSUM and

[PATCH libmlx4] Add support for TX/RX checksum offload

2015-08-17 Thread Bodong Wang
RX checksum verification status is reported through wc_flag when polling CQ. When IBV_WC_IP_CSUM_OK is set, that means both IPv4 header checksum and TCP/UDP checksum are OK. TX checksum offload will be enabled for TCP/UDP over IPv4 if user sets send_flag IBV_SEND_IP_CSUM. A new field,

Re: [PATCH for-next 2/7] IB/core: Allow setting create flags in QP init attribute

2015-08-17 Thread Jason Gunthorpe
On Sun, Aug 16, 2015 at 07:05:28PM +0300, Eran Ben Elisha wrote: - if (attr.create_flags) { + if (attr.create_flags ~IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK) { ret = -EINVAL; goto err_put; Shouldn't EINVAL still happen if the driver doesn't support this

Re: [RFC] split struct ib_send_wr

2015-08-17 Thread Christoph Hellwig
On Thu, Aug 13, 2015 at 09:04:39AM -0700, Christoph Hellwig wrote: I'm happy to do that if you're fine with the patch in general. amso1100 should be trivial anyway, while ipath is a mess, just like the new intel driver with the third copy of the soft ib stack. Correct.