diff for duplicates of <20180502164317-mutt-send-email-mst@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 8f36b1b..0a01fc1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -41,7 +41,7 @@ On Wed, May 02, 2018 at 09:27:00AM -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)) @@ -95,3 +95,7 @@ that affects packets sent by guest to host? > >> 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 a0bd3c5..78b8e5f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\020180502062400-mutt-send-email-mst@kernel.org\0" "ref\035def050-3803-42f4-5ee3-c10f98186c6d@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 13:46:17 +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 16:46:17 +0300\0" "To\0Vlad Yasevich <vyasevic@redhat.com>\0" "Cc\0Vladislav Yasevich <vyasevich@gmail.com>" netdev@vger.kernel.org @@ -59,7 +59,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" @@ -112,6 +112,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 -b4a63633d21201ab89a3522e9fb640b5f663e21c2c8c0e169537ae154904b992 +a0fb6d7f04050ed782f2a8488b7c45bb50bbf923f58ca503ddd053c5930bfea7
diff --git a/a/1.txt b/N2/1.txt index 8f36b1b..58831ac 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -41,7 +41,7 @@ On Wed, May 02, 2018 at 09:27:00AM -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 a0bd3c5..b32d8d9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,7 +4,7 @@ "ref\035def050-3803-42f4-5ee3-c10f98186c6d@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 13:46:17 +0000\0" + "Date\0Wed, 2 May 2018 16:46:17 +0300\0" "To\0Vlad Yasevich <vyasevic@redhat.com>\0" "Cc\0Vladislav Yasevich <vyasevich@gmail.com>" netdev@vger.kernel.org @@ -59,7 +59,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" @@ -114,4 +114,4 @@ "> >> -- \n" > >> 2.9.5 -b4a63633d21201ab89a3522e9fb640b5f663e21c2c8c0e169537ae154904b992 +0253a4f6adfc3d5b32cfdbf0b61e5b6e87b6fa000824f37c71bbfe9b8e315349
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.