> From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of Zhang Shengju > Sent: Tuesday, September 19, 2017 6:41 AM > To: Kirsher, Jeffrey T <[email protected]>; intel-wired- > [email protected]; [email protected] > Subject: [net-next,RESEND] igb: add function to get maximum RSS queues > > This patch adds a new function igb_get_max_rss_queues() to get maximum > RSS queues, this will reduce duplicate code and facilitate future > maintenance. > > Signed-off-by: Zhang Shengju <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb.h | 1 + > drivers/net/ethernet/intel/igb/igb_ethtool.c | 32 > +--------------------------- > drivers/net/ethernet/intel/igb/igb_main.c | 12 +++++++++-- > 3 files changed, 12 insertions(+), 33 deletions(-) >
Tested-by: Aaron Brown <[email protected]>
