Implement basic support for allocating memory from a specific numa node in the LinuxKPI.
MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
Paths
| Differential D29077 Authored by • hselasky on Mar 5 2021, 11:50 AM.
Details Summary Implement basic support for allocating memory from a specific numa node in the LinuxKPI. MFC after: 1 week
Diff Detail
Event TimelineHerald added subscribers: linuxkpi, emaste. · View Herald TranscriptMar 5 2021, 11:50 AM2021-03-05 11:50:16 (UTC+0)
Comment Actions Looks fine to me. I did not looked at the Linux KPI to see if this is a proper implementation. I suggest to wait some time for Mark' comments. This revision is now accepted and ready to land.Mar 6 2021, 8:34 PM2021-03-06 20:34:19 (UTC+0) Comment Actions Looks ok to me.
This revision now requires review to proceed.Mar 9 2021, 7:42 PM2021-03-09 19:42:49 (UTC+0) This revision is now accepted and ready to land.Mar 9 2021, 7:50 PM2021-03-09 19:50:24 (UTC+0) This revision now requires review to proceed.Mar 9 2021, 7:58 PM2021-03-09 19:58:51 (UTC+0) This revision was not accepted when it landed; it landed in state Needs Review.Mar 9 2021, 8:09 PM2021-03-09 20:09:14 (UTC+0) Closed by commit rGebe5cf355dca: Implement basic support for allocating memory from a specific numa node (authored by • hselasky). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 85263 sys/compat/linuxkpi/common/include/linux/compat.h
sys/compat/linuxkpi/common/include/linux/device.h
sys/compat/linuxkpi/common/include/linux/slab.h
sys/compat/linuxkpi/common/src/linux_domain.c
|