Searched hist:296602 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.cdiff 296602 Thu Mar 10 03:46:31 MST 2016 zbb Fix bug in VNIC causing phony number of available TX descriptors

TSO packets will signal segments TX completion in the separate CQ
descriptors. Each CQ descriptor for HW TSO will point to the same
SQ entry.
Do not invoke nicvf_put_sq_desc() for secondary segments to avoid
free_cnt corruption and eventually integer overflow that will result
in the negative free_cnt value and hence impossibility of further
transmission.

Reviewed by: wma
Obtained from: Semihalf
Sponsored by: Cavium
Differential Revision: https://reviews.freebsd.org/D5535

Completed in 77 milliseconds