K 10 svn:author V 2 np K 8 svn:date V 27 2021-10-21T00:10:45.054453Z K 7 svn:log V 687 cxgbe(4): Stop but don't free netmap queues when netmap is switched off. It is common for freelists to be starving when a netmap application stops. Mailbox commands to free queues can hang in such a situation. Avoid that by not freeing the queues when netmap is switched off. Instead, use an alternate method to stop the queues without releasing the context ids. If netmap is enabled again later then the same queue is reinitialized for use. Move alloc_nm_rxq and txq to t4_netmap.c while here. Sponsored by: Chelsio Communications (cherry picked from commit 8eba75ed68854188c01a2058fe1f826b3428dbfa) Git Hash: 1f4943c92cdd783e31a7c145660e8ac961aaabbd Git Author: np@FreeBSD.org END