Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-31 Thread Karolina Stolarek
Hi Christian, On 17.10.2023 14:10, Christian König wrote: Am 17.10.23 um 14:06 schrieb Karolina Stolarek: >> Oh! Could you at least take a look at ttm_bo_reserve_deadlock and/or interrupted subtests? I'm not 100% sure if my solution is right. Than this will have to wait till next week when I

Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-17 Thread Karolina Stolarek
On 17.10.2023 14:10, Christian König wrote: Am 17.10.23 um 14:06 schrieb Karolina Stolarek: On 17.10.2023 13:57, Christian König wrote: Am 17.10.23 um 13:22 schrieb Somalapuram, Amaranath: On 10/17/2023 4:35 PM, Karolina Stolarek wrote: Hi Amaranath, On 16.10.2023 15:08, Somalapuram, Amar

Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-17 Thread Christian König
Am 17.10.23 um 14:06 schrieb Karolina Stolarek: On 17.10.2023 13:57, Christian König wrote: Am 17.10.23 um 13:22 schrieb Somalapuram, Amaranath: On 10/17/2023 4:35 PM, Karolina Stolarek wrote: Hi Amaranath, On 16.10.2023 15:08, Somalapuram, Amaranath wrote: On 10/16/2023 2:22 PM, Karolin

Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-17 Thread Karolina Stolarek
On 17.10.2023 13:57, Christian König wrote: Am 17.10.23 um 13:22 schrieb Somalapuram, Amaranath: On 10/17/2023 4:35 PM, Karolina Stolarek wrote: Hi Amaranath, On 16.10.2023 15:08, Somalapuram, Amaranath wrote: On 10/16/2023 2:22 PM, Karolina Stolarek wrote: Add tests for building blocks o

Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-17 Thread Christian König
Am 17.10.23 um 13:22 schrieb Somalapuram, Amaranath: On 10/17/2023 4:35 PM, Karolina Stolarek wrote: Hi Amaranath, On 16.10.2023 15:08, Somalapuram, Amaranath wrote: On 10/16/2023 2:22 PM, Karolina Stolarek wrote: Add tests for building blocks of the TTM subsystem, such as ttm_resource,

Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-17 Thread Somalapuram, Amaranath
On 10/17/2023 4:35 PM, Karolina Stolarek wrote: Hi Amaranath, On 16.10.2023 15:08, Somalapuram, Amaranath wrote: On 10/16/2023 2:22 PM, Karolina Stolarek wrote: Add tests for building blocks of the TTM subsystem, such as ttm_resource, ttm_resource_manager, ttm_tt and ttm_buffer_object. Thi

Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-17 Thread Karolina Stolarek
Hi Amaranath, On 16.10.2023 15:08, Somalapuram, Amaranath wrote: On 10/16/2023 2:22 PM, Karolina Stolarek wrote: Add tests for building blocks of the TTM subsystem, such as ttm_resource, ttm_resource_manager, ttm_tt and ttm_buffer_object. This series covers basic functions such as initializati

Re: [PATCH v5 0/4] Improve test coverage of TTM

2023-10-16 Thread Somalapuram, Amaranath
On 10/16/2023 2:22 PM, Karolina Stolarek wrote: Add tests for building blocks of the TTM subsystem, such as ttm_resource, ttm_resource_manager, ttm_tt and ttm_buffer_object. This series covers basic functions such as initialization, allocation and clean-up of each struct. Testing of ttm_buffer_

[PATCH v5 0/4] Improve test coverage of TTM

2023-10-16 Thread Karolina Stolarek
Add tests for building blocks of the TTM subsystem, such as ttm_resource, ttm_resource_manager, ttm_tt and ttm_buffer_object. This series covers basic functions such as initialization, allocation and clean-up of each struct. Testing of ttm_buffer_object also includes locking and unlocking the objec