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 CB2A92E8B for ; Mon, 3 Apr 2017 13:25:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491218756; x=1522754756; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=LWTY+eWiqlvkGdTPt2aB5o5elYlJxeRTGDgOMoLUHUE=; b=geJBX4TSYHMSBDPgeMgTBf0OrZP9c+ExR/SfnDfgfzVyzz3Ndp7i9UEJ CDZkIBWVmpMLYb10wLgd1EOaTcUWKw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 04:25:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="84010184" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 03 Apr 2017 04:25:53 -0700 To: "Wiles, Keith" , Pascal Mazon References: <11b7aa6796bd3e4147fbd4ec14b0125b6419aa80.1490863952.git.pascal.mazon@6wind.com> <58AC1A80-6157-4507-8C7A-57F60889C7BF@intel.com> Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: Date: Mon, 3 Apr 2017 12:25:53 +0100 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: <58AC1A80-6157-4507-8C7A-57F60889C7BF@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/tap: UDP/TCP port mask not supported in flow 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: Mon, 03 Apr 2017 11:25:56 -0000 On 3/30/2017 2:08 PM, Wiles, Keith wrote: > >> On Mar 30, 2017, at 3:52 AM, Pascal Mazon wrote: >> >> Only full mask (0xffff) is accepted, there is no way to specify a mask >> for layer 4 ports to the kernel using TC rules. >> >> Fixes: 1c71189ab9b7 ("net/tap: add basic flow API patterns and actions") >> >> Signed-off-by: Pascal Mazon > > Acked-by: Keith Wiles Series applied to dpdk-next-net/master, thanks. (This patch fixes commits in next-net, when integrated to main tree "Fixes:" will be with wrong commit id, please confirm the commit log of integrated commit.)