Re: [dpdk-dev] [PATCH] net/ixgbe: delete useless function declaration

2017-03-08 Thread Ferruh Yigit
On 3/8/2017 6:58 AM, Wei Zhao wrote: > delete useless function declarations in file ixgbe_flow.c and > adjust function defination position to aviod compile error. > > Signed-off-by: Wei Zhao Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/ixgbe: delete useless function declaration

2017-03-07 Thread Wei Zhao
delete useless function declarations in file ixgbe_flow.c and adjust function defination position to aviod compile error. Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ixgbe_flow.c | 142 - 1 file changed, 26 insertions(+), 116 deletions(-) diff --git a/d