Re: [PATCH 3/4] accel/ivpu: Set dma max_segment_size

2023-02-02 Thread Jeffrey Hugo
On 2/2/2023 2:21 AM, Stanislaw Gruszka wrote: Avoid below spurious warning: [ 264.844029] DMA-API: intel_vpu :00:0b.0: mapping sg segment longer than device claims to support [len=143360] [max=65536] [ 264.844038] WARNING: CPU: 0 PID: 1254 at kernel/dma/debug.c:1160 debug_dma_map_sg+0x6c

[PATCH 3/4] accel/ivpu: Set dma max_segment_size

2023-02-02 Thread Stanislaw Gruszka
Avoid below spurious warning: [ 264.844029] DMA-API: intel_vpu :00:0b.0: mapping sg segment longer than device claims to support [len=143360] [max=65536] [ 264.844038] WARNING: CPU: 0 PID: 1254 at kernel/dma/debug.c:1160 debug_dma_map_sg+0x6ca/0xb70 Signed-off-by: Stanislaw Gruszka ---