[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1340773249.4344.74.camel@LTIRV-MCHAN1.corp.ad.broadcom.com>
Date: Tue, 26 Jun 2012 22:00:49 -0700
From: "Michael Chan" <mchan@...adcom.com>
To: "David Miller" <davem@...emloft.net>
cc: netdev@...r.kernel.org, nsujir@...adcom.com
Subject: Re: [PATCH v2 -next 4/4] tg3: Add binary sysfs file to export
bulk sensor data
On Tue, 2012-06-26 at 21:02 -0700, David Miller wrote:
> Ben stated merely that a binary attribute existed for sysfs files. He
> did not, however, say that this is the path down which you should
> implement your feature.
He said that if the data was difficult to parse in the driver, then a
binary sysfs or private ioctl (which we would stay away) would be
appropriate. There are hundreds of bytes of this data, most of which is
not useful to the user but needed for Lights out management. It will
greatly bloat the tg3 driver to add code to parse all that data and
export each one separately.
>
> He, instead, encoraged you to use hwmon and other generic interfaces
> to export this sensor information.
Temperature is useful to the user, defined by hwmon, and easily
extracted so we added this in patch #3.
>
> I think you were eager to implement things this way because it was the
> least amount of work on your part, and that disappoints me greatly.
>
Our purpose is not to bloat the tg3 driver unnecessarily.
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists