The index of the loop was a 16-bit variable which is sufficient for ring entries number but not for the byte size of the whole ring. The overflow happens when queue rings are configured for 4096 entries (descriptor size is 16 bytes). The result is an endless loop. Signed-off-by: Intel
Description
No description provided
Languages
C
99.1%
Meson
0.5%
Python
0.2%
Shell
0.1%