Re: [PATCH v2 net-next 1/2] net: hns: fix return value of the function about rss

2016-03-10 Thread kbuild test robot
Hi Kejian, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Kejian-Yan/net-hns-get-and-set-RSS-indirection-table-by-using-ethtool/20160310-210648 config: x86_64-allyesconfig (attached as .config) reproduce: # save the attached .config to linux

[PATCH v2 net-next 1/2] net: hns: fix return value of the function about rss

2016-03-10 Thread Kejian Yan
Both .get_rxfh and .get_rxfh are always return 0, it should return result from hardware when getting or setting rss. And the rss function should return the correct data type. Signed-off-by: Kejian Yan --- change log: PATCH v2: - This patch fixes the comments provided by Andy Shevchenko PATCH v