From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id EF0ADAB08 for ; Sat, 4 Mar 2017 00:36:17 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2017 15:36:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,239,1484035200"; d="scan'208";a="232089386" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.177.232]) ([10.254.177.232]) by fmsmga004.fm.intel.com with ESMTP; 03 Mar 2017 15:36:15 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: Cc: Adrien Mazarguil From: Ferruh Yigit Message-ID: Date: Fri, 3 Mar 2017 23:36:14 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 0/9] net/mlx5: enhance 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: Fri, 03 Mar 2017 23:36:18 -0000 On 3/1/2017 12:49 PM, Nelio Laranjeiro wrote: > Changes in v2: > > - Send series to dev@dpdk.org > > This series brings: > > - fixes: > - handle error on Queue Pair creation. > - Move a free to the right function. > - Uses a single RSS drop queue for dropping flows. > - Enhance IPv6 filtering by adding extra fields. > - support rss hash result in combination of mark id. > - support flag action. > - support RSS action. > > > Nelio Laranjeiro (9): > net/mlx5: fix drop queue creation error > net/mlx5: fix resources free in the right function > net/mlx5: support ether type support in flow item > net/mlx5: add RSS hash result with mark id > net/mlx5: extend IPv6 flow item > net/mlx5: support flag flow action > net/mlx5: prepare support for RSS action rule > net/mlx5: support RSS action flow rule > net/mlx5: use an RSS drop queue It looks like patchset has a dependency to [1], please note them next time to help review. Thanks, ferruh [1] http://dpdk.org/dev/patchwork/patch/20937/ > > drivers/net/mlx5/mlx5.h | 1 + > drivers/net/mlx5/mlx5_flow.c | 439 ++++++++++++++++++++++++++++++++++++------- > drivers/net/mlx5/mlx5_prm.h | 7 +- > drivers/net/mlx5/mlx5_rxtx.c | 20 +- > 4 files changed, 386 insertions(+), 81 deletions(-) >