From patchwork Tue Nov 15 19:59:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 119872 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 23730A0547; Tue, 15 Nov 2022 21:00:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0902C410D2; Tue, 15 Nov 2022 21:00:07 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 158D540E03 for ; Tue, 15 Nov 2022 21:00:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668542405; x=1700078405; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WwvV4fN2XB37ibjZ3/m/Xm8QGBi7GP8afI2MV/oN78E=; b=Huoda9/FA3cUIBlRNzsBghJ68s7cPEAfPZph35hVF2tyIbJ1Z1mMYk7f zhrp8+BQxO44sv/eSCHecGb6kKGxRvnNQqLG0uWE1i7ZAM2cAmNka00e8 geH7PdhxWlJJdi0RNTRD7DKvI10iXTTE4kdgoGKSrOY1YFx5xJhRNc2XL jz1mAx5Fe2sam70C+Qbu0ZHdScn3apTskWoU69VE/3+yHw3wb9ey2VLcz D6mHyDCnCCINLxpmHiYIYJprQVlfdpdeKEVzu3xSc/ZXuHrE54oJfrhhX k0lQDDTe9hEyKFIhVwNAVWw2o9t8LmbaW00cDeLBTuQPNPkHEWGBMaeAz w==; X-IronPort-AV: E=McAfee;i="6500,9779,10532"; a="299880971" X-IronPort-AV: E=Sophos;i="5.96,166,1665471600"; d="scan'208";a="299880971" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2022 11:59:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10532"; a="702570268" X-IronPort-AV: E=Sophos;i="5.96,166,1665471600"; d="scan'208";a="702570268" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by fmsmga008.fm.intel.com with ESMTP; 15 Nov 2022 11:59:48 -0800 From: Nicolas Chautru To: dev@dpdk.org, thomas@monjalon.net, gakhil@marvell.com Cc: maxime.coquelin@redhat.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v2 0/2] doc: simplify PMD steps Date: Tue, 15 Nov 2022 11:59:12 -0800 Message-Id: <20221115195914.34700-1-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org v2: Split the doc update into 2 as suggested by Thomas. Documentation update suggested by Thomas to point towards the common kernel modules steps. Nicolas Chautru (2): doc: make the Linux drivers doc more generic doc: simplify the binding steps doc/guides/bbdevs/acc100.rst | 90 +++----------- doc/guides/bbdevs/acc200.rst | 92 +++------------ doc/guides/bbdevs/fpga_5gnr_fec.rst | 157 +++---------------------- doc/guides/bbdevs/fpga_lte_fec.rst | 157 +++---------------------- doc/guides/linux_gsg/linux_drivers.rst | 6 +- 5 files changed, 65 insertions(+), 437 deletions(-)