Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-23 Thread Anjali Kulkarni
> On Oct 23, 2024, at 8:05 AM, Stanislav Fomichev wrote: > > On 10/23, Anjali Kulkarni wrote: >> […snip…] >> >> >> Yes, make sure all required options are picked up by >> "./tools/testing/kunit/kunit.py run" instead of manually adding options >> and doing modprobe. >

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-23 Thread Stanislav Fomichev
On 10/23, Anjali Kulkarni wrote: > […snip…] > > > Yes, make sure all required options are picked up by > "./tools/testing/kunit/kunit.py run" instead of manually adding options > and doing modprobe. > >>> > >>> The environment issues are resolved and I am able to run kunit.py

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-22 Thread Anjali Kulkarni
[…snip…] Yes, make sure all required options are picked up by "./tools/testing/kunit/kunit.py run" instead of manually adding options and doing modprobe. >>> >>> The environment issues are resolved and I am able to run kunit.py, but my >>> tests >>> are not invoked without g

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-22 Thread Anjali Kulkarni
> On Oct 22, 2024, at 4:50 PM, Stanislav Fomichev wrote: > > On 10/22, Anjali Kulkarni wrote: >> >> >>> On Oct 17, 2024, at 5:55 PM, Stanislav Fomichev >>> wrote: >>> >>> On 10/18, Anjali Kulkarni wrote: > On Oct 17, 2024, at 5:13 PM, Stanislav Fomichev > wrote: >

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-22 Thread Stanislav Fomichev
On 10/22, Anjali Kulkarni wrote: > > > > On Oct 17, 2024, at 5:55 PM, Stanislav Fomichev > > wrote: > > > > On 10/18, Anjali Kulkarni wrote: > >> > >> > >>> On Oct 17, 2024, at 5:13 PM, Stanislav Fomichev > >>> wrote: > >>> > >>> On 10/17, Anjali Kulkarni wrote: > Kunit tests to test

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-22 Thread Anjali Kulkarni
> On Oct 17, 2024, at 5:55 PM, Stanislav Fomichev wrote: > > On 10/18, Anjali Kulkarni wrote: >> >> >>> On Oct 17, 2024, at 5:13 PM, Stanislav Fomichev >>> wrote: >>> >>> On 10/17, Anjali Kulkarni wrote: Kunit tests to test hash table add, delete, duplicate add and delete. Add fo

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-18 Thread kernel test robot
Hi Anjali, kernel test robot noticed the following build errors: [auto build test ERROR on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Anjali-Kulkarni/connector-cn_proc-Add-hash-table-for-threads/20241018-021755 base: net-next/main patch link: https://lore.kernel

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-18 Thread kernel test robot
Hi Anjali, kernel test robot noticed the following build errors: [auto build test ERROR on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Anjali-Kulkarni/connector-cn_proc-Add-hash-table-for-threads/20241018-021755 base: net-next/main patch link: https://lore.kernel

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-18 Thread Stanislav Fomichev
On 10/18, Anjali Kulkarni wrote: > > > > On Oct 17, 2024, at 5:55 PM, Stanislav Fomichev > > wrote: > > > > On 10/18, Anjali Kulkarni wrote: > >> > >> > >>> On Oct 17, 2024, at 5:13 PM, Stanislav Fomichev > >>> wrote: > >>> > >>> On 10/17, Anjali Kulkarni wrote: > Kunit tests to test

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-17 Thread Anjali Kulkarni
> On Oct 17, 2024, at 5:55 PM, Stanislav Fomichev wrote: > > On 10/18, Anjali Kulkarni wrote: >> >> >>> On Oct 17, 2024, at 5:13 PM, Stanislav Fomichev >>> wrote: >>> >>> On 10/17, Anjali Kulkarni wrote: Kunit tests to test hash table add, delete, duplicate add and delete. Add fo

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-17 Thread Stanislav Fomichev
On 10/18, Anjali Kulkarni wrote: > > > > On Oct 17, 2024, at 5:13 PM, Stanislav Fomichev > > wrote: > > > > On 10/17, Anjali Kulkarni wrote: > >> Kunit tests to test hash table add, delete, duplicate add and delete. > >> Add following configs and compile kernel code: > >> > >> CONFIG_CONNECTO

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-17 Thread Anjali Kulkarni
> On Oct 17, 2024, at 5:13 PM, Stanislav Fomichev wrote: > > On 10/17, Anjali Kulkarni wrote: >> Kunit tests to test hash table add, delete, duplicate add and delete. >> Add following configs and compile kernel code: >> >> CONFIG_CONNECTOR=y >> CONFIG_PROC_EVENTS=y >> CONFIG_NET=y >> CONFIG_KU

Re: [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

2024-10-17 Thread Stanislav Fomichev
On 10/17, Anjali Kulkarni wrote: > Kunit tests to test hash table add, delete, duplicate add and delete. > Add following configs and compile kernel code: > > CONFIG_CONNECTOR=y > CONFIG_PROC_EVENTS=y > CONFIG_NET=y > CONFIG_KUNIT=m > CONFIG_CN_HASH_KUNIT_TEST=m > > To run kunit tests: > sudo modp