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

2024-03-21 Thread Jerin Jacob
On Wed, Mar 20, 2024 at 11:02 PM 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. Add two > pointers that take the same s

[PATCH] graph: expose node context as pointers

2024-03-20 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. Add two pointers that take the same space than ctx. Signed-off-by: Robin Jarry --- lib/graph/rte_