Thomas, Thanks for the reply. I loaded the virtio_net module and then tried executing testpmd, but the entire VM crashed. Let me know if you want me to collect any specific data.
[root at localhost ~]# lsmod Module Size Used by fuse 76063 3 ppdev 17363 0 parport_pc 27416 0 i2c_piix4 17682 0 parport 39185 2 ppdev,parport_pc i2c_core 28619 1 i2c_piix4 virtio_net 23138 0 e1000 128455 0 mperf 12551 0 [root at localhost ~]# rmmod virtio_net [root at localhost ~]# lsmod Module Size Used by fuse 76063 3 ppdev 17363 0 parport_pc 27416 0 i2c_piix4 17682 0 parport 39185 2 ppdev,parport_pc i2c_core 28619 1 i2c_piix4 e1000 128455 0 mperf 12551 0 [root at localhost ~]# On Thu, Dec 5, 2013 at 4:56 PM, Thomas Monjalon <thomas.monjalon at 6wind.com> wrote: > Hello, > > 04/12/2013 05:37, Srinivasan J : >> I am getting the "virtio-net device is already used by another driver" > > Could you try "rmmod virtio_net" ? > > Please tell us if it solves your problem. > -- > Thomas