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 B279CC433EF for ; Wed, 27 Oct 2021 18:03:05 +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 3139A610A3 for ; Wed, 27 Oct 2021 18:03:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3139A610A3 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 AF2AE83230; Wed, 27 Oct 2021 20:03:02 +0200 (CEST) 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="pJEwewg+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0940E83325; Wed, 27 Oct 2021 20:03:01 +0200 (CEST) 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 3C7A082FE7 for ; Wed, 27 Oct 2021 20:02:58 +0200 (CEST) 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 4EFDA60E0B; Wed, 27 Oct 2021 18:02:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635357776; bh=VZalw6niE/XBKUOPY2fyNcnd4ePeAtbVTw/SPGkcKsw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pJEwewg+/bcw7d+9DX91aAldwyQ8dGXG/t5ktJrEXYfl/NRh5PVUMhqLfXxAAQlcn uR8H2165o6hAnmPXWMDuQz1UG+P6AAb5WzxWv1pE8Y78gmucKDAouvk+ZY0Nx/O4fs GCMaMgpx5iGem2mKlb8Pf1y7rAaS8imKZsQCUZ1oz5qhUo9Q9v09kby4nkM+vbRBIX +R853EWAZgnaFNuQsEJ2UtDii0DhK7XXO9Xf6KylVKHjpP/7KqvlGDOt6yUrwb6Rvn 3YG5T+Mf75gl90qoT8awu97qu2l0zFGOWUfXZSLNAkHjDxpjSu3V3cy1F75V7i6iaO 7hDvpCWzDtQ8g== Date: Wed, 27 Oct 2021 20:02:51 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Roman Bacik Cc: Simon Glass , U-Boot Mailing List , Bharat Gooty , Aswath Govindraju , Bin Meng , Franck LENORMAND , Heinrich Schuchardt , Kory Maincent , Michal Simek , Patrick Delaunay , Peng Fan , Priyanka Jain , Rayagonda Kokatanur , Sean Anderson Subject: Re: [PATCH v3 2/2] cmd: brcm: netXtreme commands Message-ID: <20211027200251.33d6fdc1@thinkpad> In-Reply-To: <72f20fb53c98ef42a90f73d2fa4914dc@mail.gmail.com> References: <20211025234444.1237-1-roman.bacik@broadcom.com> <20211025164424.v3.2.I1edaad77041c1300213c307eef6741499504047@changeid> <20211026151742.42b0fcfa@thinkpad> <20211026175519.418d4864@thinkpad> <20211026184950.47bcd1af@thinkpad> <20211027183548.4ae716ed@thinkpad> <16973b36722d2787882203434568dd90@mail.gmail.com> <1cd0979bebdbac34a2406f79a783a8fc@mail.gmail.com> <20211027193934.4f537495@thinkpad> <72f20fb53c98ef42a90f73d2fa4914dc@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 Wed, 27 Oct 2021 10:58:35 -0700 Roman Bacik wrote: > Thank you very much for your suggestion. To simplify, we will decouple > this issue from the current bnxt driver submission. Very well, that seems reasonable. I am willing to help you with this afterwards. Marek