Re: [dpdk-dev] [PATCH 1/2] net/ice: enable switch filter

2019-06-03 Thread Zhao1, Wei
Hi,qiming > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Tuesday, June 4, 2019 1:08 AM > To: Yang, Qiming > Cc: Zhang, Qi Z ; dev@dpdk.org; Zhao1, Wei > > Subject: Re: [dpdk-dev] [PATCH 1/2] net/ice: enable switch filter >

Re: [dpdk-dev] [PATCH 1/2] net/ice: enable switch filter

2019-06-03 Thread Aaron Conole
Qiming Yang writes: > From: wei zhao > > The patch enables the backend of rte_flow. It transfers > rte_flow_xxx to device specific data structure and > configures packet process engine's binary classifier > (switch) properly. > > Signed-off-by: Wei Zhao > --- > drivers/net/ice/Makefile

[dpdk-dev] [PATCH 1/2] net/ice: enable switch filter

2019-06-03 Thread Qiming Yang
From: wei zhao The patch enables the backend of rte_flow. It transfers rte_flow_xxx to device specific data structure and configures packet process engine's binary classifier (switch) properly. Signed-off-by: Wei Zhao --- drivers/net/ice/Makefile| 1 + drivers/net/ice/ice_ethdev.