All of lore.kernel.org
 help / color / mirror / Atom feed
From: Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	shlomop-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH for-next 4/7] IB/core: Add RSS and TSS QP groups
Date: Wed, 9 May 2012 18:06:34 +0300	[thread overview]
Message-ID: <4FAA87FA.3060908@mellanox.com> (raw)
In-Reply-To: <1336494151-31050-5-git-send-email-ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

On 5/8/2012 7:22 PM, Or Gerlitz wrote:
> --- a/drivers/infiniband/hw/ehca/ehca_qp.c
> +++ b/drivers/infiniband/hw/ehca/ehca_qp.c
> @@ -464,6 +464,9 @@ static struct ehca_qp *internal_create_qp(
>   	int is_llqp = 0, has_srq = 0, is_user = 0;
>   	int qp_type, max_send_sge, max_recv_sge, ret;
>
> +	if (init_attr->qpg_type != IB_QPG_NONE)
> +		return ERR_PTR(-ENOSYS);
> +
>   	/* h_call's out parameters */
>   	struct ehca_alloc_qp_parms parms;
>   	u32 swqe_size = 0, rwqe_size = 0, ib_qp_num;
> @@ -980,6 +983,9 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd,
>   	if (srq_init_attr->srq_type != IB_SRQT_BASIC)
>   		return ERR_PTR(-ENOSYS);
>
> +	if (srq_init_attr->qpg_type != IB_QPG_NONE)
> +		return ERR_PTR(-ENOSYS);
> +
>
oops, this setting is wrong, will send fixed patch (mark it as V0.1 to 
allow room for sending V1 later...)

Or.


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2012-05-09 15:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08 16:22 [PATCH for-next 0/7] Add RSS/TSS QP groups and IPoIB support for RSS/TSS Or Gerlitz
     [not found] ` <1336494151-31050-1-git-send-email-ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2012-05-08 16:22   ` [PATCH RESEND for-next 1/7] net/mlx4: add new cap flags field to track more capabilities Or Gerlitz
2012-05-08 16:22   ` [PATCH RESEND for-next 2/7] IB/mlx4: replace KERN_yyy printk calls with pr_yyy ones Or Gerlitz
2012-05-08 16:22   ` [PATCH RESEND for-next 3/7] IB/mlx4: increase the number of vectors (EQs) available for ULPs Or Gerlitz
     [not found]     ` <1336494151-31050-4-git-send-email-ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2012-05-16 20:42       ` Or Gerlitz
     [not found]         ` <CAJZOPZ+53S5q+S2ToiqFQFo6oUP7tpO6gZA4Cu4pBWxrjL-wXA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-05-17  8:24           ` Or Gerlitz
2012-05-08 16:22   ` [PATCH for-next 4/7] IB/core: Add RSS and TSS QP groups Or Gerlitz
     [not found]     ` <1336494151-31050-5-git-send-email-ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2012-05-09 15:06       ` Or Gerlitz [this message]
2012-05-17  8:19       ` Or Gerlitz
2012-05-08 16:22   ` [PATCH for-next 5/7] IB/mlx4: Add support for " Or Gerlitz
2012-05-08 16:22   ` [PATCH for-next 6/7] IB/ipoib: Implement vectorization restructure as pre-step for TSS/RSS Or Gerlitz
2012-05-08 16:22   ` [PATCH for-next 7/7] IB/ipoib: Add RSS and TSS support for datagram mode Or Gerlitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FAA87FA.3060908@mellanox.com \
    --to=ogerlitz-vpraknaxozvwk0htik3j/w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=shlomop-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.