Re: Udp sending performance in Gbit Ethernet
- From: "Stephan Wolf [MVP]" <stewo68@xxxxxxxxxxx>
- Date: 18 Jan 2006 07:20:40 -0800
Network drivers follow the NDIS model. The NDIS library ("Wrapper")
itself uses WDM, but NDIS drivers have no idea of WDM.
There are just so many things to mention here:
1. TCP/UDP Checksum offload - Most modern NICs offer this feature, i.e.
they calculate the checksum in hardware. Try and play with this option
for your NIC if available.
2. Large Send Offload - ditto.
3. Is there any difference in the frames on the wire. Run some network
sniffer like Ethereal and see if you see things like IP fragments.
n. ...just so many more.
Stephan
.
- References:
- Re: Udp sending performance in Gbit Ethernet
- From: Stephan Wolf [MVP]
- Re: Udp sending performance in Gbit Ethernet
- From: JTL
- Re: Udp sending performance in Gbit Ethernet
- From: Stephan Wolf [MVP]
- Re: Udp sending performance in Gbit Ethernet
- From: JTL
- Re: Udp sending performance in Gbit Ethernet
- Prev by Date: Re: MCE BDA Driver works incorrect.
- Next by Date: Re: Installing driver using rundll32
- Previous by thread: Re: Udp sending performance in Gbit Ethernet
- Next by thread: Re: Udp sending performance in Gbit Ethernet
- Index(es):
Relevant Pages
|
Loading