From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81758C433F5 for ; Tue, 9 Nov 2021 01:12:12 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ABBCB61A0C for ; Tue, 9 Nov 2021 01:12:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org ABBCB61A0C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B44C783662; Tue, 9 Nov 2021 02:12:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="pWPsoYTL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B165683816; Tue, 9 Nov 2021 02:12:08 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1065C8364F for ; Tue, 9 Nov 2021 02:12:06 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 4AAAA619BB; Tue, 9 Nov 2021 01:12:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636420323; bh=2Eiz/wiLiLztJpVThgZXMUa+TyhGzTuMAX46AqlStNU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pWPsoYTLuH15r/K30osF0c1gA4tQYLrdSpQRZxGNRYGy/evtF0rgboFJwRdVe/GXb BmrDE4JYiUzBJjf0khYVh9ePjUlKBZsvK2soaLSyagYfrWII2yHX533XZAxHaeURCT JdRfrYm1nF6iz6UeIttK19+PA84EHf52i6HrVnblX2N0NP4QxOesoree6BI0zWcssy fk5jHzNjnjpv9OcdyBGKnCG2Gg5dZEIWlmw7aBlHsomnMVEd+oldX1Jr+AC2uPU8f3 /JSJSTPcnQwQkodOmGcZVgfT1n3kyT/cRVh/LSOnvSbYusvSRFfZRSTFnxAjs9w87G JRBdTJ0+vRfLg== Date: Tue, 9 Nov 2021 02:11:58 +0100 From: Marek =?UTF-8?B?QmVow7pu?= To: Roman Bacik Cc: U-Boot Mailing List , Pali Rohar , Bharat Gooty , Joe Hershberger , Ramon Fried Subject: Re: [PATCH v10 1/2] net: brcm: netXtreme driver Message-ID: <20211109021158.0c1aabcc@thinkpad> In-Reply-To: <3fee453a14f2a06628e5bb48044fde39@mail.gmail.com> References: <20211108144556.v10.1.I1edaad77041c1300213c307eef6741499504047@changeid> <20211109004306.6203a36a@thinkpad> <3fee453a14f2a06628e5bb48044fde39@mail.gmail.com> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Mon, 8 Nov 2021 16:48:33 -0800 Roman Bacik wrote: > To be honest changing status codes coming from FW does not seem right. But > we will try to make the requested changes. I looked at kernel's implementation of this driver and these hwrm functions and they don't return STATUS_*. Marek