Re: [PATCH] net: sxgbe: Added rxqueue enable function

2014-04-30 Thread David Miller
From: Byungho An Date: Tue, 29 Apr 2014 13:15:17 +0900 > > This patch adds rxqueue enable function according to number of rxqueue > and adds rxqueue disable function for removing. > > Signed-off-by: Byungho An Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung

[PATCH] net: sxgbe: Added rxqueue enable function

2014-04-28 Thread Byungho An
This patch adds rxqueue enable function according to number of rxqueue and adds rxqueue disable function for removing. Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |2 ++ drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c | 22 + drive