Re: [PATCH 1/2] doc: add note about CPU 0

2024-07-29 Thread Thomas Monjalon
18/07/2024 20:43, Stephen Hemminger: > On Linux (and probably BSD), CPU 0 can not be fully isolated > because it receives timer interrupts and is used for other > kernel related functions. The DPDK documentation should > be updated to tell users to avoid polling on that CPU. > > Signed-off-by: Ste

[PATCH 1/2] doc: add note about CPU 0

2024-07-18 Thread Stephen Hemminger
On Linux (and probably BSD), CPU 0 can not be fully isolated because it receives timer interrupts and is used for other kernel related functions. The DPDK documentation should be updated to tell users to avoid polling on that CPU. Signed-off-by: Stephen Hemminger --- doc/guides/linux_gsg/enable_