Re: OS throws away large packets

2008-05-06 Thread Mr Y
> > > >>> 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 >

Re: OS throws away large packets

2008-04-29 Thread Sam Leffler
Yehonatan Yossef wrote: -Original Message- From: Tom Judge [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 8:21 PM To: Mr Y Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED] Subject: Re: OS throws away large packets Mr Y wrote: Hi all, I'm trying to impl

RE: OS throws away large packets

2008-04-29 Thread Yehonatan Yossef
> >>> 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 > >>

RE: OS throws away large packets

2008-04-29 Thread Yehonatan Yossef
> -Original Message- > From: Tom Judge [mailto:[EMAIL PROTECTED] > Sent: Monday, April 28, 2008 8:21 PM > To: Mr Y > Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED] > Subject: Re: OS throws away large packets > > Mr Y wrote: > > Hi all, > >

Re: OS throws away large packets

2008-04-28 Thread Tom Judge
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

OS throws away large packets

2008-04-28 Thread Mr Y
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