diff for duplicates of <20180502170424-mutt-send-email-mst@kernel.org> diff --git a/a/1.txt b/N1/1.txt index d1c7beb..247e296 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -43,7 +43,7 @@ On Wed, May 02, 2018 at 10:00:14AM -0400, Vlad Yasevich wrote: > >>>> @@ -369,8 +369,7 @@ rx_handler_result_t tap_handle_frame(struct sk_buff **pskb) > >>>> * check, we either support them all or none. > >>>> */ -> >>>> if (skb->ip_summed = CHECKSUM_PARTIAL && +> >>>> if (skb->ip_summed == CHECKSUM_PARTIAL && > >>>> - !(features & NETIF_F_CSUM_MASK) && > >>>> - skb_checksum_help(skb)) > >>>> + skb_csum_hwoffload_help(skb, features)) @@ -141,3 +141,7 @@ TUN_F_SCTP_CSUM doing the same? > >>>> rtnl_lock(); > >>>> -- > >>>> 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 9fd9b2f..38a50b2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,16 +5,17 @@ "ref\020180502164317-mutt-send-email-mst@kernel.org\0" "ref\0cd94e936-f24c-de0d-7254-069054e33268@redhat.com\0" "From\0Michael S. Tsirkin <mst@redhat.com>\0" - "Subject\0Re: [PATCH V2 net-next 5/6] macvlan/macvtap: Add support for SCTP checksum offload.\0" - "Date\0Wed, 02 May 2018 14:17:11 +0000\0" + "Subject\0[virtio-dev] Re: [PATCH V2 net-next 5/6] macvlan/macvtap: Add support for SCTP checksum offload.\0" + "Date\0Wed, 2 May 2018 17:17:11 +0300\0" "To\0Vlad Yasevich <vyasevic@redhat.com>\0" - "Cc\0virtio-dev@lists.oasis-open.org" - marcelo.leitner@gmail.com - nhorman@tuxdriver.com + "Cc\0Vladislav Yasevich <vyasevich@gmail.com>" netdev@vger.kernel.org - virtualization@lists.linux-foundation.org linux-sctp@vger.kernel.org - " Vladislav Yasevich <vyasevich@gmail.com>\0" + virtualization@lists.linux-foundation.org + virtio-dev@lists.oasis-open.org + jasowang@redhat.com + nhorman@tuxdriver.com + " marcelo.leitner@gmail.com\0" "\00:1\0" "b\0" "On Wed, May 02, 2018 at 10:00:14AM -0400, Vlad Yasevich wrote:\n" @@ -62,7 +63,7 @@ "> >>>> @@ -369,8 +369,7 @@ rx_handler_result_t tap_handle_frame(struct sk_buff **pskb)\n" "> >>>> \t\t *\t check, we either support them all or none.\n" "> >>>> \t\t */\n" - "> >>>> \t\tif (skb->ip_summed = CHECKSUM_PARTIAL &&\n" + "> >>>> \t\tif (skb->ip_summed == CHECKSUM_PARTIAL &&\n" "> >>>> -\t\t !(features & NETIF_F_CSUM_MASK) &&\n" "> >>>> -\t\t skb_checksum_help(skb))\n" "> >>>> +\t\t skb_csum_hwoffload_help(skb, features))\n" @@ -159,6 +160,10 @@ "> >>>> \n" "> >>>> \t\trtnl_lock();\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 -8c02853319748ad404d8fe808a1ac02e604304bc1f2e80726ae14127fe9efbfc +78a07b48ef470252c90d40e94a5cf7a598eaa4d8359b9543230da20de8824ec4
diff --git a/a/1.txt b/N2/1.txt index d1c7beb..279998b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -43,7 +43,7 @@ On Wed, May 02, 2018 at 10:00:14AM -0400, Vlad Yasevich wrote: > >>>> @@ -369,8 +369,7 @@ rx_handler_result_t tap_handle_frame(struct sk_buff **pskb) > >>>> * check, we either support them all or none. > >>>> */ -> >>>> if (skb->ip_summed = CHECKSUM_PARTIAL && +> >>>> if (skb->ip_summed == CHECKSUM_PARTIAL && > >>>> - !(features & NETIF_F_CSUM_MASK) && > >>>> - skb_checksum_help(skb)) > >>>> + skb_csum_hwoffload_help(skb, features)) diff --git a/a/content_digest b/N2/content_digest index 9fd9b2f..dfc9cd5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,7 +6,7 @@ "ref\0cd94e936-f24c-de0d-7254-069054e33268@redhat.com\0" "From\0Michael S. Tsirkin <mst@redhat.com>\0" "Subject\0Re: [PATCH V2 net-next 5/6] macvlan/macvtap: Add support for SCTP checksum offload.\0" - "Date\0Wed, 02 May 2018 14:17:11 +0000\0" + "Date\0Wed, 2 May 2018 17:17:11 +0300\0" "To\0Vlad Yasevich <vyasevic@redhat.com>\0" "Cc\0virtio-dev@lists.oasis-open.org" marcelo.leitner@gmail.com @@ -62,7 +62,7 @@ "> >>>> @@ -369,8 +369,7 @@ rx_handler_result_t tap_handle_frame(struct sk_buff **pskb)\n" "> >>>> \t\t *\t check, we either support them all or none.\n" "> >>>> \t\t */\n" - "> >>>> \t\tif (skb->ip_summed = CHECKSUM_PARTIAL &&\n" + "> >>>> \t\tif (skb->ip_summed == CHECKSUM_PARTIAL &&\n" "> >>>> -\t\t !(features & NETIF_F_CSUM_MASK) &&\n" "> >>>> -\t\t skb_checksum_help(skb))\n" "> >>>> +\t\t skb_csum_hwoffload_help(skb, features))\n" @@ -161,4 +161,4 @@ "> >>>> -- \n" > >>>> 2.9.5 -8c02853319748ad404d8fe808a1ac02e604304bc1f2e80726ae14127fe9efbfc +80bd73866ec1513c42f41e6135f4a36a0679a65738dae0c92f768c28a4e983f0
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.