Re: [PATCH 2/3] accel/qaic: Add fifo size debugfs

2024-03-14 Thread Jacek Lawrynowicz
Reviewed-by: Jacek Lawrynowicz On 11.03.2024 17:58, Jeffrey Hugo wrote: > Each DMA Bridge Channel (dbc) has a unique configured fifo size which is > specified by the userspace client of that dbc. Since the fifo is > circular, it is useful to know the configured size when debugging > issues. > >

Re: [PATCH 2/3] accel/qaic: Add fifo size debugfs

2024-03-12 Thread kernel test robot
link: https://lore.kernel.org/r/20240311165826.1728693-3-quic_jhugo%40quicinc.com patch subject: [PATCH 2/3] accel/qaic: Add fifo size debugfs config: microblaze-allmodconfig (https://download.01.org/0day-ci/archive/20240312/202403121628.x2ppkbrx-...@intel.com/config) compiler: microblaze-linux

[PATCH 2/3] accel/qaic: Add fifo size debugfs

2024-03-11 Thread Jeffrey Hugo
Each DMA Bridge Channel (dbc) has a unique configured fifo size which is specified by the userspace client of that dbc. Since the fifo is circular, it is useful to know the configured size when debugging issues. Add a per-dbc subdirectory in debugfs and in each subdirectory add a fifo_size entry