Files
kubernetes/pkg
kikimo 2ef1f81076 Avoid undesirable allocation when device is associated with multiple NUMA Nodes
suppose there are two devices dev1 and dev2, each has NUMA Nodes associated as below:
  dev1: numa1
  dev2: numa1, numa2

and we request a device from numa2, currently filterByAffinity() will return
[], [dev1, dev2], [] if loop of available devices produce a sequence of [dev1, dev2],
that is is not desirable as what we truely expect is an allocation of dev2 from numa2.
2021-05-19 10:07:37 +08:00
..
2021-02-28 15:17:29 -08:00
2021-04-21 11:31:49 +02:00
2021-04-21 11:31:49 +02:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-03-30 23:02:09 +02:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-04-13 08:46:24 +08:00
2021-05-13 20:51:36 +08:00
2021-02-28 15:17:29 -08:00