K 10 svn:author V 6 royger K 8 svn:date V 27 2017-03-29T15:34:52.337067Z K 7 svn:log V 548 xen/netfront: release resources on removal Current netfront code doesn't release the resources (grants and mbufs) on removal. Add a new helper that releases the resources, so FreeBSD doesn't run out of grants or memory when performing heavy hotplug/unplug of Xen PV nic devices. This is a direct commit to stable/10 because the code in newer branches has been completely refactored and no longer has this issue. Reviewed by: royger Submitted by: Ouyangzhaowei Differential review: https://reviews.freebsd.org/D10088 END