Re: [dpdk-dev] [PATCH v2 03/19] ethdev: fix missing header include

2021-01-15 Thread Andrew Rybchenko
On 1/15/21 2:10 PM, Bruce Richardson wrote: The define for RTE_ETH_FLOW_MAX is defined in rte_ethdev.h, so that header should be included in rte_eth_ctrl.h to allow it to be compiled independently. Fixes: 7fa96d696f2c ("ethdev: unification of flow types") Cc: sta...@dpdk.org Signed-off-by: Bruc

[dpdk-dev] [PATCH v2 03/19] ethdev: fix missing header include

2021-01-15 Thread Bruce Richardson
The define for RTE_ETH_FLOW_MAX is defined in rte_ethdev.h, so that header should be included in rte_eth_ctrl.h to allow it to be compiled independently. Fixes: 7fa96d696f2c ("ethdev: unification of flow types") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_ethdev/rte_eth_c