Re: [dpdk-dev] [PATCH v2] doc/devbind: remove references to igb_uio

2020-11-26 Thread David Marchand
On Thu, Nov 26, 2020 at 12:49 PM Bruce Richardson wrote: > > On Wed, Oct 14, 2020 at 05:43:29PM +0100, Ferruh Yigit wrote: > > On 9/24/2020 6:53 PM, Stephen Hemminger wrote: > > > We should be encouraging the use of vfio_pci for developers, not telling > > > them to use igb_uio. > > > > > > Signed

Re: [dpdk-dev] [PATCH v2] doc/devbind: remove references to igb_uio

2020-11-26 Thread Bruce Richardson
On Wed, Oct 14, 2020 at 05:43:29PM +0100, Ferruh Yigit wrote: > On 9/24/2020 6:53 PM, Stephen Hemminger wrote: > > We should be encouraging the use of vfio_pci for developers, not telling > > them to use igb_uio. > > > > Signed-off-by: Stephen Hemminger > > --- > > v2 -- drop change about filenam

Re: [dpdk-dev] [PATCH v2] doc/devbind: remove references to igb_uio

2020-10-14 Thread Ferruh Yigit
On 9/24/2020 6:53 PM, Stephen Hemminger wrote: We should be encouraging the use of vfio_pci for developers, not telling them to use igb_uio. Signed-off-by: Stephen Hemminger --- v2 -- drop change about filename doc/guides/tools/devbind.rst | 18 +- 1 file changed, 9 insertio

[dpdk-dev] [PATCH v2] doc/devbind: remove references to igb_uio

2020-09-24 Thread Stephen Hemminger
We should be encouraging the use of vfio_pci for developers, not telling them to use igb_uio. Signed-off-by: Stephen Hemminger --- v2 -- drop change about filename doc/guides/tools/devbind.rst | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/guides/tool