[dpdk-dev] [PATCH v2] vhost: fix eventfd_link.ko insertion failure problem

2015-11-24 Thread Thomas Monjalon
> > Problem:if I firstly insert my kmod_test.ko, then insert eventfd_link.ko, > > error will happen with hint " Device or resource busy". This is because > > the default minor device number, 0, has been occupied by my kmod_test.ko . > > > > root at distro:~/test$ lsmod > > Module

[dpdk-dev] [PATCH v2] vhost: fix eventfd_link.ko insertion failure problem

2015-11-11 Thread Yuanhan Liu
Acked-by: Yuanhan Liu --yliu On Wed, Nov 11, 2015 at 02:57:23PM +0800, Xiaobo Chi wrote: > Problem:if I firstly insert my kmod_test.ko, then insert eventfd_link.ko, > error will happen with hint " Device or resource busy". This is because > the default minor device number, 0, has been

[dpdk-dev] [PATCH v2] vhost: fix eventfd_link.ko insertion failure problem

2015-11-11 Thread Xiaobo Chi
Problem:if I firstly insert my kmod_test.ko, then insert eventfd_link.ko, error will happen with hint " Device or resource busy". This is because the default minor device number, 0, has been occupied by my kmod_test.ko . root at distro:~/test$ lsmod Module Size Used by kmod_test