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 12:07:57 +0000
From:   "Amrani, Ram" <Ram.Amrani@...ium.com>
To:     Leon Romanovsky <leon@...nel.org>
CC:     "dledford@...hat.com" <dledford@...hat.com>,
        "davem@...emloft.net" <davem@...emloft.net>,
        "Yuval.Mintz@...gic.com" <Yuval.Mintz@...gic.com>,
        "Ariel.Elior@...gic.com" <Ariel.Elior@...gic.com>,
        "Michal.Kalderon@...gic.com" <Michal.Kalderon@...gic.com>,
        "rajesh.borundia@...gic.com" <rajesh.borundia@...gic.com>,
        "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [RFC 09/11] Add LL2 RoCE interface

> > +		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.
Sure. This bothers me too. Will fix. Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ