From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/26] Generic flow API (rte_flow) Date: Fri, 23 Dec 2016 10:30:19 +0100 Message-ID: <2622625.VFienLCi8z@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 1C62A10E0B for ; Fri, 23 Dec 2016 10:30:21 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id m1so2642574wme.0 for ; Fri, 23 Dec 2016 01:30:21 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Adrien Mazarguil (26): > ethdev: introduce generic flow API > doc: add rte_flow prog guide > doc: announce deprecation of legacy filter types > cmdline: add support for dynamic tokens > cmdline: add alignment constraint > app/testpmd: implement basic support for rte_flow > app/testpmd: add flow command > app/testpmd: add rte_flow integer support > app/testpmd: add flow list command > app/testpmd: add flow flush command > app/testpmd: add flow destroy command > app/testpmd: add flow validate/create commands > app/testpmd: add flow query command > app/testpmd: add rte_flow item spec handler > app/testpmd: add rte_flow item spec prefix length > app/testpmd: add rte_flow bit-field support > app/testpmd: add item any to flow command > app/testpmd: add various items to flow command > app/testpmd: add item raw to flow command > app/testpmd: add items eth/vlan to flow command > app/testpmd: add items ipv4/ipv6 to flow command > app/testpmd: add L4 items to flow command > app/testpmd: add various actions to flow command > app/testpmd: add queue actions to flow command > doc: describe testpmd flow command > app/testpmd: add protocol fields to flow command Applied, thanks for the great work!