Re: [PATCH net-next] net-next/hinic: Set Rxq irq to specific cpu for NUMA

2017-09-28 Thread David Miller
From: Aviad Krawczyk Date: Wed, 27 Sep 2017 01:57:50 +0800 > Set Rxq irq to specific cpu for allocating and receiving the skb from > the same node. > > Signed-off-by: Aviad Krawczyk Applied.

[PATCH net-next] net-next/hinic: Set Rxq irq to specific cpu for NUMA

2017-09-26 Thread Aviad Krawczyk
Set Rxq irq to specific cpu for allocating and receiving the skb from the same node. Signed-off-by: Aviad Krawczyk --- drivers/net/ethernet/huawei/hinic/hinic_rx.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/net/ethernet/huawei/hinic/hinic_rx.c