RE: [PATCH v2 2/4] net/cpfl: add flow json parser

2023-08-24 Thread Xing, Beilei
> -Original Message- > From: Qiao, Wenjing > Sent: Friday, August 11, 2023 6:00 PM > To: Zhang, Yuying ; Xing, Beilei > > Cc: dev@dpdk.org; Liu, Mingxia ; Qiao, Wenjing > > Subject: [PATCH v2 2/4] net/cpfl: add flow json parser > > A JSON file will be

[PATCH v2 2/4] net/cpfl: add flow json parser

2023-08-11 Thread Wenjing Qiao
A JSON file will be used to direct DPDK CPF PMD to parse rte_flow tokens into low level hardware resources defined in a DDP package file. Signed-off-by: Wenjing Qiao --- Depends-on: series-29139 ("net/cpfl: support port representor") --- drivers/net/cpfl/cpfl_flow_parser.c | 1758 +++