All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180502062400-mutt-send-email-mst@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 88c586c..cc17ffb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -39,7 +39,7 @@ On Tue, May 01, 2018 at 10:07:38PM -0400, Vladislav 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))
@@ -71,3 +71,7 @@ so this still affects TX, shouldn't this affect RX instead?
 >  		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 23c6064..ccfedd7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\020180502020739.19239-1-vyasevic@redhat.com\0"
  "ref\020180502020739.19239-6-vyasevic@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 03:24:21 +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 06:24:21 +0300\0"
  "To\0Vladislav Yasevich <vyasevich@gmail.com>\0"
  "Cc\0netdev@vger.kernel.org"
   linux-sctp@vger.kernel.org
@@ -55,7 +55,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"
@@ -86,6 +86,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
 
-8bb471e5ab3fb550014d3a8dec6a9bf2730fdb22648813044f202a8080e0aba7
+7c0c066ed3864612d9aa0882ec80cd90f3b23f1afc76c17e5d7e0623f6bcfa74

diff --git a/a/1.txt b/N2/1.txt
index 88c586c..12a954d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -39,7 +39,7 @@ On Tue, May 01, 2018 at 10:07:38PM -0400, Vladislav 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 23c6064..f520fab 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\020180502020739.19239-6-vyasevic@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 03:24:21 +0000\0"
+ "Date\0Wed, 2 May 2018 06:24:21 +0300\0"
  "To\0Vladislav Yasevich <vyasevich@gmail.com>\0"
  "Cc\0netdev@vger.kernel.org"
   linux-sctp@vger.kernel.org
@@ -55,7 +55,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"
@@ -88,4 +88,4 @@
  "> -- \n"
  > 2.9.5
 
-8bb471e5ab3fb550014d3a8dec6a9bf2730fdb22648813044f202a8080e0aba7
+4ee7561cfa5dfa051eab44db8fea0f292659d11526c9f07c77dc2ded7eb7556a

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.