[dpdk-dev] [PATCH v2 07/11] ixgbevf: cleanup unnecessary interrupt handler

2015-11-04 Thread Liang, Cunming
Hi David, On 11/3/2015 12:06 AM, David Marchand wrote: > On Fri, Oct 30, 2015 at 6:27 AM, Cunming Liang > wrote: > >> As ixgbe vf doesn't support lsc, the patch removes those unused code. >> In addition, it does some tiny cleanup. >> > Please, can you describe this tiny cleanup ? > Did it trigger

[dpdk-dev] [PATCH v2 07/11] ixgbevf: cleanup unnecessary interrupt handler

2015-11-02 Thread David Marchand
On Fri, Oct 30, 2015 at 6:27 AM, Cunming Liang wrote: > As ixgbe vf doesn't support lsc, the patch removes those unused code. > In addition, it does some tiny cleanup. > Please, can you describe this tiny cleanup ? Did it trigger some bug ? > diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c > b/d

[dpdk-dev] [PATCH v2 07/11] ixgbevf: cleanup unnecessary interrupt handler

2015-10-30 Thread Cunming Liang
As ixgbe vf doesn't support lsc, the patch removes those unused code. In addition, it does some tiny cleanup. Signed-off-by: Cunming Liang --- drivers/net/ixgbe/ixgbe_ethdev.c | 85 +--- 1 file changed, 10 insertions(+), 75 deletions(-) diff --git a/drivers/n