K 10 svn:author V 4 manu K 8 svn:date V 27 2017-11-18T21:08:18.018541Z K 7 svn:log V 369 if_awg: avoid hole in the rx ring buffer when mbuf allocation fails Use a spare dma map when attempting to map a new mbuf on the rx path. If the mbuf allocation fails or the dma map loading for the new mbuf fails just reuse the old mbuf and increase the drop counter. Submitted by: Guy Yur Differential Revision: https://reviews.freebsd.org/D12538 END