diff for duplicates of <20180502061520-mutt-send-email-mst@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 7cb15cf..9d1ec70 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -103,7 +103,7 @@ On Tue, May 01, 2018 at 10:07:34PM -0400, Vladislav Yasevich wrote: > + if (skb->csum_not_inet) > + hdr->flags |= VIRTIO_NET_HDR_F_CSUM_NOT_INET; > } else if (has_data_valid && -> skb->ip_summed = CHECKSUM_UNNECESSARY) { +> skb->ip_summed == CHECKSUM_UNNECESSARY) { > hdr->flags = VIRTIO_NET_HDR_F_DATA_VALID; > diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h > index 5de6ed3..9dfca1a 100644 @@ -134,3 +134,7 @@ How about just saying CRC32c ? > #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ > -- > 2.9.5 + +--------------------------------------------------------------------- +To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org +For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org diff --git a/a/content_digest b/N1/content_digest index 691ff3d..6c1a158 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,17 @@ "ref\020180502020739.19239-1-vyasevic@redhat.com\0" "ref\020180502020739.19239-2-vyasevic@redhat.com\0" "From\0Michael S. Tsirkin <mst@redhat.com>\0" - "Subject\0Re: [PATCH V2 net-next 1/6] virtio: Add support for SCTP checksum offloading\0" - "Date\0Wed, 02 May 2018 03:16:45 +0000\0" + "Subject\0[virtio-dev] Re: [PATCH V2 net-next 1/6] virtio: Add support for SCTP checksum offloading\0" + "Date\0Wed, 2 May 2018 06:16:45 +0300\0" "To\0Vladislav Yasevich <vyasevich@gmail.com>\0" - "Cc\0virtio-dev@lists.oasis-open.org" - marcelo.leitner@gmail.com - nhorman@tuxdriver.com - netdev@vger.kernel.org + "Cc\0netdev@vger.kernel.org" + linux-sctp@vger.kernel.org virtualization@lists.linux-foundation.org - " linux-sctp@vger.kernel.org\0" + virtio-dev@lists.oasis-open.org + jasowang@redhat.com + nhorman@tuxdriver.com + marcelo.leitner@gmail.com + " Vladislav Yasevich <vyasevic@redhat.com>\0" "\00:1\0" "b\0" "On Tue, May 01, 2018 at 10:07:34PM -0400, Vladislav Yasevich wrote:\n" @@ -117,7 +119,7 @@ "> +\t\tif (skb->csum_not_inet)\n" "> +\t\t\thdr->flags |= VIRTIO_NET_HDR_F_CSUM_NOT_INET;\n" "> \t} else if (has_data_valid &&\n" - "> \t\t skb->ip_summed = CHECKSUM_UNNECESSARY) {\n" + "> \t\t skb->ip_summed == CHECKSUM_UNNECESSARY) {\n" "> \t\thdr->flags = VIRTIO_NET_HDR_F_DATA_VALID;\n" "> diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h\n" "> index 5de6ed3..9dfca1a 100644\n" @@ -147,6 +149,10 @@ "> #define VIRTIO_NET_HDR_GSO_NONE\t\t0\t/* Not a GSO frame */\n" "> #define VIRTIO_NET_HDR_GSO_TCPV4\t1\t/* GSO frame, IPv4 TCP (TSO) */\n" "> -- \n" - > 2.9.5 + "> 2.9.5\n" + "\n" + "---------------------------------------------------------------------\n" + "To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org\n" + For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org -a675da0fbca675b2d31572a3eb1f079810c27c07a413088d96f2b14d429bcc76 +e18d13f58ba1dfeb60bc564b20f10d4e66e8884c03cc146aae7f2e203537a0d9
diff --git a/a/1.txt b/N2/1.txt index 7cb15cf..8f6b6ec 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -103,7 +103,7 @@ On Tue, May 01, 2018 at 10:07:34PM -0400, Vladislav Yasevich wrote: > + if (skb->csum_not_inet) > + hdr->flags |= VIRTIO_NET_HDR_F_CSUM_NOT_INET; > } else if (has_data_valid && -> skb->ip_summed = CHECKSUM_UNNECESSARY) { +> skb->ip_summed == CHECKSUM_UNNECESSARY) { > hdr->flags = VIRTIO_NET_HDR_F_DATA_VALID; > diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h > index 5de6ed3..9dfca1a 100644 diff --git a/a/content_digest b/N2/content_digest index 691ff3d..4f71613 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\020180502020739.19239-2-vyasevic@redhat.com\0" "From\0Michael S. Tsirkin <mst@redhat.com>\0" "Subject\0Re: [PATCH V2 net-next 1/6] virtio: Add support for SCTP checksum offloading\0" - "Date\0Wed, 02 May 2018 03:16:45 +0000\0" + "Date\0Wed, 2 May 2018 06:16:45 +0300\0" "To\0Vladislav Yasevich <vyasevich@gmail.com>\0" "Cc\0virtio-dev@lists.oasis-open.org" marcelo.leitner@gmail.com @@ -117,7 +117,7 @@ "> +\t\tif (skb->csum_not_inet)\n" "> +\t\t\thdr->flags |= VIRTIO_NET_HDR_F_CSUM_NOT_INET;\n" "> \t} else if (has_data_valid &&\n" - "> \t\t skb->ip_summed = CHECKSUM_UNNECESSARY) {\n" + "> \t\t skb->ip_summed == CHECKSUM_UNNECESSARY) {\n" "> \t\thdr->flags = VIRTIO_NET_HDR_F_DATA_VALID;\n" "> diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h\n" "> index 5de6ed3..9dfca1a 100644\n" @@ -149,4 +149,4 @@ "> -- \n" > 2.9.5 -a675da0fbca675b2d31572a3eb1f079810c27c07a413088d96f2b14d429bcc76 +c4c4792d8cf7341730fb4633d29190d5f40173015ec4199bee85e1ba4f2904ef
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.