Greg KH wrote:
> On Tue, Oct 21, 2008 at 07:53:08PM +0800, Yu Zhao wrote:
>> Support Single Root I/O Virtualization (SR-IOV) capability.
>>
>> Cc: Jesse Barnes <[EMAIL PROTECTED]>
>> Cc: Randy Dunlap <[EMAIL PROTECTED]>
>> Cc: Grant Grundler <[EMAIL PROTECTED]>
>> Cc: Alex Chiang <[EMAIL PROTECTED]>
>> Cc: Matthew Wilcox <[EMAIL PROTECTED]>
>> Cc: Roland Dreier <[EMAIL PROTECTED]>
>> Cc: Greg KH <[EMAIL PROTECTED]>
>> Signed-off-by: Yu Zhao <[EMAIL PROTECTED]>
>>

>> +#define iov_config_attr(field)                                              
>>  \
>> +static ssize_t field##_show(struct device *dev,                             
>>  \
>> +             struct device_attribute *attr, char *buf)               \
>> +{                                                                    \
>> +     struct pci_dev *pdev = to_pci_dev(dev);                         \
>> +     return sprintf(buf, "%d\n", pdev->iov->field);                  \
>> +}
>> +
>> +iov_config_attr(status);
>> +iov_config_attr(totalvfs);
>> +iov_config_attr(initialvfs);
>> +iov_config_attr(numvfs);
> 
> As you are adding new sysfs entries, can you also create the proper
> documentation in Documentation/ABI/ so that people can understand how to
> use them?  Yes, I see you added a stand-alone document, but putting it
> in the "standard" format is also necessary.

Thanks for reminding me about this. I used to update ABI doc in earlier 
versions, but somehow forgot to do this after several carry-forwards...

Will complete it in next version.

Regards,
Yu
_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/virtualization

Reply via email to