public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: Dragos Tatulea <dtatulea@nvidia.com>,
	linux-rdma@vger.kernel.org, Tariq Toukan <tariqt@nvidia.com>
Subject: Re: [PATCH rdma-rc] IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
Date: Fri, 20 Jan 2023 19:00:24 +0200	[thread overview]
Message-ID: <Y8rIqFV/iPdjKKMH@unreal> (raw)
In-Reply-To: <4a7ecec08ee30ad8004019818fadf1e58057e945.1674137153.git.leon@kernel.org>

On Thu, Jan 19, 2023 at 04:06:13PM +0200, Leon Romanovsky wrote:
> From: Dragos Tatulea <dtatulea@nvidia.com>

<...>

> +	err = netif_set_real_num_tx_queues(dev, pdev->real_num_tx_queues);
> +	if (err) {
> +		ipoib_warn(ppriv, "failed setting the child tx queue count based on parent\n");
> +		return err;
> +	}
> +
> +	err = netif_set_real_num_rx_queues(dev, pdev->real_num_rx_queues);
> +	if (err) {
> +		ipoib_warn(ppriv, "failed setting the child rx queue count based on parent\m");
                                                                                          ^^^^
strange, I thought what I fixed it prior sending. I'll resend.


> +		return err;
> +	}
> +
>  	err = ipoib_intf_init(ppriv->ca, ppriv->port, dev->name, dev);
>  	if (err) {
>  		ipoib_warn(ppriv, "failed to initialize pkey device\n");
> -- 
> 2.39.0
> 

      reply	other threads:[~2023-01-20 17:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-19 14:06 [PATCH rdma-rc] IB/IPoIB: Fix legacy IPoIB due to wrong number of queues Leon Romanovsky
2023-01-20 17:00 ` Leon Romanovsky [this message]

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=Y8rIqFV/iPdjKKMH@unreal \
    --to=leon@kernel.org \
    --cc=dtatulea@nvidia.com \
    --cc=jgg@nvidia.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=tariqt@nvidia.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox