Re: [PATCH v2 1/2] doc: make the Linux drivers doc more generic

2023-03-09 Thread Thomas Monjalon
09/03/2023 18:35, Chautru, Nicolas: > > > From: Thomas Monjalon > > 06/03/2023 18:41, Chautru, Nicolas: > > > Hi Thomas, > > > > > > Any update with regards to that series? Unsure how much more you want it > > to become generic. Ie. replacing most of "network port" by "PCIe device" > > > > Devic

RE: [PATCH v2 1/2] doc: make the Linux drivers doc more generic

2023-03-09 Thread Chautru, Nicolas
> From: Thomas Monjalon > 06/03/2023 18:41, Chautru, Nicolas: > > Hi Thomas, > > > > Any update with regards to that series? Unsure how much more you want it > to become generic. Ie. replacing most of "network port" by "PCIe device" > > Devices are not always PCI based. > The doc should reviewe

Re: [PATCH v2 1/2] doc: make the Linux drivers doc more generic

2023-03-06 Thread Thomas Monjalon
06/03/2023 18:41, Chautru, Nicolas: > Hi Thomas, > > Any update with regards to that series? Unsure how much more you want it to > become generic. Ie. replacing most of "network port" by "PCIe device" Devices are not always PCI based. The doc should reviewed entirely to make sure it is not rest

RE: [PATCH v2 1/2] doc: make the Linux drivers doc more generic

2023-03-06 Thread Chautru, Nicolas
> To: Chautru, Nicolas > Cc: dev@dpdk.org; gak...@marvell.com; maxime.coque...@redhat.com; > Vargas, Hernan > Subject: Re: [PATCH v2 1/2] doc: make the Linux drivers doc more generic > > 15/11/2022 20:59, Nicolas Chautru: > > Minor change so that for the documentation

Re: [PATCH v2 1/2] doc: make the Linux drivers doc more generic

2022-11-22 Thread Thomas Monjalon
15/11/2022 20:59, Nicolas Chautru: > Minor change so that for the documentation to be less NIC centric, > as these steps can apply more generally to PCIe devices. > > Signed-off-by: Nicolas Chautru [...] > Different PMDs may require different kernel drivers in order to work > properly. > Depen

[PATCH v2 1/2] doc: make the Linux drivers doc more generic

2022-11-15 Thread Nicolas Chautru
Minor change so that for the documentation to be less NIC centric, as these steps can apply more generally to PCIe devices. Signed-off-by: Nicolas Chautru --- doc/guides/linux_gsg/linux_drivers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/linux_gsg/lin