Re: [dpdk-dev] [PATCH v7 03/14] doc: remove references to make from NICs guides

2020-10-22 Thread Thomas Monjalon
22/10/2020 12:03, Power, Ciara: > From: Thomas Monjalon > >> -- ``CONFIG_RTE_LIBRTE_DPAA_DEBUG_DRIVER`` (default ``n``) > >> - > >> - Toggles display of bus configurations and enables a debugging queue > >> - to fetch error (Rx/Tx) packets to driver. By default, packets with > >> errors > >> -

Re: [dpdk-dev] [PATCH v7 03/14] doc: remove references to make from NICs guides

2020-10-22 Thread Power, Ciara
Hi Thomas, Thanks for reviewing, these changes seem fine overall, comments inline. Thanks, Ciara >-Original Message- >From: Thomas Monjalon >Sent: Thursday 22 October 2020 09:32 >Subject: Re: [dpdk-dev] [PATCH v7 03/14] doc: remove references to make >from NICs gui

Re: [dpdk-dev] [PATCH v7 03/14] doc: remove references to make from NICs guides

2020-10-22 Thread Thomas Monjalon
Hi, I would like to apply this series. I see some small things that I could fix. Please see the comments below to confirm. 21/10/2020 10:17, Ciara Power: > -.. _bnx2x_driver-compilation: > + .. _bnx2x_driver-compilation: was it changed by mistake? [...] > #. Load ``igb_uio`` or ``vfio-pci`` dr

[dpdk-dev] [PATCH v7 03/14] doc: remove references to make from NICs guides

2020-10-21 Thread Ciara Power
Make is no longer supported for compiling DPDK, references are now removed in the documentation. Signed-off-by: Ciara Power Reviewed-by: Bruce Richardson Reviewed-by: Igor Russkikh Reviewed-by: Ferruh Yigit Reviewed-by: Harman Kalra Acked-by: Ajit Khaparde Acked-by: Hyong Youb Kim --- v7: