Re: [dpdk-dev] [PATCH v1 1/8] ethdev: support the mirror action for flow

2020-10-14 Thread Ori Kam
Hi Simon, BSP, > -Original Message- > From: SimonX Lu > Sent: Wednesday, October 14, 2020 11:41 AM > To: dev@dpdk.org > Cc: jia@intel.com; haiyue.w...@intel.com; qiming.y...@intel.com; > beilei.x...@intel.com; Ori Kam ; Simon Lu > > Subject: [PATCH v1 1/8] ethdev: support the mirror

[dpdk-dev] [PATCH v1 1/8] ethdev: support the mirror action for flow

2020-10-14 Thread SimonX Lu
From: Simon Lu Added the mirror type within rte_filter_type, and defined corresponding action & item to support mirror in rte_flow. Signed-off-by: Simon Lu --- lib/librte_ethdev/rte_eth_ctrl.h | 1 + lib/librte_ethdev/rte_flow.c | 1 + lib/librte_ethdev/rte_flow.h | 7 +++ 3 files