Re: [PATCH v4 0/3] Modify AMD topology to use socket/dies/core/thread model

2020-08-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/159744083536.39197.13827776633866601278.st...@naples-babu.amd.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. =

[PATCH v4 0/3] Modify AMD topology to use socket/dies/core/thread model

2020-08-15 Thread Babu Moger
This series fixes couple of issues with recent topology related code. 1. Modify AMD topology to use socket/dies/core/thread model 2. Error out if the user does not pass the dies information if EPYC cpu is numa configured. 3. Remove the node_id references in topology and use die_id instead. 4