Re: [PATCH 0/3] net: RX and TX queue allocation cleanup
From: David Miller <davem@davemloft.net> Date: 2010-10-20 09:30:19
From: Tom Herbert <redacted>
Date: Mon, 18 Oct 2010 11:02:06 -0700 (PDT)
Move TX queue allocation to register_netdevice. Enforce
alloc_netdev_mq & netif_set_real_num_[rt]x_queues netif_alloc_rx_queues
are called with at least one queue to allocate.
All applied, and I fixed the indentation issue Eric noticed
while integrating.
Thanks.