diff for duplicates of <526C102C.9040306@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 4b8c22f..f63f775 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ On 10/25/2013 11:00 PM, Julian Anastasov wrote: >> + bool payload_csum = false; >> >> #ifdef CONFIG_IP_VS_IPV6 ->> if (cp->af = AF_INET6 && iph->fragoffs) +>> if (cp->af == AF_INET6 && iph->fragoffs) >> @@ -92,19 +93,27 @@ sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, > > ... @@ -74,7 +74,7 @@ On 10/25/2013 11:00 PM, Julian Anastasov wrote: > sort of: > > if (sctph->source != cp->vport || payload_csum || -> (!skb->dev && skb->ip_summed = CHECKSUM_PARTIAL)) { +> (!skb->dev && skb->ip_summed == CHECKSUM_PARTIAL)) { > > But I have to think more whether we can preserve > the ip_summed value in other cases, see skb_forward_csum() diff --git a/a/content_digest b/N1/content_digest index bb71683..1ae1be2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,13 @@ + "ref\01af1d5e1aae9df91683625f0cb120b329e8d2f10.1382689350.git.dborkman@redhat.com\0" "ref\08390127344501c35ed3c23f3690b8a671d353870.1382689350.git.dborkman@redhat.com\0" + "ref\0alpine.LFD.2.03.1310252306230.1600@ssi.bg\0" "From\0Daniel Borkmann <dborkman@redhat.com>\0" "Subject\0Re: [PATCH ipvs 2/2] net: ipvs: sctp: do not recalc sctp checksum when not needed\0" - "Date\0Sat, 26 Oct 2013 18:55:40 +0000\0" - "To\0linux-sctp@vger.kernel.org\0" + "Date\0Sat, 26 Oct 2013 20:55:40 +0200\0" + "To\0Julian Anastasov <ja@ssi.bg>\0" + "Cc\0horms@verge.net.au" + lvs-devel@vger.kernel.org + " linux-sctp@vger.kernel.org\0" "\00:1\0" "b\0" "On 10/25/2013 11:00 PM, Julian Anastasov wrote:\n" @@ -38,7 +43,7 @@ ">> +\tbool payload_csum = false;\n" ">>\n" ">> #ifdef CONFIG_IP_VS_IPV6\n" - ">> \tif (cp->af = AF_INET6 && iph->fragoffs)\n" + ">> \tif (cp->af == AF_INET6 && iph->fragoffs)\n" ">> @@ -92,19 +93,27 @@ sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,\n" ">\n" "> ...\n" @@ -81,7 +86,7 @@ "> sort of:\n" ">\n" "> \tif (sctph->source != cp->vport || payload_csum ||\n" - "> \t (!skb->dev && skb->ip_summed = CHECKSUM_PARTIAL)) {\n" + "> \t (!skb->dev && skb->ip_summed == CHECKSUM_PARTIAL)) {\n" ">\n" "> \tBut I have to think more whether we can preserve\n" "> the ip_summed value in other cases, see skb_forward_csum()\n" @@ -130,4 +135,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -354cc45081fffa908ee7a0e0bcfbf843d3f6a1f9fc6e9f6a1635f58bbe659a86 +4f2469247fee52d14a78e1014ff41379f0e2eb6063477395eed3c22bce4864c7
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.