[PATCH net-next 2/2] igb: Unpair the queues when changing the number of queues

2015-12-11 Thread Shota Suzuki
becomes unnecessary as a result of "ethtool -L". Signed-off-by: Shota Suzuki <suzuki_shota...@lab.ntt.co.jp> --- drivers/net/ethernet/intel/igb/igb_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/ig

[PATCH net-next 1/2] igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()

2015-12-11 Thread Shota Suzuki
ed-off-by: Shota Suzuki <suzuki_shota...@lab.ntt.co.jp> --- drivers/net/ethernet/intel/igb/igb_main.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c index 3d4b502..340ba4fb 100644 --- a/drivers/net/et

[PATCH net] igb: Fix oops caused by missing queue pairing

2015-06-30 Thread Shota Suzuki
but just made the number of queues become 1 because of entering msi_only mode in igb_set_interrupt_capability(). Fixes: 907b7835799f (igb: Add ethtool support to configure number of channels) Signed-off-by: Shota Suzuki suzuki_shota...@lab.ntt.co.jp --- Although we might be able to additionally