From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 913C32C0B for ; Thu, 16 Mar 2017 14:45:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489671943; x=1521207943; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=FGwWLqJW+1q43VD1UPT4GPBWaGpG3RLcOcsfqUjH9rw=; b=Qsv66hLi4pXzyCl6kVUkKWjlSwHBkly9h0+jLiOOzFxiPzghX5WAS+xi jgxyz2f6gZpGlbEZhq2XQVtTjrK51g==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2017 06:45:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,172,1486454400"; d="scan'208";a="1143296083" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 16 Mar 2017 06:45:41 -0700 To: Nelio Laranjeiro , dev@dpdk.org References: <7716ec6b83aabb3366819961e1daab776d98035e.1489581128.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil From: Ferruh Yigit Message-ID: <8e0817ed-2fb3-7e3d-c5b6-00cdfd159bf2@intel.com> Date: Thu, 16 Mar 2017 13:45:40 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <7716ec6b83aabb3366819961e1daab776d98035e.1489581128.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: limit flow API rules to one tunnel 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, 16 Mar 2017 13:45:44 -0000 On 3/15/2017 12:32 PM, Nelio Laranjeiro wrote: > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.