Hi,
I am writing an Ndis miniport driver that supports offloading of TCP,
IP checksums and segmentation. What kind of flags or registers do i need
to set and at what point of time do i set these to support the above?
Also, I have one more question. What kind of interrupts should I be
looking for? (during the transmit and receive processes and how do I
process them)
OS: Win2K.
Anticipating help,
Thanks,
CSK
Hi Chaitanya,
This happens at the load time of the driver as NDIS asks various queries to the miniport and a few of thse is TCP/IP Checksum offloads are also in that so just look at the OIDs.
Good Luck,
From: “Chaitanya C.S.K.”
>Reply-To: “Windows System Software Devs Interest List”
>To: “Windows System Software Devs Interest List”
>Subject: [ntdev] Ndis 5 Miniport Driver
>Date: Tue, 9 Dec 2003 00:35:33 -0500
>
>Hi,
>
> I am writing an Ndis miniport driver that supports offloading of TCP,
>IP checksums and segmentation. What kind of flags or registers do i need
>to set and at what point of time do i set these to support the above?
>
>Also, I have one more question. What kind of interrupts should I be
>looking for? (during the transmit and receive processes and how do I
>process them)
>OS: Win2K.
>
>Anticipating help,
>Thanks,
>CSK
>
>—
>Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com
Marriage? Join BharatMatrimony.com for free.
Assuming you have the DDKs, look at the *ebx* exaample under ndis sample
directory. The examples are (xp, win2k) for intel’s 8255* controllers, and
they very very useful examples to follow for your project …
-prokash
----- Original Message -----
From: “Chaitanya C.S.K.”
To: “Windows System Software Devs Interest List”
Sent: Monday, December 08, 2003 9:35 PM
Subject: [ntdev] Ndis 5 Miniport Driver
> Hi,
>
> I am writing an Ndis miniport driver that supports offloading of TCP,
> IP checksums and segmentation. What kind of flags or registers do i need
> to set and at what point of time do i set these to support the above?
>
> Also, I have one more question. What kind of interrupts should I be
> looking for? (during the transmit and receive processes and how do I
> process them)
> OS: Win2K.
>
> Anticipating help,
> Thanks,
> CSK
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@garlic.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>