K 10 svn:author V 9 vmaffione K 8 svn:date V 27 2021-01-24T10:10:36.229026Z K 7 svn:log V 504 iflib: add assert to prevent out-of-bounds array access The iflib_queues_alloc() allocates isc_nrxqs iflib_dma_info structs for each rxqset, and links each struct to a different free list. As a result, it must be isc_nrxqs >= isc_nfl (plus the completion queue, if present). Add an assertion to make this constraint explicit. MFC after: 2 weeks (cherry picked from commit 4ba9ad0dc316940f32065b05f24259f942c0692d) Git Hash: 08f7954e1c9f2e479896858f2af1ef7d568bc248 Git Author: vmaffione@FreeBSD.org END