Re: [dpdk-dev] [PATCH v5] usertools/devbind: fix binding for built-in kernel drivers

2021-02-11 Thread Thomas Monjalon
> >> A driver can be loaded as a dynamic module or a built-in module. > >> In commit 681a67288655 ("usertools: check if module is loaded before > >> binding"), script only checks modules in /sys/module/. > >> > >> However, for built-in kernel driver, it only shows up in /sys/module/, if > >> it has

Re: [dpdk-dev] [PATCH v5] usertools/devbind: fix binding for built-in kernel drivers

2021-02-11 Thread Burakov, Anatoly
: Monday, November 23, 2020 11:06 To: dev@dpdk.org; anatoly.bura...@intel.com; tho...@monjalon.net Subject: [dpdk-dev] [PATCH v5] usertools/devbind: fix binding for built-in kernel drivers A driver can be loaded as a dynamic module or a built-in module. In commit 681a67288655 ("usertools: che

Re: [dpdk-dev] [PATCH v5] usertools/devbind: fix binding for built-in kernel drivers

2020-12-03 Thread Liu, Yongxin
> To: dev@dpdk.org; anatoly.bura...@intel.com; tho...@monjalon.net > Subject: [dpdk-dev] [PATCH v5] usertools/devbind: fix binding for built-in > kernel drivers > > A driver can be loaded as a dynamic module or a built-in module. > In commit 681a67288655 ("usertools:

[dpdk-dev] [PATCH v5] usertools/devbind: fix binding for built-in kernel drivers

2020-11-22 Thread Yongxin Liu
A driver can be loaded as a dynamic module or a built-in module. In commit 681a67288655 ("usertools: check if module is loaded before binding"), script only checks modules in /sys/module/. However, for built-in kernel driver, it only shows up in /sys/module/, if it has a version or at least one pa