Re: [dpdk-dev] [PATCH v7 0/9] net/ice: add ice Flow Director driver

2019-10-17 Thread Ye Xiaolong
On 10/18, Yahui Cao wrote: >This patch series adds Flow Director support for Intel Ethernet >Controller E810 series using RTE_FLOW > >- Patch 01-02 are FDIR init,teardown and configuration >- Remaining patches are FDIR RTE_FLOW enablement > >--- >v7: >* Fix shared library build error > >v6: >* Fix

[dpdk-dev] [PATCH v7 0/9] net/ice: add ice Flow Director driver

2019-10-17 Thread Yahui Cao
This patch series adds Flow Director support for Intel Ethernet Controller E810 series using RTE_FLOW - Patch 01-02 are FDIR init,teardown and configuration - Remaining patches are FDIR RTE_FLOW enablement --- v7: * Fix shared library build error v6: * Fix build error on different platform v5: