[RFC v6 0/6] Lcore variables
Stephen Hemminger
stephen at networkplumber.org
Tue Sep 10 17:41:53 CEST 2024
On Tue, 10 Sep 2024 08:41:19 +0200
Mattias Rönnblom <hofors at lysator.liu.se> wrote:
> On 2024-09-02 16:42, Morten Brørup wrote:
On a related note, latest GCC supports annotating the address space
of variables. Kernel uses it for RCU.
It would be good if DPDK could do this for:
- per lcore data
- data in huge pages
- data protected by rcu
With these annotations various checkers and compilers can warn about
places where data is passed (with cast to override).
More information about the dev
mailing list