[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-11 Thread Tetsuya Mukawa
On 2015/07/10 21:16, Thomas Monjalon wrote: > 2015-07-10 12:38, Bruce Richardson: >> On Fri, Jul 10, 2015 at 01:25:49PM +0200, David Marchand wrote: >>> On Fri, Jul 10, 2015 at 10:34 AM, Tetsuya Mukawa >>> wrote: On 2015/07/10 16:47, Michael Qiu wrote: > Commit 35b3313e322b ("pci: merge

[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-10 Thread Tetsuya Mukawa
2015-07-10 20:38 GMT+09:00 Bruce Richardson : > On Fri, Jul 10, 2015 at 01:25:49PM +0200, David Marchand wrote: >> On Fri, Jul 10, 2015 at 10:34 AM, Tetsuya Mukawa >> wrote: >> >> > On 2015/07/10 16:47, Michael Qiu wrote: >> > > Commit 35b3313e322b ("pci: merge mapping functions for linux and bsd

[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-10 Thread Tetsuya Mukawa
2015-07-10 20:25 GMT+09:00 David Marchand : > On Fri, Jul 10, 2015 at 10:34 AM, Tetsuya Mukawa wrote: >> >> On 2015/07/10 16:47, Michael Qiu wrote: >> > Commit 35b3313e322b ("pci: merge mapping functions for linux and bsd") >> > >> > introduced a bug that all vfio will be >> > blocked. >> > >> > R

[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-10 Thread Tetsuya Mukawa
On 2015/07/10 16:47, Michael Qiu wrote: > Commit 35b3313e322b ("pci: merge mapping functions for linux and bsd") > > introduced a bug that all vfio will be > blocked. > > Root cause is that VFIO_PRESENT is unaccessable in eal > common level. > > This patch is to fix this. > > Signed-off-by: Michael

[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-10 Thread Michael Qiu
Commit 35b3313e322b ("pci: merge mapping functions for linux and bsd") introduced a bug that all vfio will be blocked. Root cause is that VFIO_PRESENT is unaccessable in eal common level. This patch is to fix this. Signed-off-by: Michael Qiu --- lib/librte_eal/common/eal_common_pci.c | 2

[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-10 Thread Thomas Monjalon
2015-07-10 12:38, Bruce Richardson: > On Fri, Jul 10, 2015 at 01:25:49PM +0200, David Marchand wrote: > > On Fri, Jul 10, 2015 at 10:34 AM, Tetsuya Mukawa > > wrote: > > > On 2015/07/10 16:47, Michael Qiu wrote: > > > > Commit 35b3313e322b ("pci: merge mapping functions for linux and bsd") > > >

[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-10 Thread David Marchand
On Fri, Jul 10, 2015 at 10:34 AM, Tetsuya Mukawa wrote: > On 2015/07/10 16:47, Michael Qiu wrote: > > Commit 35b3313e322b ("pci: merge mapping functions for linux and bsd") > > > > introduced a bug that all vfio will be > > blocked. > > > > Root cause is that VFIO_PRESENT is unaccessable in eal >

[dpdk-dev] [PATCH] BugFix: VFIO never works

2015-07-10 Thread Bruce Richardson
On Fri, Jul 10, 2015 at 01:25:49PM +0200, David Marchand wrote: > On Fri, Jul 10, 2015 at 10:34 AM, Tetsuya Mukawa wrote: > > > On 2015/07/10 16:47, Michael Qiu wrote: > > > Commit 35b3313e322b ("pci: merge mapping functions for linux and bsd") > > > > > > introduced a bug that all vfio will be >