DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: add release note entry for EAL lcores flag
@ 2025-06-10 14:50 Bruce Richardson
  2025-06-12  0:11 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2025-06-10 14:50 UTC (permalink / raw)
  To: dev; +Cc: thomas, Bruce Richardson

Add an entry in the release notes about the "-l" flag now being the
same as the "--lcores" flag. Refer to the GSG for examples.

Fixes: 1ea3833e9c4e ("eal: merge corelist and core mapping options")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 doc/guides/rel_notes/release_25_07.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/rel_notes/release_25_07.rst b/doc/guides/rel_notes/release_25_07.rst
index a5b353d342..fa44dc562a 100644
--- a/doc/guides/rel_notes/release_25_07.rst
+++ b/doc/guides/rel_notes/release_25_07.rst
@@ -55,6 +55,14 @@ New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Enhanced EAL ``-l`` corelist argument.**
+
+  Added support to the EAL ``-l`` argument for the full range of core-to-cpu mapping options supported by the ``--lcores`` EAL argument.
+  Previously, ``-l`` only supported a subset of the options,
+  allowing only a list of cpus to be specified, which would be mapped 1:1 with internal lcore ids.
+  Now, it is possible to use the shortened ``-l`` form to map lcore ids to threads running on specific CPUs.
+  See the :doc:`../linux_gsg/eal_args.include` guide for examples.
+
 * **Added PMU library.**
 
   Added a Performance Monitoring Unit (PMU) library which allows Linux applications
-- 
2.48.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: add release note entry for EAL lcores flag
  2025-06-10 14:50 [PATCH] doc: add release note entry for EAL lcores flag Bruce Richardson
@ 2025-06-12  0:11 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2025-06-12  0:11 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

10/06/2025 16:50, Bruce Richardson:
> Add an entry in the release notes about the "-l" flag now being the
> same as the "--lcores" flag. Refer to the GSG for examples.
> 
> Fixes: 1ea3833e9c4e ("eal: merge corelist and core mapping options")
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-12  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-10 14:50 [PATCH] doc: add release note entry for EAL lcores flag Bruce Richardson
2025-06-12  0:11 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).