Hi Antti, I would like to refer to one of the first emails you sent me:
Am 18.10.2013 02:45, schrieb Antti Kantee: > - Does the Rump TCP/IP-Stack support TCP segmentation and Large Receive >> Offload? > > It supports exactly the same features as the NetBSD kernel TCP/IP > stack. Now, for interface specific features such as TSO, you need the > underlying packet shoveling device to support the feature. The current > open source if_virt attempts to be as generic as possible and does not > set any flags to signal the TCP/IP stack about enhanced interface > capabilities. If the underlying device supports TSO, things should > just work by setting the correct IFCAP flag(s). I have integrated netmap into Swarm, and that means I need to handle netperfs big frames directly now. I have adapted the MTU of shmif, and now your IFCAP flags come in: where would I set the appropiate flags, and which would that be? Your help is kindly appreciated. Thanks! Martin ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
