From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 304C4A04A4;
	Wed,  2 Mar 2022 18:24:11 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 1DC1242715;
	Wed,  2 Mar 2022 18:24:11 +0100 (CET)
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by mails.dpdk.org (Postfix) with ESMTP id 1BE6840141;
 Wed,  2 Mar 2022 18:24:08 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1646241849; x=1677777849;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=s89t60mGV5CIO87uUzwsxmgQMzzJjTwEJAkwWLCRU3I=;
 b=TYJggCwAChEGFyUVxo0kWRUR5287VU8PnsIwsJHUdwgwxsN/WIES/jeh
 y3EDCq8JFjEtJKgmbdCVI7q8TXZBje7h6WhKGtzPgUBJzdzymuAGlQziU
 soExUitgtEBa+nuHvj/h0rLx3mae7h9pyNUU6rSuJtCUdIiTrLfUGn5Pb
 //arRH9RIO2lLEqscGSnEN7lZmBFbcy/8pRI/sYL4KWEzvmqjp69XTHMS
 g3B15BcLvZxU6fcoQOfJW2VbyUJwHvkXPF9SPWMGZytnzNWl0G0eUBT+d
 3T/wmlzAdffy+MCd7dKszXe14ieXviAzTBwwkVxXU23M+SLSvhiWg88tN g==;
X-IronPort-AV: E=McAfee;i="6200,9189,10274"; a="253651963"
X-IronPort-AV: E=Sophos;i="5.90,149,1643702400"; d="scan'208";a="253651963"
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 02 Mar 2022 09:24:07 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.90,149,1643702400"; d="scan'208";a="551348077"
Received: from silpixa00399126.ir.intel.com ([10.237.223.34])
 by orsmga008.jf.intel.com with ESMTP; 02 Mar 2022 09:24:06 -0800
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: stable@dpdk.org,
	Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH 0/9] Improve linux drivers GSG section
Date: Wed,  2 Mar 2022 17:22:08 +0000
Message-Id: <20220302172217.472279-1-bruce.richardson@intel.com>
X-Mailer: git-send-email 2.32.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

This patchset reworks large parts of the linux drivers section of the
Linux Getting Started Guide, so as to make it clearer and easier to
read. The overall flow of the page is adjusted so that more important
information is nearer the top, and so that all information on VFIO is
consolidated into a single section. In terms of the content of the
sections, there are some minor changes to adjust what is a warning vs
just a "note" in the doc, and there are some updates to increase
emphasis on VFIO ovs UIO.

Including stable on CC for the set, as all patches may be candidates for
backport to help improve docs for older releases too.

Bruce Richardson (9):
  doc/linux_gsg: replace special characters for (R) symbol
  doc/linux_gsg: fix missing note on UIO module
  doc/linux_gsg: make UIO safety warning more visible
  doc/linux_gsg: move section on binding drivers up the page
  doc/linux_gsg: emphasise VFIO over UIO-based modules
  doc/linux_gsg: split VFIO section into subsections
  doc/linux_gsg: move UIO section to the end
  doc/linux_gsg: consolidate all VFIO content
  doc/linux_gsg: change informational warnings to notes

 doc/guides/linux_gsg/enable_func.rst   |  16 +-
 doc/guides/linux_gsg/linux_drivers.rst | 396 +++++++++++++------------
 doc/guides/linux_gsg/sys_reqs.rst      |  10 +-
 3 files changed, 223 insertions(+), 199 deletions(-)

--
2.32.0