Re: [PATCH] drivers: fix error CQE handling

2024-10-03 Thread Stephen Hemminger
On Tue, 2 May 2023 21:49:22 +0300 Alexander Kozyrev wrote: > The completion queue element size can be independently configured > to report either 64 or 128 bytes CQEs by programming cqe_sz parameter > at CQ creation. This parameter depends on the cache line size and > affects both regular CQEs an

[PATCH] drivers: fix error CQE handling

2023-05-02 Thread Alexander Kozyrev
The completion queue element size can be independently configured to report either 64 or 128 bytes CQEs by programming cqe_sz parameter at CQ creation. This parameter depends on the cache line size and affects both regular CQEs and error CQEs. But the error handling assumes that an error CQE is 64