> -----Original Message----- > From: Zhang, Yuying <yuying.zh...@intel.com> > Sent: Saturday, August 12, 2023 3:55 PM > To: dev@dpdk.org; Xing, Beilei <beilei.x...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com> > Cc: Zhang, Yuying <yuying.zh...@intel.com> > Subject: [PATCH v1 3/5] net/cpfl: add cpfl control queue message handle > > Add cpfl driver control queue message handle, including > send/receive/clean/post_rx_buffs. > > Signed-off-by: Yuying Zhang <yuying.zh...@intel.com> Seems all the functions are similar with functions in idpf shared code. Can we use idpf_ctrlq_xxx directly? BTW, the new field in the 2nd patch is not used here, so is the new field 'data' necessary?
- [PATCH v1 0/5] add rte flow support for cpfl Yuying Zhang
- [PATCH v1 1/5] net/cpfl: setup rte flow skeleton Yuying Zhang
- RE: [PATCH v1 1/5] net/cpfl: setup rte flow skeleton Xing, Beilei
- [PATCH v1 2/5] common/idpf/base: refine idpf ctlq messag... Yuying Zhang
- [PATCH v1 3/5] net/cpfl: add cpfl control queue message ... Yuying Zhang
- RE: [PATCH v1 3/5] net/cpfl: add cpfl control queue ... Xing, Beilei
- [PATCH v1 4/5] net/cpfl: add fxp rule module Yuying Zhang
- RE: [PATCH v1 4/5] net/cpfl: add fxp rule module Xing, Beilei
- RE: [PATCH v1 4/5] net/cpfl: add fxp rule module Xing, Beilei
- [PATCH v1 5/5] net/cpfl: add fxp flow engine Yuying Zhang
- RE: [PATCH v1 5/5] net/cpfl: add fxp flow engine Xing, Beilei
- [PATCH v2 0/8] add rte flow support for cpfl Yuying Zhang
- [PATCH v2 1/8] net/cpfl: parse flow parser file in d... Yuying Zhang
- [PATCH v2 2/8] net/cpfl: add flow json parser Yuying Zhang
- [PATCH v2 3/8] net/cpfl: add FXP low level implement... Yuying Zhang
- [PATCH v2 4/8] net/cpfl: setup ctrl path Yuying Zhang