mbox series

[v2,0/8] Linux GSG doc updates

Message ID 20220310123843.612207-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Linux GSG doc updates |

Message

Bruce Richardson March 10, 2022, 12:38 p.m. UTC
  This patchset contains a number of small documentation improvements for
the linux GSG, spread across a few sections.

V2: Include additional patches removing or shortening content from
    the "Enabling Additional Functionality" section

Bruce Richardson (8):
  doc/linux_gsg: add driver guides to document list
  doc/linux_gsg: drop note about old chipset
  doc/linux_gsg: remove duplicated note
  doc/linux_gsg: merge requirements section for app building
  doc/linux_gsg: expand list of directories
  doc/linux_gsg: shorten details on HPET use
  doc/linux_gsg: drop reference to KNI
  doc/linux_gsg: remove section on IOMMU pass-through

 doc/guides/linux_gsg/build_dpdk.rst    |  13 +++-
 doc/guides/linux_gsg/enable_func.rst   | 102 ++++++-------------------
 doc/guides/linux_gsg/intro.rst         |  25 ++++++
 doc/guides/linux_gsg/linux_drivers.rst |   2 +-
 doc/guides/linux_gsg/sys_reqs.rst      |  38 +++------
 5 files changed, 70 insertions(+), 110 deletions(-)

--
2.32.0
  

Comments

Thomas Monjalon March 15, 2022, 6:46 p.m. UTC | #1
10/03/2022 13:38, Bruce Richardson:
> This patchset contains a number of small documentation improvements for
> the linux GSG, spread across a few sections.
> 
> V2: Include additional patches removing or shortening content from
>     the "Enabling Additional Functionality" section
> 
> Bruce Richardson (8):
>   doc/linux_gsg: add driver guides to document list

This first patch would deserve some links to other guides.

>   doc/linux_gsg: drop note about old chipset
>   doc/linux_gsg: remove duplicated note
>   doc/linux_gsg: merge requirements section for app building
>   doc/linux_gsg: expand list of directories
>   doc/linux_gsg: shorten details on HPET use
>   doc/linux_gsg: drop reference to KNI
>   doc/linux_gsg: remove section on IOMMU pass-through

Applied, except first patch, thanks.
  
Bruce Richardson March 15, 2022, 9:41 p.m. UTC | #2
On Tue, Mar 15, 2022 at 07:46:39PM +0100, Thomas Monjalon wrote:
> 10/03/2022 13:38, Bruce Richardson:
> > This patchset contains a number of small documentation improvements for
> > the linux GSG, spread across a few sections.
> > 
> > V2: Include additional patches removing or shortening content from
> >     the "Enabling Additional Functionality" section
> > 
> > Bruce Richardson (8):
> >   doc/linux_gsg: add driver guides to document list
> 
> This first patch would deserve some links to other guides.
> 
Agreed. I'll try and do up a new set for both Linux and BSD docs and send
it out tomorrow (Wed)

> >   doc/linux_gsg: drop note about old chipset
> >   doc/linux_gsg: remove duplicated note
> >   doc/linux_gsg: merge requirements section for app building
> >   doc/linux_gsg: expand list of directories
> >   doc/linux_gsg: shorten details on HPET use
> >   doc/linux_gsg: drop reference to KNI
> >   doc/linux_gsg: remove section on IOMMU pass-through
> 
> Applied, except first patch, thanks.
> 
Thanks.