Re: [PATCH dpdk v7] graph: expose node context as pointers

2024-10-11 Thread David Marchand
On Mon, Sep 30, 2024 at 11:28 AM Robin Jarry wrote: > > In some cases, the node context data is used to store two pointers > because the data is larger than the reserved 16 bytes. Having to define > intermediate structures just to be able to cast is tedious. And without > intermediate structures,

[PATCH dpdk v7] graph: expose node context as pointers

2024-09-30 Thread Robin Jarry
In some cases, the node context data is used to store two pointers because the data is larger than the reserved 16 bytes. Having to define intermediate structures just to be able to cast is tedious. And without intermediate structures, casting to opaque pointers is hard without violating strict ali