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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to