diff for duplicates of <1455786901.3128.13.camel@intel.com> diff --git a/a/1.txt b/N1/1.txt index f22c179..531f583 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,17 +2,17 @@ On Thu, 2016-02-18 at 08:53 +0100, John Holland wrote: > > > On Feb 18, 2016, at 03:29, David Miller <davem@davemloft.net> > wrote: -> >? +> > > > From: John Holland <jotihojr@gmail.com> > > Date: Thu, 18 Feb 2016 00:49:17 +0100 -> >? +> > > >> The Intel i211 LOM pcie ethernet controllers' iNVM operates as an > OTP > >> and has no externel EEPROM interface [1]. The following allows the > >> driver to pickup the MAC address from a device tree blob when > >> CONFIG_OF > >> has been enabled. -> >? +> > > > Please use the generic eth_platform_get_mac_address(), or > > alternatively structure your code like the ixgbe and other cases so > > that SPARC and other OF platforms get this support as well. @@ -21,14 +21,7 @@ On Thu, 2016-02-18 at 08:53 +0100, John Holland wrote: > eth_platform_get_mac_address() didn't return a devicetree node and I > can find no instance of of_<function> use in ixgbe. -See commit?e1be080f292eba2ef96af999057d1603cd50b473 in my dev-queue -branch. ?Sowmini Varadhan provided a patch to -use?eth_platform_get_mac_address() instead of the "CONFIG_SPARC" +See commit e1be080f292eba2ef96af999057d1603cd50b473 in my dev-queue +branch. Sowmini Varadhan provided a patch to +use eth_platform_get_mac_address() instead of the "CONFIG_SPARC" solution. --------------- 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/20160218/9f38b301/attachment.asc> diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..40d931c --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABCgAGBQJWxYuVAAoJEOVv75VaS+3OrXsP/35JO/rOfdTB9W+zVLT0BMmO +AMTRIUuwjWYMTdjRdOEKnbkOjajBk8t6qKkc1C27v2kj+gsHhf+0KXuwYlZwxPlZ +0NZqPb1M+/Ie0O9tySvR+nOWOJXFSKGPtgpozeQAjdt3vjKQ2WeSJlIlMjMhxGDc +cpRPb/xpb51nF05ikDHJe73Q5jaTqajYo66RadI1vLW7UBZVLhGKNGwjGogQYuo9 +CuWx0ljjxODjk4Zee8vKBPFF2v2utRT+nmvrAL2v4YwLLr3uKoveMYHB97JlqXkB +0WXrd3+Fn6se4ZaO6pF4OBpZNhkiKTwgY9CY/ffmbu/Hq0HBGW2G7LeBydXFPGwa +W1BIXCxJAgZLIvU1S69kLd8BKPdQ1GqgRXceJ5mtUO1HupDkt6J4dTJZ6CQXzYmT +9vnmdVq7rXGhrts+WkHqo08qMscDfg5J7bhzk2BM6tj2TlHWT9Odda7NSuZO2PEb +5tBtj9DZK/GdwHUxZPW8eJIkK+BAxc1bPqHpDcpvMkM0i4qfl+2wU79vU4dOlQ0P +NZBRgfUUEZzpZqHYOb/aZ38LelibypviRDkTa4z5fMYUhw3MQU4rvp/pKdUoT5Tl +rEgDN18sqKjNN8pztCaJ/ZISfYapsVs7ULmCUZ3tlm4y9uC1bAMZtoI4YQKr3665 +KvjkGiP6YskJmzfJK4aK +=li9p +-----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 b8e0727..25bc284 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,26 +2,29 @@ "ref\020160217.212910.1758016077144502307.davem@davemloft.net\0" "ref\097579B9E-E7C6-4DBE-B1A2-027C2EA7F754@gmail.com\0" "From\0Jeff Kirsher <jeffrey.t.kirsher@intel.com>\0" - "Subject\0[Intel-wired-lan] [next] igb: allow setting MAC address on i211 using a device tree blob V4\0" + "Subject\0Re: [Intel-wired-lan] [next] igb: allow setting MAC address on i211 using a device tree blob V4\0" "Date\0Thu, 18 Feb 2016 01:15:01 -0800\0" - "To\0intel-wired-lan@osuosl.org\0" - "\00:1\0" + "To\0John Holland <jotihojr@gmail.com>" + " David Miller <davem@davemloft.net>\0" + "Cc\0intel-wired-lan@lists.osuosl.org" + " netdev@vger.kernel.org\0" + "\01:1\0" "b\0" "On Thu, 2016-02-18 at 08:53 +0100, John Holland wrote:\n" "> \n" "> > On Feb 18, 2016, at 03:29, David Miller <davem@davemloft.net>\n" "> wrote:\n" - "> >?\n" + "> >\302\240\n" "> > From: John Holland <jotihojr@gmail.com>\n" "> > Date: Thu, 18 Feb 2016 00:49:17 +0100\n" - "> >?\n" + "> >\302\240\n" "> >> The Intel i211 LOM pcie ethernet controllers' iNVM operates as an\n" "> OTP\n" "> >> and has no externel EEPROM interface [1]. The following allows the\n" "> >> driver to pickup the MAC address from a device tree blob when\n" "> >> CONFIG_OF\n" "> >> has been enabled.\n" - "> >?\n" + "> >\302\240\n" "> > Please use the generic eth_platform_get_mac_address(), or\n" "> > alternatively structure your code like the ixgbe and other cases so\n" "> > that SPARC and other OF platforms get this support as well.\n" @@ -30,16 +33,30 @@ "> eth_platform_get_mac_address() didn't return a devicetree node and I\n" "> can find no instance of of_<function> use in ixgbe.\n" "\n" - "See commit?e1be080f292eba2ef96af999057d1603cd50b473 in my dev-queue\n" - "branch. ?Sowmini Varadhan provided a patch to\n" - "use?eth_platform_get_mac_address() instead of the \"CONFIG_SPARC\"\n" - "solution.\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/20160218/9f38b301/attachment.asc> + "See commit\302\240e1be080f292eba2ef96af999057d1603cd50b473 in my dev-queue\n" + "branch. \302\240Sowmini Varadhan provided a patch to\n" + "use\302\240eth_platform_get_mac_address() instead of the \"CONFIG_SPARC\"\n" + solution. + "\01:2\0" + "fn\0signature.asc\0" + "d\0This is a digitally signed message part\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1\n" + "\n" + "iQIcBAABCgAGBQJWxYuVAAoJEOVv75VaS+3OrXsP/35JO/rOfdTB9W+zVLT0BMmO\n" + "AMTRIUuwjWYMTdjRdOEKnbkOjajBk8t6qKkc1C27v2kj+gsHhf+0KXuwYlZwxPlZ\n" + "0NZqPb1M+/Ie0O9tySvR+nOWOJXFSKGPtgpozeQAjdt3vjKQ2WeSJlIlMjMhxGDc\n" + "cpRPb/xpb51nF05ikDHJe73Q5jaTqajYo66RadI1vLW7UBZVLhGKNGwjGogQYuo9\n" + "CuWx0ljjxODjk4Zee8vKBPFF2v2utRT+nmvrAL2v4YwLLr3uKoveMYHB97JlqXkB\n" + "0WXrd3+Fn6se4ZaO6pF4OBpZNhkiKTwgY9CY/ffmbu/Hq0HBGW2G7LeBydXFPGwa\n" + "W1BIXCxJAgZLIvU1S69kLd8BKPdQ1GqgRXceJ5mtUO1HupDkt6J4dTJZ6CQXzYmT\n" + "9vnmdVq7rXGhrts+WkHqo08qMscDfg5J7bhzk2BM6tj2TlHWT9Odda7NSuZO2PEb\n" + "5tBtj9DZK/GdwHUxZPW8eJIkK+BAxc1bPqHpDcpvMkM0i4qfl+2wU79vU4dOlQ0P\n" + "NZBRgfUUEZzpZqHYOb/aZ38LelibypviRDkTa4z5fMYUhw3MQU4rvp/pKdUoT5Tl\n" + "rEgDN18sqKjNN8pztCaJ/ZISfYapsVs7ULmCUZ3tlm4y9uC1bAMZtoI4YQKr3665\n" + "KvjkGiP6YskJmzfJK4aK\n" + "=li9p\n" + "-----END PGP SIGNATURE-----\n" -7f9aad39f352988dcc95f7cc1ac4e644a2bd1885504a9be0483945fadbcaf725 +4093800cd033b3138818117c816ec28020a3c9a6ed2590468ff607a0ee856132
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.