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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220406083941.378626ae@hermes.local>
Date:   Wed, 6 Apr 2022 08:39:41 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Michael Qiu <qiudayu@...heros.com>
Cc:     parav@...dia.com, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 v2] vdpa: Add virtqueue pairs set capacity

On Wed,  6 Apr 2022 05:36:31 -0400
Michael Qiu <qiudayu@...heros.com> wrote:

> 	if (tb[VDPA_ATTR_DEV_NET_CFG_MAX_VQP]) {
>  		val_u16 = mnl_attr_get_u16(tb[VDPA_ATTR_DEV_NET_CFG_MAX_VQP]);
> -		print_uint(PRINT_ANY, "max_vq_pairs", "max_vq_pairs %d ",
> +		print_uint(PRINT_ANY, "max_vqp", "max_vqp %d ",
>  			     val_u16);

Good, the print should match the set parameters.

Wanted to apply but can not go against main branch, is the targeted for next

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ