[dpdk-dev] virtio still blindly take over virtio device managed by kernel

2016-05-06 Thread Vincent Li
yes, above changes fixes my issue. On Fri, May 6, 2016 at 1:30 AM, Xie, Huawei wrote: > On 5/5/2016 12:21 AM, Vincent Li wrote: >> Hi, >> >> I am running the dpdk git repo which already had commit ac5e1d838dc >> (virtio: skip error when probing kernel managed device), but in my >> test, it seems

[dpdk-dev] virtio still blindly take over virtio device managed by kernel

2016-05-06 Thread Xie, Huawei
On 5/5/2016 12:21 AM, Vincent Li wrote: > Hi, > > I am running the dpdk git repo which already had commit ac5e1d838dc > (virtio: skip error when probing kernel managed device), but in my > test, it seems still taking control of the kernel managed virtio > device and segmentation fault, here is the

[dpdk-dev] virtio still blindly take over virtio device managed by kernel

2016-05-04 Thread Xie, Huawei
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vincent Li > Sent: Thursday, May 05, 2016 12:21 AM > To: dev at dpdk.org > Subject: [dpdk-dev] virtio still blindly take over virtio device managed > by kernel > > Hi, > >

[dpdk-dev] virtio still blindly take over virtio device managed by kernel

2016-05-04 Thread Vincent Li
Hi, I am running the dpdk git repo which already had commit ac5e1d838dc (virtio: skip error when probing kernel managed device), but in my test, it seems still taking control of the kernel managed virtio device and segmentation fault, here is the example: # ./tools/dpdk_nic_bind.py --status Netw