RE: [EXTERNAL] [PATCH v24 05/13] common/zsda: add definition and use of msg chan.

2025-01-21 Thread Akhil Goyal
> Add msg chan functions and the use to get > hardware information or operate hardware. > > Signed-off-by: Hanxiao Li Please rebase and fix 65 | } __rte_packed; | ^~~~ In file included from ../drivers/common/zsda/zsda_qp.h:8, from ../drivers/common/zsda/zsda_q

[PATCH v24 05/13] common/zsda: add definition and use of msg chan.

2025-01-12 Thread Hanxiao Li
Add msg chan functions and the use to get hardware information or operate hardware. Signed-off-by: Hanxiao Li --- drivers/common/zsda/zsda_qp.c| 307 +++ drivers/common/zsda/zsda_qp.h| 48 + drivers/common/zsda/zsda_qp_common.h | 37 3 files cha