> > Linux RH 7.1, FreeS/WAN 1.91 > I am working on some hardware acceleration for IP tunneling that can > accelerate multiple packets simultaneosly. The tasklet that handles > reception, and decryption of packets deals with one packet at a time. Im > looking for suggestions that will allow me to handle multiple packets > i.e. once the packet is handed off to the hardware for decryption then > the next > packet can be processed. When the packet is decrypted call netif_rx() > to enqueue the packet for further processing. Simarlarly for the > transmit side. > > > TIA > Adam > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/