RE: [EXTERNAL] [PATCH v6] graph: expose node context as pointers

2024-07-12 Thread Kiran Kumar Kokkilagadda
> -Original Message- > From: Robin Jarry > Sent: Friday, July 5, 2024 8:23 PM > To: dev@dpdk.org; Jerin Jacob ; Kiran Kumar > Kokkilagadda ; Nithin Kumar Dabilpuram > ; Zhirun Yan > Subject: [EXTERNAL] [PATCH v6] graph: expose node context as pointers > &

[PATCH v6] graph: expose node context as pointers

2024-07-05 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