Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver

2019-06-26 Thread Ye Xiaolong
Hi, Qiming On 06/25, Qiming Yang wrote: >This patch set enables the backend of rte_flow, and the generic >filter related functions in ice driver. Supported flows include >ipv4, tcpv4, udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch >set depends on shared code update. Please also add doc and re

Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver

2019-06-26 Thread Yang, Qiming
Sure, I'll add the information in cover letter. > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, June 26, 2019 3:43 PM > To: Yang, Qiming ; Aaron Conole > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver

Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver

2019-06-26 Thread Ferruh Yigit
tion into cover letter? > > Qiming > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Tuesday, June 25, 2019 10:58 PM > To: Yang, Qiming > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver > > Q

Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver

2019-06-25 Thread Yang, Qiming
v@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver Qiming Yang writes: > This patch set enables the backend of rte_flow, and the generic filter > related functions in ice driver. Supported flows include ipv4, tcpv4, > udpv4, ipv6, tcpv6, udpv6, tunnel,

Re: [dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver

2019-06-25 Thread Aaron Conole
Qiming Yang writes: > This patch set enables the backend of rte_flow, and the generic > filter related functions in ice driver. Supported flows include > ipv4, tcpv4, udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch > set depends on shared code update. > > --- > v2 changes: > - added UDP tunne

[dpdk-dev] [PATCH v7 0/3] Enable rte_flow API in ice driver

2019-06-24 Thread Qiming Yang
This patch set enables the backend of rte_flow, and the generic filter related functions in ice driver. Supported flows include ipv4, tcpv4, udpv4, ipv6, tcpv6, udpv6, tunnel, etc. This patch set depends on shared code update. --- v2 changes: - added UDP tunnel port support. - fixed compile issu