From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6 00/11] Bunch of flow API-related fixes Date: Thu, 19 Apr 2018 15:07:32 +0100 Message-ID: <9d222729-1f7d-402f-18c8-7d5fe27c0d09@intel.com> References: <20180416150058.2620-1-adrien.mazarguil@6wind.com> <20180419100204.5728-1-adrien.mazarguil@6wind.com> <2cded5ec-c66a-2371-b836-74f224f7f5eb@intel.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 mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 71E557CC9 for ; Thu, 19 Apr 2018 16:08:13 +0200 (CEST) In-Reply-To: <2cded5ec-c66a-2371-b836-74f224f7f5eb@intel.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/19/2018 3:03 PM, Ferruh Yigit wrote: > On 4/19/2018 11:07 AM, 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. >> >> v6 changes: >> >> - No change, rebased series and updated/fixed commit messages. >> >> 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 >> app/testpmd: fix missing boolean values in flow command >> ethdev: fix shallow copy of flow API RSS action >> ethdev: fix missing include in flow API > > For series, > Acked-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.