Re: [PATCH 0/2] use core lists not masks in documentation

2025-07-03 Thread David Marchand
On Tue, Jun 24, 2025 at 3:34 PM Bruce Richardson wrote: > > For real-world use with dozens if not hundreds of cores, use of core > masks becomes unwieldy. Core lists are preferred so update the examples > and DPDK docs to refer to core lists over core masks i.e. > > * use "-l" EAL option rather th

[PATCH 0/2] use core lists not masks in documentation

2025-06-24 Thread Bruce Richardson
For real-world use with dozens if not hundreds of cores, use of core masks becomes unwieldy. Core lists are preferred so update the examples and DPDK docs to refer to core lists over core masks i.e. * use "-l" EAL option rather than "-c" * use "-S" service core list option rather than "-s" Bruce