Re: [PATCH] bonding: move ipoib_header_ops to vmlinux

2014-12-14 Thread Wengang
Anyone please respond to this? thanks, wengang 于 2014年12月03日 09:50, Wengang Wang 写道: Hi David and Jay, Then about about the change in this patch? thanks, wengang 在 2014年11月26日 09:30, Wengang 写道: 于 2014年11月26日 02:44, David Miller 写道: From: Jay Vosburgh Date: Tue, 25 Nov 2014 10:41:17 -0800

Re: [PATCH] IB/addr: Improve address resolution callback scheduling

2014-12-14 Thread Or Gerlitz
On Wed, Oct 29, 2014 at 4:32 PM, Or Gerlitz wrote: [...] > Using one jiffie as the minimum delay value results in a less optimized > scheduling of executing this work item by the workqueue, which on the > below testbed costs about 3-4ms out of 12ms total time. Hi Roland, Hope the merge window wo

Re: [PATCH ] mlx4_core: Verify that port types are the same only if DPDP supported

2014-12-14 Thread Yuval Shaia
On Wed, Dec 10, 2014 at 12:13:51PM +0200, Matan Barak wrote: > > > On 12/7/2014 7:05 PM, Yuval Shaia wrote: > >This patch is merely makes code more nice and readable. > >Instead of checking for DPDP on every loop cycle the check moves out of the > >loop. > > > >Signed-off-by: Yuval Shaia > >---

[PATCH] mlx4_core: Check DPDP violation only when DPDP is not supported

2014-12-14 Thread Yuval Shaia
The check for DPDP moves out of the loop to make the code more correct and readable Signed-off-by: Yuval Shaia --- drivers/net/ethernet/mellanox/mlx4/main.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/mellanox/mlx4/main.c b/drivers/net/eth