[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2ED289D4E09FBD4D92D911E869B97FDD0166CEF4@mtlexch01.mtl.com>
Date: Thu, 5 Nov 2009 22:09:30 +0200
From: "Yevgeny Petrilin" <yevgenyp@...lanox.co.il>
To: "Roland Dreier" <rdreier@...co.com>
Cc: <linux-rdma@...r.kernel.org>, <netdev@...r.kernel.org>,
"Liran Liss" <liranl@...lanox.co.il>,
"Tziporet Koren" <tziporet@...lanox.co.il>
Subject: RE: [PATCH 08/25] mlx4_core: fix buggy parsing of reserved eq cap
> > - dev_cap->reserved_eqs = 1 << (field & 0xf);
> > + dev_cap->reserved_eqs = field & 0xf;
>
>This patch looks good to apply right now. Is it OK for me to make this
>"From: Liran Liss <liranl@...lanox.co.il>" and add "Signed-off-by:
>Yevgeny Petrilin <yevgenyp@...lanox.co.il>"?
Yes, but
I am currently working on fixing the patches according to comments
received so far,
And thought to resubmit the entire patch set.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists