On Wed, 31 Oct 2007 22:42:57 +0800
Herbert Xu <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 31, 2007 at 11:05:45PM +0900, Mitsuru Chinen wrote:
> >
> > > > 1. udp6InDatagrams is incremented instead of udpInErrors
> > > > 2. In userland, recvfrom() replies an error with EAGAIN.
> > > > recvfrom()
On Wed, Oct 31, 2007 at 11:05:45PM +0900, Mitsuru Chinen wrote:
>
> > > 1. udp6InDatagrams is incremented instead of udpInErrors
> > > 2. In userland, recvfrom() replies an error with EAGAIN.
> > > recvfrom() wasn't aware of such a packet before.
> > >
> > > Are these changes intentional?
>
On Mon, 29 Oct 2007 20:53:28 +0800
Herbert Xu <[EMAIL PROTECTED]> wrote:
> On Mon, Oct 29, 2007 at 03:33:20PM +0900, Mitsuru Chinen wrote:
> > Hello Herbert,
> >
> > Let me ask a question about this patch.
> > After this patch was applied, 2 of the protocol stack behaviors were
> > changed when i
On Mon, Oct 29, 2007 at 03:33:20PM +0900, Mitsuru Chinen wrote:
> Hello Herbert,
>
> Let me ask a question about this patch.
> After this patch was applied, 2 of the protocol stack behaviors were
> changed when it receives a UDP datagram with broken checksum:
>
> 1. udp6InDatagrams is incremente
In article <[EMAIL PROTECTED]> (at Mon, 29 Oct 2007 15:33:20 +0900), Mitsuru
Chinen <[EMAIL PROTECTED]> says:
> Hello Herbert,
>
> Let me ask a question about this patch.
> After this patch was applied, 2 of the protocol stack behaviors were
> changed when it receives a UDP datagram with broken
EAGAIN.
recvfrom() wasn't aware of such a packet before.
Are these changes intentional?
Best Regards,
Mitsuru Chinen <[EMAIL PROTECTED]>
On Tue, 6 Mar 2007 12:20:10 +1100
Herbert Xu <[EMAIL PROTECTED]> wrote:
> Hi Dave:
>
> [UDP6]: Restore sk_filter optimisa
From: Herbert Xu <[EMAIL PROTECTED]>
Date: Tue, 6 Mar 2007 12:20:10 +1100
> Hi Dave:
>
> [UDP6]: Restore sk_filter optimisation
>
> This reverts the changeset
>
> [IPV6]: UDPv6 checksum.
>
> We always need to check UDPv6 checksum because it
Hi Dave:
[UDP6]: Restore sk_filter optimisation
This reverts the changeset
[IPV6]: UDPv6 checksum.
We always need to check UDPv6 checksum because it is mandatory.
The sk_filter optimisation has nothing to do whether we verify the
checksum. It simply postpones it to the point when the