Re: [PATCH 2/3 v2] net: cleanups in RX queue allocation
From: Eric Dumazet <hidden> Date: 2010-10-19 08:13:26
Le lundi 18 octobre 2010 à 21:00 -0700, Tom Herbert a écrit :
Clean up in RX queue allocation. In netif_set_real_num_rx_queues
return error on attempt to set zero queues, or requested number is
greater than number of allocated queues. In netif_alloc_rx_queues,
do BUG_ON if queue_count is zero.
Signed-off-by: Tom Herbert <redacted>
---