[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 1/2] qom: new object to associate device to numa node
From: |
Markus Armbruster |
Subject: |
Re: [PATCH v6 1/2] qom: new object to associate device to numa node |
Date: |
Tue, 09 Jan 2024 08:02:03 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ankit Agrawal <ankita@nvidia.com> writes:
>>> +##
>>> +# @AcpiGenericInitiatorProperties:
>>> +#
>>> +# Properties for acpi-generic-initiator objects.
>>> +#
>>> +# @pci-dev: PCI device ID to be associated with the node
>>> +#
>>> +# @host-nodes: numa node list associated with the PCI device.
>>
>> NUMA
>>
>> Suggest "list of NUMA nodes associated with ..."
>
> Ack, will make the change.
>
>>> @@ -981,6 +997,7 @@
>>> 'id': 'str' },
>>> 'discriminator': 'qom-type',
>>> 'data': {
>>> + 'acpi-generic-initiator': 'AcpiGenericInitiatorProperties',
>>> 'authz-list': 'AuthZListProperties',
>>> 'authz-listfile': 'AuthZListFileProperties',
>>> 'authz-pam': 'AuthZPAMProperties',
>>
>> I'm holding my Acked-by until the interface design issues raised by
>> Jason have been resolved.
>
> I suppose you meant Jonathan here?
Yes. Going too fast. My apologies!
Re: [PATCH v6 1/2] qom: new object to associate device to numa node, Alex Williamson, 2024/01/04
Re: [PATCH v6 1/2] qom: new object to associate device to numa node, Jonathan Cameron, 2024/01/09
Re: [PATCH v6 1/2] qom: new object to associate device to numa node, Markus Armbruster, 2024/01/08