From patchwork Mon Nov 28 23:19:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 120213 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 14480A0093; Tue, 29 Nov 2022 00:20:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CE2141181; Tue, 29 Nov 2022 00:20:07 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 84FD14021E for ; Tue, 29 Nov 2022 00:20:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669677605; x=1701213605; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=wapMnkSt1gKNUbd1MNcn0BRuUZMMIwCt/YQJX3IvkOI=; b=YZq6kay1JQAO94HCDKbDHM1j52ObEiuboirZmieyWwthYBaZ6S6w9yI/ 7hIohvt7jPRXwnHG6rtPYyQU42G4S/WsYrKhQfdbfz1ptfl2J/H1ZOP5W BG37qF8l48SbhZyNh9OE7h6H5Fcnp7uZdyvjzA0qikWELZEyIqRa+2tdq sb++VbCdZ+q9NCUTWRwnayF4LFs5T6PzV7DTZGz+rqoWw8nGRfnx67rVg srQ/c3wn0HfubY8LVOHZo8PSG6z5j8/d9avlHijLLDZnzTzB2W5tGZ8SP TSluvDwPQmxSIfs1E9Qg9LBuKGvj85G0C+07lEPSDgiLIgVneK8RPOJrP Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="379231954" X-IronPort-AV: E=Sophos;i="5.96,201,1665471600"; d="scan'208";a="379231954" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Nov 2022 15:20:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10545"; a="594049116" X-IronPort-AV: E=Sophos;i="5.96,201,1665471600"; d="scan'208";a="594049116" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by orsmga003.jf.intel.com with ESMTP; 28 Nov 2022 15:20:02 -0800 From: Nicolas Chautru To: dev@dpdk.org, thomas@monjalon.net Cc: maxime.coquelin@redhat.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v4 0/3] doc: simplify bbdev PMD steps Date: Mon, 28 Nov 2022 15:19:37 -0800 Message-Id: <20221128231940.15961-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 Hi Thomas, v4: Typo in previous version email. v3: Further split recommended by Thomas. 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 (3): doc: make the Linux drivers doc more generic doc: simplify the binding steps doc: simplify and clarify the configuration steps doc/guides/bbdevs/acc100.rst | 91 +++----------- doc/guides/bbdevs/acc200.rst | 93 +++------------ doc/guides/bbdevs/fpga_5gnr_fec.rst | 158 +++---------------------- doc/guides/bbdevs/fpga_lte_fec.rst | 158 +++---------------------- doc/guides/linux_gsg/linux_drivers.rst | 14 +-- 5 files changed, 73 insertions(+), 441 deletions(-)