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:   Thu, 15 Sep 2016 13:20:13 +0300
From:   Leon Romanovsky <leon@...nel.org>
To:     Ram Amrani <Ram.Amrani@...gic.com>
Cc:     dledford@...hat.com, davem@...emloft.net, Yuval.Mintz@...gic.com,
        Ariel.Elior@...gic.com, Michal.Kalderon@...gic.com,
        rajesh.borundia@...gic.com, linux-rdma@...r.kernel.org,
        netdev@...r.kernel.org
Subject: Re: [RFC 09/11] Add LL2 RoCE interface

On Mon, Sep 12, 2016 at 07:07:43PM +0300, Ram Amrani wrote:
> Add light L2 interface for RoCE.
>
> Signed-off-by: Rajesh Borundia <rajesh.borundia@...gic.com>
> Signed-off-by: Ram Amrani <Ram.Amrani@...gic.com>
> ---

<....>

> +		DP_ERR(cdev,
> +		       "QED RoCE set MAC filter failed - roce_info/ll2 NULL\n");
> +		return -EINVAL;
> +	}
> +
> +	p_ptt = qed_ptt_acquire(QED_LEADING_HWFN(cdev));
> +	if (!p_ptt) {
> +		DP_ERR(cdev,
> +		       "qed roce ll2 mac filter set: failed to acquire PTT\n");
> +		return -EINVAL;
> +	}

Please use single style for your debug prints QED RoCE vs. qed roce.

Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ