K 10 svn:author V 3 zbb K 8 svn:date V 27 2016-05-11T13:38:29.473390Z K 7 svn:log V 369 Fix deadlock in VNIC when using single CPU only Number of free Tx descriptors does not need to be locked since it can be modified atomically between SND and CQ tasks. It will also block Tx routine from sending packets while CQ will not be able to free descriptors. Obtained from: Semihalf Sponsored by: Cavium Differential Revision: https://reviews.freebsd.org/D6266 END