Re: [dpdk-dev] [PATCH 1/2] net/mlx4: split the definitions to the header file

2017-02-22 Thread Nélio Laranjeiro
On Tue, Feb 21, 2017 at 02:07:02PM +, Vasily Philipov wrote: > Make some structs/defines visible from different source files by placing > them into mlx4.h header. > > Signed-off-by: Vasily Philipov > --- > drivers/net/mlx4/mlx4.c | 183 ++ > driver

[dpdk-dev] [PATCH 1/2] net/mlx4: split the definitions to the header file

2017-02-21 Thread Vasily Philipov
Make some structs/defines visible from different source files by placing them into mlx4.h header. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c | 183 ++ drivers/net/mlx4/mlx4.h | 187 +++- 2 fil