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

2017-03-20 Thread Ferruh Yigit
On 3/20/2017 9:19 AM, Nélio Laranjeiro wrote: > On Sun, Mar 05, 2017 at 09:51:31AM +0200, Vasily Philipov wrote: >> Make priv_lock/priv_unlock functions and some other structs/defines visible >> from different source files by placing them into mlx4.h header. >> >> Signed-off-by: Vasily Philipov >

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

2017-03-20 Thread Nélio Laranjeiro
On Sun, Mar 05, 2017 at 09:51:31AM +0200, Vasily Philipov wrote: > Make priv_lock/priv_unlock functions and some other structs/defines visible > from different source files by placing them into mlx4.h header. > > Signed-off-by: Vasily Philipov > --- > drivers/net/mlx4/mlx4.c | 193 > +--

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

2017-03-04 Thread Vasily Philipov
Make priv_lock/priv_unlock functions and some other structs/defines visible from different source files by placing them into mlx4.h header. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c | 193 +--- drivers/net/mlx4/mlx4.h | 187 +++