From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH 0/5] Assorted fixes for the flow API Date: Tue, 10 Jan 2017 14:08:25 +0100 Message-ID: To: dev@dpdk.org Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 2C8B91E2F for ; Tue, 10 Jan 2017 14:08:41 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id k184so160302410wme.1 for ; Tue, 10 Jan 2017 05:08:41 -0800 (PST) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id g197sm24471580wmd.15.2017.01.10.05.08.38 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 10 Jan 2017 05:08:40 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 app/test-pmd/config.c | 8 +- app/test-pmd/rxonly.c | 3 +- doc/guides/prog_guide/rte_flow.rst | 57 +++++++------ lib/librte_ether/rte_flow.c | 24 +++--- lib/librte_ether/rte_flow.h | 137 +++++++++++++++++++++++++++----- lib/librte_ether/rte_flow_driver.h | 6 +- 6 files changed, 170 insertions(+), 65 deletions(-) -- 2.1.4