From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=FrA0i6HAv8A1IOlVYIqxlapScZ2yk7oYhsoJiBJbTUI=; b=g5L/RbM7Aevxly5GwOCFq0Nbtrqk+w30BXHmIFMozzs4AyjlKbTJm2UObIMwbqXyo/ D1ECeozCc7F/Rx2aV4dwEOXAQwv85V0pP6/Va0FTyHZ3x/qQW2tEl7eO6jPq2GeB4sWi Sc/cjyvE8pTT087hMxg66kmsVl7SxZjkTCdysDvHK6QWopdzvb/Pep6pETKJoz4Vl6mE 9zLuGAUd4DkzsC/gM/vHl8Tz9hVeFYUBgmxMh5cdsZJ2NEDKUiGEhH9bsnScma6Ori0L Hbwh4eSwCzWnmUoN2MDSUlymo2E806uraZGzgDB3lP/r750mLEAFpxlZ1VeXhVap+wlq 6Enw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=FrA0i6HAv8A1IOlVYIqxlapScZ2yk7oYhsoJiBJbTUI=; b=PVeUloI6OC2j/bcrsEMlrqATXij3Apce26Na0KZCCCb82ib2vaWWNm4rcOyskPNsTJ InROuzTCafJYZ/yMEyLNiAdDKZQayQMTstZdrAAfj/awoySmvPuPAqvwmkwZieY4sKJs x/wKKJvTwE+cQ0rgr9po2Nr3WE47gU/iCbFzESrG+PcvNGn6tLsAlklpqvqo5I4rlyvw 69DKLmv8vkaLIZLGieWxEk3doDMMIZeX3/Iq8jnqh2g+w7fadna4vJmV1FkOHCGnDgrI 63BnDyB3/lN+JgcPbtCGHGpOdp2PPipupQutYJ1WrFGPA18uUSA8u7mq217OGc0vhvtT eKWA== X-Gm-Message-State: AIkVDXLoyi72nUH4Dd7vworQl/m7kfH/yZkkQlodnYTqzShy2v48X9vdjTTJEhrSL3urJSYo X-Received: by 10.223.168.87 with SMTP id l81mr1909769wrc.194.1484053721549; 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) From: Adrien Mazarguil To: dev@dpdk.org Date: Tue, 10 Jan 2017 14:08:25 +0100 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 0/5] Assorted fixes for the flow API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 13:08:42 -0000 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