[ofw] RE: [PATCH] Support for ND over WV (incomplete)

Sean Hefty sean.hefty at intel.com
Tue May 19 11:40:04 PDT 2009


I spent considerable time looking at this, and I've come to the conclusion that
I don't like any of the solutions.  :b

I've made the following change to the winverbs API

IWVConnectEndpoint:
STDMETHOD(Disconnect)(
	THIS_
	__in_opt IWVConnectQueuePair* pQp,
	__in_opt OVERLAPPED* pOverlapped
) PURE;

The interface GUID and disconnect IOCTL were also modified.  If the QP is
provided, the kernel will attempt to transition it to error at the appropriate
time.

I'll submit patches for review once I finish adding in the logic to handle the
QP modification.

- Sean




More information about the ofw mailing list