Re: [RFC PATCH] Initialize dev_id sysfs attribute to -1 by default
From: Ben Hutchings <hidden>
Date: 2013-06-07 15:24:04
On Fri, 2013-06-07 at 07:45 -0700, John Fastabend wrote:
On 5/31/2013 5:17 AM, Narendra_K@Dell.com wrote:quoted
On Thu, May 30, 2013 at 07:08:46PM +0530, Bjørn Mork wrote:quoted
[off-list ref] writes:quoted
From: Narendra K <redacted> 'dev_id' sysfs attribute is initialized to zero by default. It is also zero based. This creates ambiguity in differentiating whether the driver set it to zero or it is the default value. Initialize 'dev_id' to -1 to make the scenario unambiguous.I understand your concern, but I don't think you can do this. It changes the userspace API, and has some very visible side effects. Please take a look at net/ipv6/addrconf.cOk, thank you for pointing it. I missed it while looking for its possible use scenarios.Although I'm not sure how that check works with devices that are setting dev_id and also provide their own mac addresses. From inspection it looks like these devices end up with a local interface identifier unnecessarily. Maybe Ben knows one of the drivers is the siena solorflare controller apparently for the SFC9000 family? The other two 'grep' finds are an mlx and chelsio device. Interestingly I didn't find any devices setting dev_id that also didn't program unique mac addresses. Perhaps I'm missing something?
I set this for Siena so that userland can tell which PF and port is which even if the PCIe topology is hidden by virtualisation. In practice we haven't made use of that (and since virtualisation may also hide the VPD and serial number capabilities, it probably doesn't help much). Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked.