[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070104050722.GA9900@mellanox.co.il>
Date: Thu, 4 Jan 2007 07:07:22 +0200
From: "Michael S. Tsirkin" <mst@...lanox.co.il>
To: Steve Wise <swise@...ngridcomputing.com>
Cc: netdev@...r.kernel.org, Roland Dreier <rdreier@...co.com>,
linux-kernel@...r.kernel.org, openib-general@...nib.org
Subject: Re: [PATCH v4 01/13] Linux RDMA Core Changes
> If you think I should not add the udata parameter to the req_notify_cq()
> provider verb, then I can rework the chelsio driver:
>
> 1) at cq creation time, pass the virtual address of the u32 used by the
> library to track the current cq index. That way the chelsio kernel
> driver can save the address in its kernel cq context for later use.
>
> 2) change chelsio's req_notify_cq() to copy in the current cq index
> value directly for rearming.
>
> This puts all the burden on the chelsio driver, which is apparently the
> only one that needs this functionality.
Good thinking, I haven't thought of this approach.
This way there won't be any API/core changes and no changes to
other low level drivers, correct? And for chelsio, there's no overhead
as compared to code you posted.
Sounds good.
--
MST
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists