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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1AC1C433FE for ; Tue, 15 Nov 2022 09:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237824AbiKOJtC (ORCPT ); Tue, 15 Nov 2022 04:49:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238007AbiKOJs5 (ORCPT ); Tue, 15 Nov 2022 04:48:57 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CA95D2D0 for ; Tue, 15 Nov 2022 01:48:55 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 42085B817AE for ; Tue, 15 Nov 2022 09:48:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6B2DC433C1; Tue, 15 Nov 2022 09:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668505732; bh=eow8JHaxuRcowbwN9UMzyRSY+Ox0lF7Pa/42AgGE5Wc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LNVTcWGKf01GpKI057tjS0HPTIw/tVdEVLlo3yqpvQaGExPPgOk+i3uhrOF1ttHeI pHRkFkWm3XYvBiFiRpyBp8VeWvbqe7gLOEIC9mVMK1e+IcAcfaVPZ0if115ep+6/W3 Z2LQ5ab8DDWOV+EMDjsVcDq6lNhN7oU5CK2JmiLPjNxj5o5kI8p1rnYPISiQbkRsBT /o9yAbcPxoaEtn7CZGUcN3eTmkdQXPy93prOmqqmumkKuyid5reL8yphuN/a/FtKeA opjIoqLd5Rh9rOmhYT0sMitPAt+1ry+hvDpfk2fjc+uunTXFXbIe0xeYS1F72Dm6b6 2JdaFyZ6ga3YQ== Date: Tue, 15 Nov 2022 11:48:47 +0200 From: Leon Romanovsky To: Simon Horman Cc: David Miller , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, oss-drivers@corigine.com, Walter Heymans , Niklas =?iso-8859-1?Q?S=F6derlund?= , Louis Peens Subject: Re: [PATCH net-next v3] Documentation: nfp: update documentation Message-ID: References: <20221115090834.738645-1-simon.horman@corigine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221115090834.738645-1-simon.horman@corigine.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Nov 15, 2022 at 10:08:34AM +0100, Simon Horman wrote: > From: Walter Heymans > > The NFP documentation is updated to include information about Corigine, > and the new NFP3800 chips. The 'Acquiring Firmware' section is updated > with new information about where to find firmware. > > Two new sections are added to expand the coverage of the documentation. > The new sections include: > - Devlink Info > - Configure Device > > Signed-off-by: Walter Heymans > Reviewed-by: Niklas Söderlund > Reviewed-by: Louis Peens > Signed-off-by: Simon Horman > --- > .../device_drivers/ethernet/netronome/nfp.rst | 165 +++++++++++++++--- > 1 file changed, 145 insertions(+), 20 deletions(-) > > v3 > * Moved changelog (this) to after scissors (---) > Thanks