Re: [PATCH 1/1] net-next/hinic: replace disable_irq_nosync/enable_irq

2019-01-17 Thread David Miller
From: Xue Chaojing Date: Tue, 15 Jan 2019 17:48:52 + > In order to avoid frequent system interrupts when sending and > receiving packets. we replace disable_irq_nosync/enable_irq > with hinic_set_msix_state(), hinic_set_msix_state is used to > access memory mapped hinic devices. > > Signed-o

[PATCH 1/1] net-next/hinic: replace disable_irq_nosync/enable_irq

2019-01-15 Thread Xue Chaojing
In order to avoid frequent system interrupts when sending and receiving packets. we replace disable_irq_nosync/enable_irq with hinic_set_msix_state(), hinic_set_msix_state is used to access memory mapped hinic devices. Signed-off-by: Xue Chaojing --- .../net/ethernet/huawei/hinic/hinic_hw_dev.c

Re: [PATCH 1/1] net-next/hinic: replace disable_irq_nosync/enable_irq

2019-01-04 Thread David Miller
From: Xue Chaojing Date: Thu, 3 Jan 2019 23:04:00 + > In order to avoid frequent system interrupts when sending and > receiving packets. we replace disable_irq_nosync/enable_irq > with hinic_set_msix_state(), hinic_set_msix_state is used to > access memory mapped hinic devices. > > Signed-of

[PATCH 1/1] net-next/hinic: replace disable_irq_nosync/enable_irq

2019-01-03 Thread Xue Chaojing
In order to avoid frequent system interrupts when sending and receiving packets. we replace disable_irq_nosync/enable_irq with hinic_set_msix_state(), hinic_set_msix_state is used to access memory mapped hinic devices. Signed-off-by: Xue Chaojing --- .../net/ethernet/huawei/hinic/hinic_hw_dev.c