> From: [email protected] [[email protected]] on behalf > of Shota Suzuki > [[email protected]] > Sent: Friday, December 11, 2015 1:43 AM > To: Kirsher, Jeffrey T; Brandeburg, Jesse; Nelson, Shannon; Wyborny, Carolyn; > Skidmore, Donald C; > Ronciak, John; Williams, Mitch A; [email protected]; > [email protected] > Cc: [email protected] > Subject: [PATCH net-next 1/2] igb: Remove unnecessary flag setting in > igb_set_flag_queue_pairs() > > If VFs are enabled (max_vfs >= 1), both max_rss_queues and > adapter->rss_queues are set to 2 in the case of e1000_82576. > In this case, IGB_FLAG_QUEUE_PAIRS is always set in the default block as a > result of fall-through, thus setting it in the e1000_82576 block is not > necessary.
> Signed-off-by: Shota Suzuki <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_main.c | 8 -------- > 1 file changed, 8 deletions(-) Tested-by: Aaron Brown <[email protected]>-- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
