Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband

Pull infiniband fix from Roland Dreier:
"Add a fix for a bug hit by Alexey Shvetsov in ib_srtp that hits on
non-mlx4 hardware."

* tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
IB/srpt: Set srq_type to IB_SRQT_BASIC

+1
+1
drivers/infiniband/ulp/srpt/ib_srpt.c
··· 3232 3232 srq_attr.attr.max_wr = sdev->srq_size; 3233 3233 srq_attr.attr.max_sge = 1; 3234 3234 srq_attr.attr.srq_limit = 0; 3235 + srq_attr.srq_type = IB_SRQT_BASIC; 3235 3236 3236 3237 sdev->srq = ib_create_srq(sdev->pd, &srq_attr); 3237 3238 if (IS_ERR(sdev->srq))