Re: [PATCH rdma-rc] IB/IPoIB: Fix legacy IPoIB due to wrong number of queues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

<...>

> +	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
> 



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux