>From: J Hadi Salim [mailto:[EMAIL PROTECTED] On Behalf Of jamal
>
>On Thu, 2007-29-11 at 12:08 -0800, Nelson, Shannon wrote:
>> [RFC] I/OAT: Handle incoming udp through ioatdma
>>
>> From: Shannon Nelson <[EMAIL PROTECTED]>
>>
>> If the incoming udp packet is larger than
>sysctl_udp_dma_copybre
On Thu, 2007-29-11 at 12:08 -0800, Nelson, Shannon wrote:
> [RFC] I/OAT: Handle incoming udp through ioatdma
>
> From: Shannon Nelson <[EMAIL PROTECTED]>
>
> If the incoming udp packet is larger than sysctl_udp_dma_copybreak, try
> pushing it through the ioatdma asynchronous memcpy. This is very
Argh - mind the line breaks...
sln
On Nov 29, 2007 12:08 PM, Nelson, Shannon <[EMAIL PROTECTED]> wrote:
> [RFC] I/OAT: Handle incoming udp through ioatdma
>
> From: Shannon Nelson <[EMAIL PROTECTED]>
>
> If the incoming udp packet is larger than sysctl_udp_dma_copybreak, try
> pushing it through t
[RFC] I/OAT: Handle incoming udp through ioatdma
From: Shannon Nelson <[EMAIL PROTECTED]>
If the incoming udp packet is larger than sysctl_udp_dma_copybreak, try
pushing it through the ioatdma asynchronous memcpy. This is very much
the
same as the tcp copy offload. This is an RFC because we kno