Re: [PATCH net-next 1/4] net/mlx5_core: Expose transobj APIs from mlx5 core

2015-08-25 Thread David Miller
From: Achiad Shochat Date: Tue, 25 Aug 2015 15:29:57 +0300 > From: Yishai Hadas > > Move transobj.h from the core library to include/linux/mlx5 > and expose its APIs. > It enables using its functionality outside of mlx5 core. > > Signed-off-by: Yishai Hadas You can submit this patch when you

[PATCH net-next 1/4] net/mlx5_core: Expose transobj APIs from mlx5 core

2015-08-25 Thread Achiad Shochat
From: Yishai Hadas Move transobj.h from the core library to include/linux/mlx5 and expose its APIs. It enables using its functionality outside of mlx5 core. Signed-off-by: Yishai Hadas --- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +- drivers/net/ethernet/mellanox/mlx5/core/srq.c