diff for duplicates of <544A420E.4000103@freescale.com> diff --git a/N1/1.1.hdr b/N1/1.1.hdr new file mode 100644 index 0000000..e5eb27e --- /dev/null +++ b/N1/1.1.hdr @@ -0,0 +1,2 @@ +Content-Type: text/plain; charset="utf-8"; format=flowed +Content-Transfer-Encoding: quoted-printable diff --git a/a/1.txt b/N1/1.1.txt similarity index 100% rename from a/1.txt rename to N1/1.1.txt diff --git a/a/2.bin b/N1/1.2.bin similarity index 100% rename from a/2.bin rename to N1/1.2.bin diff --git a/N1/1.2.hdr b/N1/1.2.hdr new file mode 100644 index 0000000..24bd2b6 --- /dev/null +++ b/N1/1.2.hdr @@ -0,0 +1,2 @@ +Content-Type: text/html; charset="utf-8" +Content-Transfer-Encoding: quoted-printable diff --git a/a/2.hdr b/N1/2.hdr index 94bdfd6..5216513 100644 --- a/a/2.hdr +++ b/N1/2.hdr @@ -1,2 +1,4 @@ -Content-Type: text/html; charset="utf-8" -Content-Transfer-Encoding: 8bit +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: base64 +Content-Disposition: inline diff --git a/N1/2.txt b/N1/2.txt new file mode 100644 index 0000000..d258c5f --- /dev/null +++ b/N1/2.txt @@ -0,0 +1,4 @@ +_______________________________________________ +Linuxppc-dev mailing list +Linuxppc-dev@lists.ozlabs.org +https://lists.ozlabs.org/listinfo/linuxppc-dev diff --git a/a/content_digest b/N1/content_digest index 19ecec9..66de7b0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,7 +9,7 @@ "Cc\0Zhao Qiang <B45475@freescale.com>" netdev@vger.kernel.org " Timur Tabi <timur@tabi.org>\0" - "\01:1\0" + "\02:1.1\0" "b\0" "Hi Ioannis ,\n" "\n" @@ -69,82 +69,88 @@ "> Linuxppc-dev mailing list\n" "> Linuxppc-dev@lists.ozlabs.org\n" > https://lists.ozlabs.org/listinfo/linuxppc-dev + "\02:1.2\0" + "b\0" + "<html>\r\n" + " <head>\r\n" + " <meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n" + " </head>\r\n" + " <body text=\"#000000\" bgcolor=\"#FFFFFF\">\r\n" + " Hi Ioannis\r\n" + " ,<br>\r\n" + " <br>\r\n" + " Thank you very much for finding and reporting the issue.<br>\r\n" + " I help to broadcast to netdev mailing-list.<br>\r\n" + " <br>\r\n" + " Thanks & Best Regards,<br>\r\n" + " Jianhua<br>\r\n" + " <br>\r\n" + " <div class=\"moz-cite-prefix\">\345\234\250 2014\345\271\26410\346\234\21022\346\227\245 21:07, Kokoris, Ioannis\r\n" + " \345\206\231\351\201\223:<br>\r\n" + " </div>\r\n" + " <blockquote\r\n" + "cite=\"mid:FDB831DFAAC88B42A50BA37D1BC5E13A29C63D1F@MCHP03MSX.global-ad.net\"\r\n" + " type=\"cite\">\r\n" + " <pre wrap=\"\">Hi, \r\n" + "\r\n" + "The value in QE UCC ethernet interfaces shows random values:\r\n" + "\r\n" + "# ethtool -S eth0\r\n" + "NIC statistics:\r\n" + " ...\r\n" + " rx-ip-checksum-errors: 3933892214\r\n" + "\r\n" + "The problem is located in a mismatch between the rx_fw_stat_gstrings fields\r\n" + "- used in ucc_geth_ethtool - and the ucc_geth_rx_firmware_statistics_pram\r\n" + "fields - used in ucc_geth.\r\n" + "Although the QE UCC Ethernet Controller includes the Rx checksum error\r\n" + "counter in the 'Rx firmware counters', the related field is missing from the\r\n" + "ucc_geth driver. \r\n" + "After adding the RxChecksumError field in\r\n" + "ucc_geth_rx_firmware_statistics_pram structure the counter works fine.\r\n" + "\r\n" + "\r\n" + "\r\n" + "Signed-off-by: Ioannis Kokkoris <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:ioannis.kokoris@unify.com\"><ioannis.kokoris@unify.com></a>\r\n" + "\r\n" + "\r\n" + "diff -Nru a/drivers/net/ethernet/freescale/ucc_geth.h\r\n" + "b/drivers/net/ethernet/freescale/ucc_geth.h\r\n" + "--- a/drivers/net/ethernet/freescale/ucc_geth.h 2014-10-22\r\n" + "15:19:16.000000000 +0300\r\n" + "+++ b/drivers/net/ethernet/freescale/ucc_geth.h 2014-10-22\r\n" + "15:24:39.000000000 +0300\r\n" + "@@ -541,6 +541,8 @@\r\n" + " replaced */\r\n" + " u32 insertvlan; /* total frames that had their VLAN tag\r\n" + " inserted */\r\n" + "+ u32 checksumerr; /* total frames that have IP Checksum Error\r\n" + "+ */\r\n" + " } __packed;\r\n" + "\r\n" + " struct ucc_geth_rx_interrupt_coalescing_entry {\r\n" + "\r\n" + "\r\n" + "\r\n" + "Best Regards,\r\n" + "Ioannis\r\n" + "</pre>\r\n" + " <br>\r\n" + " <fieldset class=\"mimeAttachmentHeader\"></fieldset>\r\n" + " <br>\r\n" + " <pre wrap=\"\">_______________________________________________\r\n" + "Linuxppc-dev mailing list\r\n" + "<a class=\"moz-txt-link-abbreviated\" href=\"mailto:Linuxppc-dev@lists.ozlabs.org\">Linuxppc-dev@lists.ozlabs.org</a>\r\n" + "<a class=\"moz-txt-link-freetext\" href=\"https://lists.ozlabs.org/listinfo/linuxppc-dev\">https://lists.ozlabs.org/listinfo/linuxppc-dev</a></pre>\r\n" + " </blockquote>\r\n" + " <br>\r\n" + " </body>\r\n" + "</html>\r\n" "\01:2\0" "b\0" - "<html>\n" - " <head>\n" - " <meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\n" - " </head>\n" - " <body text=\"#000000\" bgcolor=\"#FFFFFF\">\n" - " Hi Ioannis\n" - " ,<br>\n" - " <br>\n" - " Thank you very much for finding and reporting the issue.<br>\n" - " I help to broadcast to netdev mailing-list.<br>\n" - " <br>\n" - " Thanks & Best Regards,<br>\n" - " Jianhua<br>\n" - " <br>\n" - " <div class=\"moz-cite-prefix\">\345\234\250 2014\345\271\26410\346\234\21022\346\227\245 21:07, Kokoris, Ioannis\n" - " \345\206\231\351\201\223:<br>\n" - " </div>\n" - " <blockquote\n" - "cite=\"mid:FDB831DFAAC88B42A50BA37D1BC5E13A29C63D1F@MCHP03MSX.global-ad.net\"\n" - " type=\"cite\">\n" - " <pre wrap=\"\">Hi, \n" - "\n" - "The value in QE UCC ethernet interfaces shows random values:\n" - "\n" - "# ethtool -S eth0\n" - "NIC statistics:\n" - " ...\n" - " rx-ip-checksum-errors: 3933892214\n" - "\n" - "The problem is located in a mismatch between the rx_fw_stat_gstrings fields\n" - "- used in ucc_geth_ethtool - and the ucc_geth_rx_firmware_statistics_pram\n" - "fields - used in ucc_geth.\n" - "Although the QE UCC Ethernet Controller includes the Rx checksum error\n" - "counter in the 'Rx firmware counters', the related field is missing from the\n" - "ucc_geth driver. \n" - "After adding the RxChecksumError field in\n" - "ucc_geth_rx_firmware_statistics_pram structure the counter works fine.\n" - "\n" - "\n" - "\n" - "Signed-off-by: Ioannis Kokkoris <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:ioannis.kokoris@unify.com\"><ioannis.kokoris@unify.com></a>\n" - "\n" - "\n" - "diff -Nru a/drivers/net/ethernet/freescale/ucc_geth.h\n" - "b/drivers/net/ethernet/freescale/ucc_geth.h\n" - "--- a/drivers/net/ethernet/freescale/ucc_geth.h 2014-10-22\n" - "15:19:16.000000000 +0300\n" - "+++ b/drivers/net/ethernet/freescale/ucc_geth.h 2014-10-22\n" - "15:24:39.000000000 +0300\n" - "@@ -541,6 +541,8 @@\n" - " replaced */\n" - " u32 insertvlan; /* total frames that had their VLAN tag\n" - " inserted */\n" - "+ u32 checksumerr; /* total frames that have IP Checksum Error\n" - "+ */\n" - " } __packed;\n" - "\n" - " struct ucc_geth_rx_interrupt_coalescing_entry {\n" - "\n" - "\n" - "\n" - "Best Regards,\n" - "Ioannis\n" - "</pre>\n" - " <br>\n" - " <fieldset class=\"mimeAttachmentHeader\"></fieldset>\n" - " <br>\n" - " <pre wrap=\"\">_______________________________________________\n" + "_______________________________________________\n" "Linuxppc-dev mailing list\n" - "<a class=\"moz-txt-link-abbreviated\" href=\"mailto:Linuxppc-dev@lists.ozlabs.org\">Linuxppc-dev@lists.ozlabs.org</a>\n" - "<a class=\"moz-txt-link-freetext\" href=\"https://lists.ozlabs.org/listinfo/linuxppc-dev\">https://lists.ozlabs.org/listinfo/linuxppc-dev</a></pre>\n" - " </blockquote>\n" - " <br>\n" - " </body>\n" - "</html>\n" + "Linuxppc-dev@lists.ozlabs.org\n" + https://lists.ozlabs.org/listinfo/linuxppc-dev -b3c34e1644015be9b901158d9864b63e128f7390543f0f1ac12e1bfd0c26310d +4d86bf550b8cfdddd548aaf60be1f2674519263149e012532578580ac731b0e0
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.