These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / net / tso.h
index 47e5444..b7be852 100644 (file)
@@ -8,6 +8,7 @@ struct tso_t {
        void *data;
        size_t size;
        u16 ip_id;
+       bool ipv6;
        u32 tcp_seq;
 };