From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id 5D7A444CF for ; Fri, 23 Mar 2018 13:58:16 +0100 (CET) Received: by mail-wm0-f65.google.com with SMTP id h76so3397184wme.4 for ; Fri, 23 Mar 2018 05:58:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=9RolbXQqUJhpj10dvct3OWcoRAeIHdgJpSHemUawMDY=; b=FfeFcnfbtXTtT9J3f3aiZV9820e2bYgmxpncouwxZhlR93HzOL/nYvsO7nnFHXzNNP zedE2/RibP6Wixnc143rOYtlRXHONoQV781JHY2qv2mqR4L5ElV7DpNx3bX4gndofyg+ d4Xf3m5CutPqDfJ5gsYvURpCoD39gU3jnpGbVXRa8sotGiFSYz1eLWeWp25Oo+rjZPF+ v8USa8pj9FZBXvqH20oq/RPOQFbRXT/S1KGuF5oBvFzqm661mKbYVMrUSQgwmDGSjKOr 99CEqzlvHJ42dKRLsTXFSSKmrMaWuLfmTgdpe8f9cY70iT185BZ1EONlW9ou0Ut8Ukac jJ7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=9RolbXQqUJhpj10dvct3OWcoRAeIHdgJpSHemUawMDY=; b=PEv/nqiP265NuT2HHLMaKnGaqPBSgsk3zZZIZa0MaMunx8TyatPCumIwFHWHVQVj3r MvUaGytnNq2HzDMesI4qssOpQL7Txb37e9kENYcjDlrjniurj7dV7qOuCBJe9FqPav7o xnsp1Y9L8wWF4iaYBidk2cOZxIuA5WOrZbEugwlBkItySu9z4V34wRikyIv8VQGKQ94O ZoJfPW8W4zAac2uPjl4LxcNOpvZLOA0ShiyU8OssS9nXZNZiYhsCsnHrEbPH3VX68x8r 0BaPpfGZIco+ARTRB5masVkQmrfkEy9P2idtOmcDrIaGDD0iEkxAyB5ZJjZ6b1yZJke6 FEmA== X-Gm-Message-State: AElRT7FT04nyrQFojQBMR+6cV8Wzs4o2DeV/gQnBvQLLYNf0xxva7Cmr cIu9DwUWTpekz6OTmLguuSZ/YW3m X-Google-Smtp-Source: AG47ELtSOJ84AAgzBJEdd8AyOPM6/31RdeHVaopVC//rR+mbLVu2sGIu+8njne+Q/d+StLSKwua20w== X-Received: by 10.28.236.75 with SMTP id k72mr7836623wmh.15.1521809895938; Fri, 23 Mar 2018 05:58:15 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id p21sm7674959wmc.43.2018.03.23.05.58.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Mar 2018 05:58:15 -0700 (PDT) Date: Fri, 23 Mar 2018 13:58:00 +0100 From: Adrien Mazarguil To: dev@dpdk.org Message-ID: <20180323124725.15806-1-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: git-send-email 2.11.0 Subject: [dpdk-dev] [PATCH v1 0/9] Bunch of flow API-related fixes 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: Fri, 23 Mar 2018 12:58:17 -0000 This series contains several fixes for rte_flow and its implementation in mlx4 and testpmd. Upcoming work on the flow API depends on it. Adrien Mazarguil (9): net/mlx4: fix RSS resource leak in case of error net/mlx4: fix ignored RSS hash types app/testpmd: fix flow completion for RSS queues app/testpmd: fix lack of flow action configuration app/testpmd: fix RSS flow action configuration app/testpmd: fix missing RSS fields in flow action ethdev: fix shallow copy of flow API RSS action ethdev: fix missing boolean values in flow command ethdev: fix ABI version in meson build app/test-pmd/cmdline_flow.c | 255 ++++++++++++++++++++--- app/test-pmd/config.c | 161 +++++++++----- app/test-pmd/testpmd.h | 13 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 + drivers/net/mlx4/mlx4_flow.c | 17 +- lib/librte_ether/meson.build | 2 +- lib/librte_ether/rte_flow.c | 145 +++++++++---- 7 files changed, 477 insertions(+), 124 deletions(-) -- 2.11.0