From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 00/11] Bunch of flow API-related fixes Date: Tue, 17 Apr 2018 10:17:08 +0100 Message-ID: <09450ad7-126f-8963-f957-1e4c8a194c79@intel.com> References: <20180410161132.8776-1-adrien.mazarguil@6wind.com> <20180416150058.2620-1-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Adrien Mazarguil , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7136F8E80 for ; Tue, 17 Apr 2018 11:17:14 +0200 (CEST) In-Reply-To: <20180416150058.2620-1-adrien.mazarguil@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/16/2018 5:21 PM, Adrien Mazarguil wrote: > This series contains several fixes for rte_flow and its implementation in > PMDs and testpmd. Upcoming work on the flow API depends on it. > > v5 changes: > > - No change, rebased series to address conflicts. > > v4 changes: > > - Rebased again. > - The reliance on rte_eth_dev_rss_hash_conf_get() was removed from patch #7, > see updated patch for details. > > v3 changes: > > - Rebased series. > - Dropped unnecessary "net/sfc: fix endian conversions in flow API". > - Dropped "ethdev: fix ABI version in meson build", handled by prior commit > d9736a248785 ("ethdev: fix library version in meson build"). > > v2 changes: > > - mlx5 fix (patch #3). > - bnxt fix (patch #4). > - sfc fix (patch #6). > - Missing include (patch #13). > > Adrien Mazarguil (11): > net/mlx4: fix RSS resource leak in case of error > net/mlx4: fix ignored RSS hash types > net/mlx5: fix RSS flow action bounds check > net/bnxt: fix matching of flow API item masks > 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 missing include in flow API Is there any more comments / objections to this patchset? If there is no objection it will be merged soon.