On Fri, 1 Mar 2024 08:33:42 +
Ankit Agrawal wrote:
> >> As for your suggestion of using acpi-dev as the arg to take both
> >> pci-dev and acpi-dev.. Would that mean sending a pure pci device
> >> (not the corner case you mentioned) through the acpi-dev argument
> >> as well? Not sure if that
>> As for your suggestion of using acpi-dev as the arg to take both
>> pci-dev and acpi-dev.. Would that mean sending a pure pci device
>> (not the corner case you mentioned) through the acpi-dev argument
>> as well? Not sure if that would appropriate.
>
> Ah, looking up my description is unclear.
On Thu, 29 Feb 2024 13:00:27 +
Ankit Agrawal wrote:
> >> >>> Jonathan, you pointed out interface design issues in your review of
> >> >>> v2.>
> >> >> Are you fully satisfied with the interface in v3?
> >> >>
> >> >> Yes. I'm fine with the interface in this version (though it's v7, so
> >
>> >>> Jonathan, you pointed out interface design issues in your review of v2.>
>> >> Are you fully satisfied with the interface in v3?
>> >>
>> >> Yes. I'm fine with the interface in this version (though it's v7, so I'm
>> >> lost
>> >> on v2 vs v3!)
>> >
>> > Looks like I can't count to 7!
>> >
On Wed, 28 Feb 2024 16:50:30 +
Ankit Agrawal wrote:
> >>> Jonathan, you pointed out interface design issues in your review of v2.>
> >> Are you fully satisfied with the interface in v3?
> >>
> >> Yes. I'm fine with the interface in this version (though it's v7, so I'm
> >> lost
> >> on v2
>>> Jonathan, you pointed out interface design issues in your review of v2.>
>> Are you fully satisfied with the interface in v3?
>>
>> Yes. I'm fine with the interface in this version (though it's v7, so I'm lost
>> on v2 vs v3!)
>
> Looks like I can't count to 7!
>
> With NUMA capitalized in the
Jonathan Cameron writes:
>> > ##
>> > # @RngProperties:
>> > #
>> > @@ -911,6 +926,7 @@
>> > ##
>> > { 'enum': 'ObjectType',
>> >'data': [
>> > +'acpi-generic-initiator',
>> > 'authz-list',
>> > 'authz-listfile',
>> > 'authz-pam',
>> > @@ -981,6 +997,7 @@
>> >
> > ##
> > # @RngProperties:
> > #
> > @@ -911,6 +926,7 @@
> > ##
> > { 'enum': 'ObjectType',
> >'data': [
> > +'acpi-generic-initiator',
> > 'authz-list',
> > 'authz-listfile',
> > 'authz-pam',
> > @@ -981,6 +997,7 @@
> > 'id': 'str' },
> >'discrimina
writes:
> From: Ankit Agrawal
>
> NVIDIA GPU's support MIG (Mult-Instance GPUs) feature [1], which allows
> partitioning of the GPU device resources (including device memory) into
> several (upto 8) isolated instances. Each of the partitioned memory needs
> a dedicated NUMA node to operate. The
>> diff --git a/include/hw/acpi/acpi-generic-initiator.h
>> b/include/hw/acpi/acpi-generic-initiator.h
>> new file mode 100644
>> index 00..2f183b029a
>> --- /dev/null
>> +++ b/include/hw/acpi/acpi-generic-initiator.h
>
>> +typedef struct AcpiGenericInitiatorClass {
>> + ObjectClass
> diff --git a/include/hw/acpi/acpi-generic-initiator.h
> b/include/hw/acpi/acpi-generic-initiator.h
> new file mode 100644
> index 00..2f183b029a
> --- /dev/null
> +++ b/include/hw/acpi/acpi-generic-initiator.h
> +typedef struct AcpiGenericInitiatorClass {
> +ObjectClass parent
From: Ankit Agrawal
NVIDIA GPU's support MIG (Mult-Instance GPUs) feature [1], which allows
partitioning of the GPU device resources (including device memory) into
several (upto 8) isolated instances. Each of the partitioned memory needs
a dedicated NUMA node to operate. The partitions are not fi
12 matches
Mail list logo