On 28/05/2013 11:26, Eliezer Tamir wrote: > On 28/05/2013 03:36, Eric Dumazet wrote: >> On Mon, 2013-05-27 at 10:44 +0300, Eliezer Tamir wrote: >>> #include <net/netdma.h> >>> #include <net/secure_seq.h> >>> #include <net/tcp_memcontrol.h> >>> +#include <net/ll_poll.h> >>> >>> #include <linux/inet.h> >>> #include <linux/ipv6.h> >>> @@ -2011,6 +2012,7 @@ process: >>> if (sk_filter(sk, skb)) >>> goto discard_and_relse; >>> >>> + sk_mark_ll(sk, skb); >>> skb->dev = NULL; >>> >>> bh_lock_sock_nested(sk); >> >> How IPv6 is handled ?
It turns out that adding TCPv6/UDPv6 is very simple. I will add them, with a warning that I only did very limited testing. -Eliezer ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
