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

2017-03-06 Thread Ferruh Yigit
Laranjeiro >> >> Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/mlx4: split the definitions to the >> header file >> >> On 2/22/2017 1:42 PM, Vasily Philipov wrote: >>> Make some structs/defines visible from different source files by >>> placing them into

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

2017-02-23 Thread Vasily Philipov
Hi Ferruh, > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Wednesday, February 22, 2017 21:05 > To: Vasily Philipov ; dev@dpdk.org > Cc: Adrien Mazarguil ; Nélio Laranjeiro > > Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/mlx4: split t

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

2017-02-22 Thread Ferruh Yigit
On 2/22/2017 1:42 PM, 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 ++ > drivers/net/mlx4/mlx4.h |

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

2017-02-22 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