>
> > >>> Hi all,
> > >>>
> > >>> I'm trying to implement Large Recieve Offload for an
> > >>>
> > >> Ethernet driver
> > >>
> > >>> on FreeBSD 6.3, but all my >MTU packets are being thrown
> > by the OS.
> > >>> I'm using mbuf chains in this imlpementation, each mbuf is
> > >>>
> > >> a cluster
>
> >>> Hi all,
> >>>
> >>> I'm trying to implement Large Recieve Offload for an
> >>>
> >> Ethernet driver
> >>
> >>> on FreeBSD 6.3, but all my >MTU packets are being thrown
> by the OS.
> >>> I'm using mbuf chains in this imlpementation, each mbuf is
> >>>
> >> a cluster
> >>
> -Original Message-
> From: Sam Leffler [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 29, 2008 7:17 PM
> To: Yehonatan Yossef
> Cc: Tom Judge; Mr Y; freebsd-net@freebsd.org;
> [EMAIL PROTECTED]; Liran Liss
> Subject: Re: OS throws away large packets
>
Yehonatan Yossef wrote:
-Original Message-
From: Tom Judge [mailto:[EMAIL PROTECTED]
Sent: Monday, April 28, 2008 8:21 PM
To: Mr Y
Cc: [EMAIL PROTECTED]; freebsd-net@freebsd.org
Subject: Re: OS throws away large packets
Mr Y wrote:
Hi all,
I'm trying to implement
> -Original Message-
> From: Tom Judge [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 28, 2008 8:21 PM
> To: Mr Y
> Cc: [EMAIL PROTECTED]; freebsd-net@freebsd.org
> Subject: Re: OS throws away large packets
>
> Mr Y wrote:
> > Hi all,
> >
>
Mr Y wrote:
Hi all,
I'm trying to implement Large Recieve Offload for an Ethernet driver on
FreeBSD 6.3, but all my >MTU packets are being thrown by the OS.
I'm using mbuf chains in this imlpementation, each mbuf is a cluster of
MCLBYTES bytes. They are linked by the m_next pointer.
The first pa
Hi all,
I'm trying to implement Large Recieve Offload for an Ethernet driver on
FreeBSD 6.3, but all my >MTU packets are being thrown by the OS.
I'm using mbuf chains in this imlpementation, each mbuf is a cluster of
MCLBYTES bytes. They are linked by the m_next pointer.
The first packet being thr