Re: question about fragmentation of large packets

2009-12-08 Thread avital sela
Thanks ! On Tue, Dec 8, 2009 at 2:58 PM, Herbert Xu wrote: > On Tue, Dec 08, 2009 at 02:54:43PM +0200, avital sela wrote: >> Hello, >> >> I am testing a AES HW crypto driver I wrote. I test by setting up a >> tunnel between the board and a Linux server and pinging packets from >> the board to the

Re: question about fragmentation of large packets

2009-12-08 Thread Herbert Xu
On Tue, Dec 08, 2009 at 02:54:43PM +0200, avital sela wrote: > Hello, > > I am testing a AES HW crypto driver I wrote. I test by setting up a > tunnel between the board and a Linux server and pinging packets from > the board to the server. > With my driver loaded everything works fine with small p

question about fragmentation of large packets

2009-12-08 Thread avital sela
Hello, I am testing a AES HW crypto driver I wrote. I test by setting up a tunnel between the board and a Linux server and pinging packets from the board to the server. With my driver loaded everything works fine with small packets but large packets (>1500) fail (100% packet loss). I added some de