mbox series

[v3,0/5] GSG Documentation updates

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

Message

Bruce Richardson Nov. 28, 2019, 4:33 p.m. UTC
  This patchset includes documentation updates for both the Linux and
FreeBSD Getting Started Guide Docs. The majority of changes are to add
information on building using meson and ninja, with some additional
cleanups being performed at the same time.

V3: 
 * Updated patch 1 following feedback from Thomas
 * Dropped the final 3 patches for 19.11. Post 19.11 I'm hoping to
   update the BSD port to support 19.11 and have it use meson and ninja
   to build. Since this will require rework to the BSD GSG then anyway,
   other major changes to that doc can be held off until that time too.

V2: Updated patch 2 following feedback from Anatoly

Bruce Richardson (5):
  doc: update Linux GSG system requirements section
  doc: add building with meson to linux GSG
  doc: reorder meson and make build instructions for arm
  doc: remove reference to old versions of FreeBSD
  doc: update examples output in FreeBSD GSG

 doc/guides/freebsd_gsg/install_from_ports.rst |  62 +++-----
 doc/guides/linux_gsg/build_dpdk.rst           | 139 +++++++++++++++++-
 .../linux_gsg/cross_build_dpdk_for_arm64.rst  |  32 ++--
 doc/guides/linux_gsg/sys_reqs.rst             |  68 ++++-----
 4 files changed, 209 insertions(+), 92 deletions(-)
  

Comments

Thomas Monjalon Nov. 28, 2019, 6:56 p.m. UTC | #1
28/11/2019 17:33, Bruce Richardson:
> This patchset includes documentation updates for both the Linux and
> FreeBSD Getting Started Guide Docs. The majority of changes are to add
> information on building using meson and ninja, with some additional
> cleanups being performed at the same time.
> 
> V3: 
>  * Updated patch 1 following feedback from Thomas
>  * Dropped the final 3 patches for 19.11. Post 19.11 I'm hoping to
>    update the BSD port to support 19.11 and have it use meson and ninja
>    to build. Since this will require rework to the BSD GSG then anyway,
>    other major changes to that doc can be held off until that time too.
> 
> V2: Updated patch 2 following feedback from Anatoly
> 
> Bruce Richardson (5):
>   doc: update Linux GSG system requirements section
>   doc: add building with meson to linux GSG
>   doc: reorder meson and make build instructions for arm
>   doc: remove reference to old versions of FreeBSD
>   doc: update examples output in FreeBSD GSG

Applied, thanks
  
Bruce Richardson Jan. 3, 2020, 3:37 p.m. UTC | #2
On Thu, Nov 28, 2019 at 07:56:42PM +0100, Thomas Monjalon wrote:
> 28/11/2019 17:33, Bruce Richardson:
> > This patchset includes documentation updates for both the Linux and
> > FreeBSD Getting Started Guide Docs. The majority of changes are to add
> > information on building using meson and ninja, with some additional
> > cleanups being performed at the same time.
> > 
> > V3: 
> >  * Updated patch 1 following feedback from Thomas
> >  * Dropped the final 3 patches for 19.11. Post 19.11 I'm hoping to
> >    update the BSD port to support 19.11 and have it use meson and ninja
> >    to build. Since this will require rework to the BSD GSG then anyway,
> >    other major changes to that doc can be held off until that time too.
> > 
> > V2: Updated patch 2 following feedback from Anatoly
> > 
> > Bruce Richardson (5):
> >   doc: update Linux GSG system requirements section
> >   doc: add building with meson to linux GSG
> >   doc: reorder meson and make build instructions for arm
> >   doc: remove reference to old versions of FreeBSD
> >   doc: update examples output in FreeBSD GSG
> 
> Applied, thanks
> 
Thanks,

For reference, the dropped patches from V2 should now be covered by set:
http://patches.dpdk.org/project/dpdk/list/?series=7980

/Bruce