[PATCH iproute2-next] ip: iplink_ipoib.c: Remove extra spaces

2020-09-27 Thread Kamal Heib
Remove the extra space between the reported ipoib attrs - use only one space instead of two. Fixes: de0389935f8c ("iplink: Added support for the kernel IPoIB RTNL ops") Signed-off-by: Kamal Heib --- ip/iplink_ipoib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [PATCH v6 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions

2019-07-28 Thread Kamal Heib
On Thu, Jul 25, 2019 at 02:55:40PM -0300, Jason Gunthorpe wrote: > On Tue, Jul 09, 2019 at 05:17:30PM +0300, Michal Kalderon wrote: > > Create some common API's for adding entries to a xa_mmap. > > Searching for an entry and freeing one. > > > > The code was copied from the efa driver almost as is

Re: CFP: 4th RDMA Mini-Summit at LPC 2019

2019-05-16 Thread Kamal Heib
On 5/15/19 9:15 PM, Yuval Shaia wrote: > On Wed, May 15, 2019 at 07:36:26PM +0300, Leon Romanovsky wrote: >> On Wed, May 15, 2019 at 06:30:51PM +0300, Yuval Shaia wrote: >>> On Tue, May 14, 2019 at 03:23:21PM +0300, Leon Romanovsky wrote: This is a call for proposals for the 4th RDMA mini-s

Re: [PATCH net] net/mlx5e: Move mlx5e_priv_flags into en_ethtool.c

2018-07-27 Thread Kamal Heib
On Thu, Jul 26, 2018 at 11:51:49AM -0700, Saeed Mahameed wrote: > On Sun, Jul 15, 2018 at 12:06 PM, Kamal Heib wrote: > > Move the definition of mlx5e_priv_flags into en_ethtool.c because it's > > only used there. > > > > Fixes: 4e59e2888139 ("net/m

Re: [PATCH net] net/mlx5e: Move mlx5e_priv_flags into en_ethtool.c

2018-07-17 Thread Kamal Heib
On Tue, Jul 17, 2018 at 08:00:58AM -0700, Saeed Mahameed wrote: > On Sun, Jul 15, 2018 at 12:06 PM, Kamal Heib wrote: > > Move the definition of mlx5e_priv_flags into en_ethtool.c because it's > > only used there. > > > > Fixes: 4e59e2888139 ("net/m

[PATCH net] net/mlx5e: Move mlx5e_priv_flags into en_ethtool.c

2018-07-15 Thread Kamal Heib
Move the definition of mlx5e_priv_flags into en_ethtool.c because it's only used there. Fixes: 4e59e2888139 ("net/mlx5e: Introduce net device priv flags infrastructure") Signed-off-by: Kamal Heib --- drivers/net/ethernet/mellanox/mlx5/core/en.h | 7 --- drive

Re: [net 3/6] net/mlx5: FPGA, return -EINVAL if size is zero

2017-11-08 Thread Kamal Heib
On Wed, 2017-11-08 at 23:13 +0900, Or Gerlitz wrote: > On Wed, Nov 8, 2017 at 4:21 PM, Saeed Mahameed > wrote: > > From: Kamal Heib > > > > In the current code, if a size of zero is passed to > > mlx5_fpga_mem_{read|write}_i2c() functions the "err" >