[PATCH v9 0/9] add rte flow support for cpfl
Thomas Monjalon
thomas at monjalon.net
Sun Oct 15 13:21:54 CEST 2023
28/09/2023 10:44, yuying.zhang at intel.com:
> From: Yuying Zhang <yuying.zhang at intel.com>
>
> This patchset add rte flow support for cpfl driver.
> It depends on the following patch set:
> http://patchwork.dpdk.org/project/dpdk/cover/20230912173039.1612287-1-beilei.xing@intel.com/
>
> Wenjing Qiao (2):
> net/cpfl: add json parser for rte flow pattern rules
> net/cpfl: build action mapping rules from JSON
>
> Yuying Zhang (7):
> net/cpfl: set up rte flow skeleton
> net/cpfl: set up control path
> net/cpfl: add FXP low level implementation
> net/cpfl: add fxp rule module
> net/cpfl: add fxp flow engine
> net/cpfl: add flow support for representor
> net/cpfl: add support of to represented port action
You did not update the feature list in doc/guides/nics/features/cpfl.ini
You could have generated it with this command:
devtools/parse-flow-support.sh drivers/net/cpfl
This miss is caught by the script devtools/check-doc-vs-code.sh
Please run it.
More information about the dev
mailing list