Re: [PATCH v8 1/2] qom: new object to associate device to NUMA node

2024-03-06 Thread Ankit Agrawal
>> -object acpi-generic-initiator,id=gi14,pci-dev=dev1,node=16 \ >> -object acpi-generic-initiator,id=gi15,pci-dev=dev1,node=17 \ >> >> The performance benefits can be realized by providing the NUMA node distances >> appropriately (through libvirt tags or Qemu params). The admin can get the >> dis

Re: [PATCH v8 1/2] qom: new object to associate device to NUMA node

2024-03-06 Thread Jonathan Cameron via
On Wed, 6 Mar 2024 12:33:16 + wrote: > 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 de

[PATCH v8 1/2] qom: new object to associate device to NUMA node

2024-03-06 Thread ankita
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