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]
Date:   Wed, 9 Mar 2022 10:48:12 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Eli Cohen <elic@...dia.com>
Cc:     <dsahern@...nel.org>, <netdev@...r.kernel.org>,
        <virtualization@...ts.linux-foundation.org>, <jasowang@...hat.com>,
        <si-wei.liu@...cle.com>, <mst@...hat.com>, <lulu@...hat.com>,
        <parav@...dia.com>
Subject: Re: [PATCH v5 3/4] vdpa: Support for configuring max VQ pairs for a
 device

On Wed, 9 Mar 2022 18:46:08 +0200
Eli Cohen <elic@...dia.com> wrote:

> +	if (tb[VDPA_ATTR_DEV_MGMTDEV_MAX_VQS]) {
> +		uint32_t num_vqs;
> +
> +		if (!vdpa->json_output)
> +			printf("\n");

Should be using print_nl() which handles oneline mode

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ