Re: [dpdk-dev] [PATCH v3] mem: improve parameter checking on memory hotplug

2021-01-27 Thread Thomas Monjalon
22/01/2021 18:17, Anatoly Burakov: > Currently, we don't check anything that comes in through memory hotplug > subsystem using the IPC, because we always assume the data is correct. > This is okay as anyone having access to the IPC socket would also have > rights to crash the DPDK process through o

[dpdk-dev] [PATCH v3] mem: improve parameter checking on memory hotplug

2021-01-22 Thread Anatoly Burakov
Currently, we don't check anything that comes in through memory hotplug subsystem using the IPC, because we always assume the data is correct. This is okay as anyone having access to the IPC socket would also have rights to crash the DPDK process through other means, but it's still a good practice