From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] Assorted fixes for the flow API Date: Wed, 11 Jan 2017 16:57:03 +0100 Message-ID: <11083497.9v0hSMsxI3@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-wj0-f171.google.com (mail-wj0-f171.google.com [209.85.210.171]) by dpdk.org (Postfix) with ESMTP id C648E69FC for ; Wed, 11 Jan 2017 16:56:58 +0100 (CET) Received: by mail-wj0-f171.google.com with SMTP id i20so105461281wjn.2 for ; Wed, 11 Jan 2017 07:56:58 -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" 2017-01-10 14:08, Adrien Mazarguil: > This series makes a few adjustments to the flow API (rte_flow) based on > issues encountered by preliminary PMD implementations and addresses bugs > reported by Coverity in the testpmd flow command. > > Adrien Mazarguil (5): > app/testpmd: fix array bounds checks > ethdev: modify flow API's error setting function > ethdev: clarify MARK and FLAG actions in flow API > ethdev: clarify RSS action in flow API > ethdev: define default item masks in flow API Applied, thanks