Re: [Intel-wired-lan] [jkirsher/next-queue PATCH 5/5] dev: Cap number of queues even with accel_priv

2017-11-03 Thread Jesse Brandeburg
On Thu, 2 Nov 2017 16:34:58 -0700 Alexander Duyck wrote: > From: Alexander Duyck > > With the recent fix to ixgbe we can cap the number of queues always > regardless of if accel_priv is being used or not since the actual number of > queues are being reported via real_num_tx_queues. Makes sense

[jkirsher/next-queue PATCH 5/5] dev: Cap number of queues even with accel_priv

2017-11-02 Thread Alexander Duyck
From: Alexander Duyck With the recent fix to ixgbe we can cap the number of queues always regardless of if accel_priv is being used or not since the actual number of queues are being reported via real_num_tx_queues. Signed-off-by: Alexander Duyck --- net/core/dev.c |3 +-- 1 file changed,