Re: [PATCH 0/2] Fix couple of issues with 'ethtool' get/set API's

2015-06-01 Thread Arun Parameswaran
On 15-05-31 12:59 PM, Ben Hutchings wrote: On Fri, 2015-05-22 at 15:43 -0700, Arun Parameswaran wrote: Hi, The patch fixes 2 issues with 'ethtool' getting/setting parametres in the do_gset() do_sset() API's. I have pushed a patch to the Kernel to fix an issue in the handling of the

Re: [PATCH 0/2] Fix couple of issues with 'ethtool' get/set API's

2015-06-01 Thread Ben Hutchings
On Mon, 2015-06-01 at 10:14 -0700, Arun Parameswaran wrote: On 15-05-31 12:59 PM, Ben Hutchings wrote: On Fri, 2015-05-22 at 15:43 -0700, Arun Parameswaran wrote: Hi, The patch fixes 2 issues with 'ethtool' getting/setting parametres in the do_gset() do_sset() API's. I have pushed a

Re: [PATCH 0/2] Fix couple of issues with 'ethtool' get/set API's

2015-06-01 Thread Ben Hutchings
On Mon, 2015-06-01 at 12:12 -0700, Arun Parameswaran wrote: On 15-06-01 11:07 AM, Ben Hutchings wrote: On Mon, 2015-06-01 at 10:14 -0700, Arun Parameswaran wrote: On 15-05-31 12:59 PM, Ben Hutchings wrote: On Fri, 2015-05-22 at 15:43 -0700, Arun Parameswaran wrote: Hi, The patch fixes 2

Re: [PATCH 0/2] Fix couple of issues with 'ethtool' get/set API's

2015-06-01 Thread Arun Parameswaran
On 15-06-01 11:07 AM, Ben Hutchings wrote: On Mon, 2015-06-01 at 10:14 -0700, Arun Parameswaran wrote: On 15-05-31 12:59 PM, Ben Hutchings wrote: On Fri, 2015-05-22 at 15:43 -0700, Arun Parameswaran wrote: Hi, The patch fixes 2 issues with 'ethtool' getting/setting parametres in the

Re: [PATCH 0/2] Fix couple of issues with 'ethtool' get/set API's

2015-06-01 Thread Arun Parameswaran
On 15-06-01 12:29 PM, Ben Hutchings wrote: On Mon, 2015-06-01 at 12:12 -0700, Arun Parameswaran wrote: On 15-06-01 11:07 AM, Ben Hutchings wrote: On Mon, 2015-06-01 at 10:14 -0700, Arun Parameswaran wrote: On 15-05-31 12:59 PM, Ben Hutchings wrote: On Fri, 2015-05-22 at 15:43 -0700, Arun

Re: [PATCH 0/2] Fix couple of issues with 'ethtool' get/set API's

2015-06-01 Thread David Miller
From: Ben Hutchings b...@decadent.org.uk Date: Mon, 01 Jun 2015 20:29:23 +0100 On Mon, 2015-06-01 at 12:12 -0700, Arun Parameswaran wrote: But this prevents the 'ethtool' from being used to get/set data of specific PHY's. That is fine because it is meant to manage the net device's own link

Re: [PATCH 0/2] Fix couple of issues with 'ethtool' get/set API's

2015-05-31 Thread Ben Hutchings
On Fri, 2015-05-22 at 15:43 -0700, Arun Parameswaran wrote: Hi, The patch fixes 2 issues with 'ethtool' getting/setting parametres in the do_gset() do_sset() API's. I have pushed a patch to the Kernel to fix an issue in the handling of the 'ethtool' commands which got accepted. This Kernel