K 10 svn:author V 6 sbruno K 8 svn:date V 27 2015-04-18T23:08:52.671750Z K 7 svn:log V 333 Acquire tx lock when attempting to insert into the buf ring. An rxeof can initiate a transmit and will have the same address of an mbuf as an already inserted entry. Attempt to not do that by only allowing one thread to insert into the tx buf ring per queue. Add queue information in a clearer output for the queue debug function. END