Re: [PATCH] mlx4: decreasing ref count when removing mac

2011-08-05 Thread David Miller
From: Roland Dreier Date: Thu, 4 Aug 2011 05:55:39 -0700 >> For older FW versions, when a Mac address removed from Mac table, >> we should set 0 for reference count for the corresponding Mac index. >> Fixes a bug where removing Mac from the table still left that entry as >> invalid. > > This fix

Re: [PATCH] mlx4: decreasing ref count when removing mac

2011-08-04 Thread Roland Dreier
> For older FW versions, when a Mac address removed from Mac table, > we should set 0 for reference count for the corresponding Mac index. > Fixes a bug where removing Mac from the table still left that entry as > invalid. This fixes my problems with MTU settings with old FW. Tested-by: Roland Dr

[PATCH] mlx4: decreasing ref count when removing mac

2011-08-04 Thread Yevgeny Petrilin
For older FW versions, when a Mac address removed from Mac table, we should set 0 for reference count for the corresponding Mac index. Fixes a bug where removing Mac from the table still left that entry as invalid. Signed-off-by: Yevgeny Petrilin --- drivers/net/mlx4/port.c |9 ++--- 1