Re: [PATCH] net:hns3:add xps init support

2019-01-07 Thread David Miller
From: yuqi jin Date: Mon, 7 Jan 2019 14:03:05 +0800 > XPS settings based on CPU(s) map . we can use __netdev_pick_tx > to select the transmit queue,then we can improve performance > > Cc: Yisen Zhuang > Cc: Salil Mehta > Cc: "David S. Miller" > Signed-off-by: yuqi jin Please resubmit this w

[PATCH] net:hns3:add xps init support

2019-01-06 Thread yuqi jin
XPS settings based on CPU(s) map . we can use __netdev_pick_tx to select the transmit queue,then we can improve performance Cc: Yisen Zhuang Cc: Salil Mehta Cc: "David S. Miller" Signed-off-by: yuqi jin --- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 30 + 1 file