Re: [RFC] graph/node: feedback and future improvements

2024-04-14 Thread Robin Jarry
Hi Jerin, Sorry for the delayed reply. Thanks a lot for your comments! By the way, I completely forgot to say that the rte_graph design you created is awesome. It makes it a breeze to write a clean data path implementation. Kudos! Please see my remarks inline. Jerin Jacob, Apr 06, 2024 at 0

RE: 22.11.5 patches review and test

2024-04-14 Thread Xu, HailinX
> -Original Message- > From: luca.bocca...@gmail.com > Sent: Thursday, April 4, 2024 7:11 AM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Ali Alnubani ; benjamin.wal...@intel.com; David > Christensen ; Hemant Agrawal > ; Stokes, Ian ; Jerin Jacob > ; Mcnamara, John ; Ju-

[PATCH] net/nfp: fix parsing non-exist meta data

2024-04-14 Thread Chaoyong He
From: Long Wu If the packet without meta data, the initialization logic of 'meta->flags' will be skipped and lead to the wrong logic because of 'meta->flags' has random value. Fix it by make sure 'meta->flags' can be initialized in any situation. Fixes: 5eed6ad5a7b9 ("net/nfp: use flag bits to