Re: [PATCH for-next 0/7] Add support for multicast loopback prevention to mlx4

2015-09-04 Thread Christoph Lameter
We ran this through our tests and this works both for Infiniband and Ethernet. Tested-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] infiniband:Fix error checking in the function ocrdma_dereg_mr

2015-09-04 Thread Doug Ledford
On 09/04/2015 12:35 PM, Nicholas Krause wrote: > This fixes error checking in the function ocrdma_dereg_mr to properly > check if the call to ocrdma_mbx_alloc fails as if so we must exit this > function immediately and return the error code to the caller of the > function ocrdma_dereg_mr to signal

Re: [PATCH] infiniband:Fix error checking in the function ocrdma_dereg_mr

2015-09-04 Thread Jason Gunthorpe
On Fri, Sep 04, 2015 at 12:45:38PM -0400, Doug Ledford wrote: > On 09/04/2015 12:35 PM, Nicholas Krause wrote: > > This fixes error checking in the function ocrdma_dereg_mr to properly > > check if the call to ocrdma_mbx_alloc fails as if so we must exit this > > function immediately and return

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Doug Ledford
On 09/03/2015 10:56 AM, Haggai Eran wrote: > This series adds userspace support for on-demand paging. The first patch adds > support for the new extended query device verb. Patch 2 adds the capability > and > interface bits related to on-demand paging, and patch 3 adds example code to > the

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Doug Ledford
On 09/04/2015 04:42 PM, Jason Gunthorpe wrote: > On Fri, Sep 04, 2015 at 04:23:05PM -0400, Doug Ledford wrote: >> On 09/03/2015 10:56 AM, Haggai Eran wrote: >>> This series adds userspace support for on-demand paging. The first patch >>> adds >>> support for the new extended query device verb.

Re: [PATCH libibverbs] Fix create/destroy flow API

2015-09-04 Thread Jason Gunthorpe
On Fri, Sep 04, 2015 at 05:17:38PM -0400, Doug Ledford wrote: > + /* > + * In order to maintain backward/forward binary compatibility > + * with libmlx4-1.0.6, which has the original version of the > + * flow steering patches, we need to set the

[PATCH libibverbs] Fix create/destroy flow API

2015-09-04 Thread Doug Ledford
When adding this API, there had been consensus that having separate lib_* and drv_* function pointers in the extended context struct was not needed and should not be done. However, that snuck in anyway. This backs that out and takes us back to a single pointer for each function, but does so in a

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Jason Gunthorpe
On Fri, Sep 04, 2015 at 04:23:05PM -0400, Doug Ledford wrote: > On 09/03/2015 10:56 AM, Haggai Eran wrote: > > This series adds userspace support for on-demand paging. The first patch > > adds > > support for the new extended query device verb. Patch 2 adds the capability > > and > > interface

Re: [PATCH libibverbs] Fix create/destroy flow API

2015-09-04 Thread Doug Ledford
On 09/04/2015 05:51 PM, Doug Ledford wrote: > On 09/04/2015 05:32 PM, Jason Gunthorpe wrote: >> On Fri, Sep 04, 2015 at 05:17:38PM -0400, Doug Ledford wrote: >>> + /* >>> +* In order to maintain backward/forward binary compatibility >>> +* with libmlx4-1.0.6,

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

2015-09-04 Thread Doug Ledford
On 08/17/2015 11:50 AM, Bodong Wang wrote: > 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

Re: [PATCH v1 0/3] libibverbs: On-demand paging support

2015-09-04 Thread Doug Ledford
On 09/03/2015 10:56 AM, Haggai Eran wrote: > This series adds userspace support for on-demand paging. The first patch adds > support for the new extended query device verb. Patch 2 adds the capability > and > interface bits related to on-demand paging, and patch 3 adds example code to > the

Re: [PATCH libibverbs] Fix create/destroy flow API

2015-09-04 Thread Doug Ledford
On 09/04/2015 05:32 PM, Jason Gunthorpe wrote: > On Fri, Sep 04, 2015 at 05:17:38PM -0400, Doug Ledford wrote: >> +/* >> + * In order to maintain backward/forward binary compatibility >> + * with libmlx4-1.0.6, which has the original version of the >> +