Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eal: fix lcore variables documentation
The lcore variables API is new in DPDK 24.11, that's why the function rte_lcore_var_alloc() was marked experimental. To be clearer, the whole header file (including all macros) is marked experimental. A change decreased the default buffer size from 1 MB to 128 kB, missing to update the documentation, which is fixed here. Fixes: 5bce9be ("eal: add static per-lcore memory allocation facility") Fixes: f2fd6c2 ("config: limit lcore variable maximum size to 128k") Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: Mattias Rönnblom <[email protected]>
- Loading branch information