lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 26 Aug 2020 14:14:50 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Shannon Nelson <snelson@...sando.io>
Cc:     netdev@...r.kernel.org, davem@...emloft.net
Subject: Re: [PATCH net-next 11/12] ionic: change queue count with no reset

On Wed, 26 Aug 2020 09:42:13 -0700 Shannon Nelson wrote:
> +	if (qparam->nxqs != lif->nxqs) {
> +		err = netif_set_real_num_tx_queues(lif->netdev, lif->nxqs);
> +		if (err)
> +			goto err_out;
> +		err = netif_set_real_num_rx_queues(lif->netdev, lif->nxqs);
> +		if (err)
> +			goto err_out;

does error handling reset real_num_tx_queues to previous value?

> +	}

Powered by blists - more mailing lists