diff for duplicates of <1460184781.2982.2.camel@intel.com> diff --git a/a/1.txt b/N1/1.txt index ed0ffa2..c2547ae 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ On Fri, 2016-04-08 at 17:06 -0400, Alexander Duyck wrote: > This patch adds support for partial GSO segmentation in the case of -> tunnels.? Specifically with this change the driver an perform +> tunnels. Specifically with this change the driver an perform > segmenation > as long as the frame either has IPv6 inner headers, or we are allowed > to -> mangle the IP IDs on the inner header.? This is needed because we +> mangle the IP IDs on the inner header. This is needed because we > will not > be modifying any fields from the start of the start of the outer > transport @@ -14,11 +14,11 @@ On Fri, 2016-04-08 at 17:06 -0400, Alexander Duyck wrote: > > Signed-off-by: Alexander Duyck <aduyck@mirantis.com> > --- -> ?drivers/net/ethernet/intel/ixgbe/ixgbe_main.c???? |? 105 +> drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 105 > +++++++++++++----- -> ?drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |? 123 +> drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 123 > ++++++++++++++++----- -> ?2 files changed, 172 insertions(+), 56 deletions(-) +> 2 files changed, 172 insertions(+), 56 deletions(-) Dropping this patch (and now the series) because this does not compile... @@ -26,30 +26,30 @@ compile... [23:51:49 @jtkirshe-linux:next-queue]$ make -j 77 -s Makefile:679: Cannot use CONFIG_KCOV: -fsanitize-coverage=trace-pc is not supported by compiler -? DESCEND??objtool + DESCEND objtool drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function -?ixgbevf_set_features?: +‘ixgbevf_set_features’: drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:3892:17: error: -?NETIF_F_TSO_MANGLEID? undeclared (first use in this function) -? if (features & NETIF_F_TSO_MANGLEID) -?????????????????^ +‘NETIF_F_TSO_MANGLEID’ undeclared (first use in this function) + if (features & NETIF_F_TSO_MANGLEID) + ^ drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:3892:17: note: each undeclared identifier is reported only once for each function it appears in drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function -?ixgbevf_probe?: +‘ixgbevf_probe’: drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4062:8: error: -?struct net_device? has no member named ?gso_partial_features? -? netdev->gso_partial_features = IXGBEVF_GSO_PARTIAL_FEATURES; -????????^ +‘struct net_device’ has no member named ‘gso_partial_features’ + netdev->gso_partial_features = IXGBEVF_GSO_PARTIAL_FEATURES; + ^ drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4063:25: error: -?NETIF_F_GSO_PARTIAL? undeclared (first use in this function) -? netdev->hw_features |= NETIF_F_GSO_PARTIAL | -?????????????????????????^ +‘NETIF_F_GSO_PARTIAL’ undeclared (first use in this function) + netdev->hw_features |= NETIF_F_GSO_PARTIAL | + ^ drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4073:6: error: -?NETIF_F_TSO_MANGLEID? undeclared (first use in this function) -??????NETIF_F_TSO_MANGLEID | -??????^ +‘NETIF_F_TSO_MANGLEID’ undeclared (first use in this function) + NETIF_F_TSO_MANGLEID | + ^ scripts/Makefile.build:291: recipe for target 'drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.o' failed make[5]: *** [drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.o] Error @@ -59,28 +59,28 @@ scripts/Makefile.build:440: recipe for target make[4]: *** [drivers/net/ethernet/intel/ixgbevf] Error 2 make[4]: *** Waiting for unfinished jobs.... drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function -?ixgbe_set_features?: +‘ixgbe_set_features’: drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:8635:17: error: -?NETIF_F_TSO_MANGLEID? undeclared (first use in this function) -? if (features & NETIF_F_TSO_MANGLEID) -?????????????????^ +‘NETIF_F_TSO_MANGLEID’ undeclared (first use in this function) + if (features & NETIF_F_TSO_MANGLEID) + ^ drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:8635:17: note: each undeclared identifier is reported only once for each function it appears in drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function -?ixgbe_probe?: -drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9350:8: error: ?struct -net_device? has no member named ?gso_partial_features? -? netdev->gso_partial_features = IXGBE_GSO_PARTIAL_FEATURES; -????????^ +‘ixgbe_probe’: +drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9350:8: error: ‘struct +net_device’ has no member named ‘gso_partial_features’ + netdev->gso_partial_features = IXGBE_GSO_PARTIAL_FEATURES; + ^ drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9351:22: error: -?NETIF_F_GSO_PARTIAL? undeclared (first use in this function) -? netdev->features |= NETIF_F_GSO_PARTIAL | -??????????????????????^ +‘NETIF_F_GSO_PARTIAL’ undeclared (first use in this function) + netdev->features |= NETIF_F_GSO_PARTIAL | + ^ drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9368:6: error: -?NETIF_F_TSO_MANGLEID? undeclared (first use in this function) -??????NETIF_F_TSO_MANGLEID | -??????^ +‘NETIF_F_TSO_MANGLEID’ undeclared (first use in this function) + NETIF_F_TSO_MANGLEID | + ^ scripts/Makefile.build:291: recipe for target 'drivers/net/ethernet/intel/ixgbe/ixgbe_main.o' failed make[5]: *** [drivers/net/ethernet/intel/ixgbe/ixgbe_main.o] Error 1 @@ -97,10 +97,3 @@ scripts/Makefile.build:440: recipe for target 'drivers/net' failed make[1]: *** [drivers/net] Error 2 Makefile:962: recipe for target 'drivers' failed make: *** [drivers] Error 2 --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 819 bytes -Desc: This is a digitally signed message part -URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160408/ad6b7afd/attachment.asc> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..f74a230 --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAABCgAGBQJXCKbNAAoJEOVv75VaS+3OX7kP/iBJj6F8IO5qWdsik0Cci4t/ +5fCdUlBvlB5f85liEaLggX/77QezgjwkVeVmJvstfrBF/vxmzZ3RQ8724/CYZeBP +3emF2rO2uxZKI2SoIDblD9b1mUBSFhyGlj85nKCk53rF99J1pvikAbKmUd1DqR7b +NfnV0qF0MH9xgF4U98N7YNzjSiIA83lhnEyXHoGYi4Qw3HPjL7GaLALEoesZWsHU +mleFpawjDW1rCQDPlsZ3x3Qb6ixr/sW1HjQK9dKMz2GTrkl17K6/X4aMepEqjAcH +kXKP1ofFjLCmbIQ2LqS/JVaqld8cyrllBNtZ7dRbK4NKv4K9IQhTOl51tkeEWFEE +T5/4yhv88bEYPVlYDeOCx/Gq4FZCU68+Sd/SjcXsmdey8jr1RFH5OBq5ccpsvTXr +oZK3wPYCwqAzqygmsuNguzcENYcmmjCfrMWkcWeaqTZ8kw+fTll6U10bvm9UOfD3 +CuDUdpbS+wSFbk/1SrS9gg0CpP90NqGU4gA8r5XZOP5x7mIe7twj05vuIuKlKn4Z +u7xUD75/jjkNOeLrAVVRGhGIUaNhz+NC425WqcmJZN4OnKGACSjbHFcUQGTWfeaH +BpfDhp5QHJPMpVWew2I+LGhsDrag7lYpRf246dWv+17fNXjXcrrfp9jiy5miTyZk +Gcg4Uy8aDPAkzxK1BsZ0 +=prpX +-----END PGP SIGNATURE----- diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..da6d245 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,3 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: This is a digitally signed message part +Content-Transfer-Encoding: 7bit diff --git a/a/content_digest b/N1/content_digest index e6baace..ada04dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,26 @@ "ref\020160408210103.13096.77973.stgit@ahduyck-xeon-server\0" "ref\020160408210647.13096.55323.stgit@ahduyck-xeon-server\0" "From\0Jeff Kirsher <jeffrey.t.kirsher@intel.com>\0" - "Subject\0[Intel-wired-lan] [next-queue PATCH 2/3] ixgbe/ixgbevf: Add support for GSO partial\0" + "Subject\0Re: [next-queue PATCH 2/3] ixgbe/ixgbevf: Add support for GSO partial\0" "Date\0Fri, 08 Apr 2016 23:53:01 -0700\0" - "To\0intel-wired-lan@osuosl.org\0" - "\00:1\0" + "To\0Alexander Duyck <aduyck@mirantis.com>" + herbert@gondor.apana.org.au + tom@herbertland.com + jesse@kernel.org + alexander.duyck@gmail.com + edumazet@google.com + intel-wired-lan@lists.osuosl.org + netdev@vger.kernel.org + " davem@davemloft.net\0" + "\01:1\0" "b\0" "On Fri, 2016-04-08 at 17:06 -0400, Alexander Duyck wrote:\n" "> This patch adds support for partial GSO segmentation in the case of\n" - "> tunnels.? Specifically with this change the driver an perform\n" + "> tunnels.\302\240 Specifically with this change the driver an perform\n" "> segmenation\n" "> as long as the frame either has IPv6 inner headers, or we are allowed\n" "> to\n" - "> mangle the IP IDs on the inner header.? This is needed because we\n" + "> mangle the IP IDs on the inner header.\302\240 This is needed because we\n" "> will not\n" "> be modifying any fields from the start of the start of the outer\n" "> transport\n" @@ -22,11 +30,11 @@ "> \n" "> Signed-off-by: Alexander Duyck <aduyck@mirantis.com>\n" "> ---\n" - "> ?drivers/net/ethernet/intel/ixgbe/ixgbe_main.c???? |? 105\n" + "> \302\240drivers/net/ethernet/intel/ixgbe/ixgbe_main.c\302\240\302\240\302\240\302\240 |\302\240 105\n" "> +++++++++++++-----\n" - "> ?drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |? 123\n" + "> \302\240drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |\302\240 123\n" "> ++++++++++++++++-----\n" - "> ?2 files changed, 172 insertions(+), 56 deletions(-)\n" + "> \302\2402 files changed, 172 insertions(+), 56 deletions(-)\n" "\n" "Dropping this patch (and now the series) because this does not\n" "compile...\n" @@ -34,30 +42,30 @@ "[23:51:49 @jtkirshe-linux:next-queue]$ make -j 77 -s\n" "Makefile:679: Cannot use CONFIG_KCOV: -fsanitize-coverage=trace-pc is\n" "not supported by compiler\n" - "? DESCEND??objtool\n" + "\302\240 DESCEND\302\240\302\240objtool\n" "drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function\n" - "?ixgbevf_set_features?:\n" + "\342\200\230ixgbevf_set_features\342\200\231:\n" "drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:3892:17: error:\n" - "?NETIF_F_TSO_MANGLEID? undeclared (first use in this function)\n" - "? if (features & NETIF_F_TSO_MANGLEID)\n" - "?????????????????^\n" + "\342\200\230NETIF_F_TSO_MANGLEID\342\200\231 undeclared (first use in this function)\n" + "\302\240 if (features & NETIF_F_TSO_MANGLEID)\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240^\n" "drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:3892:17: note: each\n" "undeclared identifier is reported only once for each function it\n" "appears in\n" "drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function\n" - "?ixgbevf_probe?:\n" + "\342\200\230ixgbevf_probe\342\200\231:\n" "drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4062:8: error:\n" - "?struct net_device? has no member named ?gso_partial_features?\n" - "? netdev->gso_partial_features = IXGBEVF_GSO_PARTIAL_FEATURES;\n" - "????????^\n" + "\342\200\230struct net_device\342\200\231 has no member named \342\200\230gso_partial_features\342\200\231\n" + "\302\240 netdev->gso_partial_features = IXGBEVF_GSO_PARTIAL_FEATURES;\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240^\n" "drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4063:25: error:\n" - "?NETIF_F_GSO_PARTIAL? undeclared (first use in this function)\n" - "? netdev->hw_features |= NETIF_F_GSO_PARTIAL |\n" - "?????????????????????????^\n" + "\342\200\230NETIF_F_GSO_PARTIAL\342\200\231 undeclared (first use in this function)\n" + "\302\240 netdev->hw_features |= NETIF_F_GSO_PARTIAL |\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240^\n" "drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4073:6: error:\n" - "?NETIF_F_TSO_MANGLEID? undeclared (first use in this function)\n" - "??????NETIF_F_TSO_MANGLEID |\n" - "??????^\n" + "\342\200\230NETIF_F_TSO_MANGLEID\342\200\231 undeclared (first use in this function)\n" + "\302\240\302\240\302\240\302\240\302\240\302\240NETIF_F_TSO_MANGLEID |\n" + "\302\240\302\240\302\240\302\240\302\240\302\240^\n" "scripts/Makefile.build:291: recipe for target\n" "'drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.o' failed\n" "make[5]: *** [drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.o] Error\n" @@ -67,28 +75,28 @@ "make[4]: *** [drivers/net/ethernet/intel/ixgbevf] Error 2\n" "make[4]: *** Waiting for unfinished jobs....\n" "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function\n" - "?ixgbe_set_features?:\n" + "\342\200\230ixgbe_set_features\342\200\231:\n" "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:8635:17: error:\n" - "?NETIF_F_TSO_MANGLEID? undeclared (first use in this function)\n" - "? if (features & NETIF_F_TSO_MANGLEID)\n" - "?????????????????^\n" + "\342\200\230NETIF_F_TSO_MANGLEID\342\200\231 undeclared (first use in this function)\n" + "\302\240 if (features & NETIF_F_TSO_MANGLEID)\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240^\n" "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:8635:17: note: each\n" "undeclared identifier is reported only once for each function it\n" "appears in\n" "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function\n" - "?ixgbe_probe?:\n" - "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9350:8: error: ?struct\n" - "net_device? has no member named ?gso_partial_features?\n" - "? netdev->gso_partial_features = IXGBE_GSO_PARTIAL_FEATURES;\n" - "????????^\n" + "\342\200\230ixgbe_probe\342\200\231:\n" + "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9350:8: error: \342\200\230struct\n" + "net_device\342\200\231 has no member named \342\200\230gso_partial_features\342\200\231\n" + "\302\240 netdev->gso_partial_features = IXGBE_GSO_PARTIAL_FEATURES;\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240^\n" "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9351:22: error:\n" - "?NETIF_F_GSO_PARTIAL? undeclared (first use in this function)\n" - "? netdev->features |= NETIF_F_GSO_PARTIAL |\n" - "??????????????????????^\n" + "\342\200\230NETIF_F_GSO_PARTIAL\342\200\231 undeclared (first use in this function)\n" + "\302\240 netdev->features |= NETIF_F_GSO_PARTIAL |\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240^\n" "drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:9368:6: error:\n" - "?NETIF_F_TSO_MANGLEID? undeclared (first use in this function)\n" - "??????NETIF_F_TSO_MANGLEID |\n" - "??????^\n" + "\342\200\230NETIF_F_TSO_MANGLEID\342\200\231 undeclared (first use in this function)\n" + "\302\240\302\240\302\240\302\240\302\240\302\240NETIF_F_TSO_MANGLEID |\n" + "\302\240\302\240\302\240\302\240\302\240\302\240^\n" "scripts/Makefile.build:291: recipe for target\n" "'drivers/net/ethernet/intel/ixgbe/ixgbe_main.o' failed\n" "make[5]: *** [drivers/net/ethernet/intel/ixgbe/ixgbe_main.o] Error 1\n" @@ -104,13 +112,27 @@ "scripts/Makefile.build:440: recipe for target 'drivers/net' failed\n" "make[1]: *** [drivers/net] Error 2\n" "Makefile:962: recipe for target 'drivers' failed\n" - "make: *** [drivers] Error 2\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 819 bytes\n" - "Desc: This is a digitally signed message part\n" - URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160408/ad6b7afd/attachment.asc> + make: *** [drivers] Error 2 + "\01:2\0" + "fn\0signature.asc\0" + "d\0This is a digitally signed message part\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v2\n" + "\n" + "iQIcBAABCgAGBQJXCKbNAAoJEOVv75VaS+3OX7kP/iBJj6F8IO5qWdsik0Cci4t/\n" + "5fCdUlBvlB5f85liEaLggX/77QezgjwkVeVmJvstfrBF/vxmzZ3RQ8724/CYZeBP\n" + "3emF2rO2uxZKI2SoIDblD9b1mUBSFhyGlj85nKCk53rF99J1pvikAbKmUd1DqR7b\n" + "NfnV0qF0MH9xgF4U98N7YNzjSiIA83lhnEyXHoGYi4Qw3HPjL7GaLALEoesZWsHU\n" + "mleFpawjDW1rCQDPlsZ3x3Qb6ixr/sW1HjQK9dKMz2GTrkl17K6/X4aMepEqjAcH\n" + "kXKP1ofFjLCmbIQ2LqS/JVaqld8cyrllBNtZ7dRbK4NKv4K9IQhTOl51tkeEWFEE\n" + "T5/4yhv88bEYPVlYDeOCx/Gq4FZCU68+Sd/SjcXsmdey8jr1RFH5OBq5ccpsvTXr\n" + "oZK3wPYCwqAzqygmsuNguzcENYcmmjCfrMWkcWeaqTZ8kw+fTll6U10bvm9UOfD3\n" + "CuDUdpbS+wSFbk/1SrS9gg0CpP90NqGU4gA8r5XZOP5x7mIe7twj05vuIuKlKn4Z\n" + "u7xUD75/jjkNOeLrAVVRGhGIUaNhz+NC425WqcmJZN4OnKGACSjbHFcUQGTWfeaH\n" + "BpfDhp5QHJPMpVWew2I+LGhsDrag7lYpRf246dWv+17fNXjXcrrfp9jiy5miTyZk\n" + "Gcg4Uy8aDPAkzxK1BsZ0\n" + "=prpX\n" + "-----END PGP SIGNATURE-----\n" -aaf2b29e94786a2a24b1fcb39954da1cc27da9fcab39b970dce35132bf011e07 +0d012ecd8baf87eb4ceb853c079b3b03274829f62cc1c31fcc89fef875939e56
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.