Re: [dpdk-dev] [PATCH v2 0/4] rte_flow extension for vSwitch acceleration

2018-04-10 Thread Thomas Monjalon
Adrien, How this series integrate with yours? Please, we need your review here. 01/04/2018 23:19, Qi Zhang: > v2: > - fix couple typoes in code, doc and commit log > > This patch extend rte_flow API. > The purpose is to provide necessary programming interface for virtual > switch software (su

[dpdk-dev] [PATCH v2 0/4] rte_flow extension for vSwitch acceleration

2018-04-01 Thread Qi Zhang
v2: - fix couple typoes in code, doc and commit log This patch extend rte_flow API. The purpose is to provide necessary programming interface for virtual switch software (such as OVS) to take advantage of incoming device's vSwitch acceleration capability when using DPDK as data plane. Below is s