From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BF4602BB9 for ; Thu, 15 Jun 2017 11:52:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2017 02:52:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,343,1493708400"; d="scan'208";a="1160783723" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 15 Jun 2017 02:52:02 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shachar Beiser Cc: dev@dpdk.org, Adrien Mazarguil References: <1496071709-6297-2-git-send-email-shacharbe@mellanox.com> <1496553921-7361-1-git-send-email-shacharbe@mellanox.com> <20170605083036.GT31330@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: Date: Thu, 15 Jun 2017 10:52:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170605083036.GT31330@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3]net/mlx5: implement drop action in hardware classifier 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: Thu, 15 Jun 2017 09:52:05 -0000 On 6/5/2017 9:30 AM, NĂ©lio Laranjeiro wrote: > On Sun, Jun 04, 2017 at 05:25:20AM +0000, Shachar Beiser wrote: >> remove/add blank line according to convensions >> >> Shachar Beiser (1): >> net/mlx5: implement drop action in hardware classifier >> >> drivers/net/mlx5/Makefile | 5 +++++ >> drivers/net/mlx5/mlx5_flow.c | 17 +++++++++++++++++ >> 2 files changed, 22 insertions(+) >> >> -- >> 1.8.3.1 > > For the series: > > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks. (Shachar, welcome to the DPDK community)