From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivasan J Subject: Re: Error message "virtio-net device is already used by another driver" Date: Thu, 5 Dec 2013 20:49:30 +0530 Message-ID: References: <201312051226.51234.thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <201312051226.51234.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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@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@localhost ~]# rmmod virtio_net [root@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@localhost ~]# On Thu, Dec 5, 2013 at 4:56 PM, Thomas Monjalon 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