From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2986910F2D for ; Thu, 30 Mar 2017 15:08:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490879297; x=1522415297; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=d5nGtqqa5Wf1OFer6P8H9+F+zQicu/WvXqMfrklMrH4=; b=BCJRoQ8fN5bQnLQ7XppEUQqiUdYVYMGzCy02fM5JZoqTFu5tCpu38Okc JQPktPSPHo7lpX5BVqrmG8LQWFmDog==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 06:08:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="71906047" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 30 Mar 2017 06:08:16 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 30 Mar 2017 06:08:16 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.235]) by fmsmsx122.amr.corp.intel.com ([169.254.5.115]) with mapi id 14.03.0319.002; Thu, 30 Mar 2017 06:08:16 -0700 From: "Wiles, Keith" To: Pascal Mazon CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/2] net/tap: UDP/TCP port mask not supported in flow Thread-Index: AQHSqTM7gX9ys1mMV02YAgvXjRe4GqGt0FSA Date: Thu, 30 Mar 2017 13:08:15 +0000 Message-ID: <58AC1A80-6157-4507-8C7A-57F60889C7BF@intel.com> References: <11b7aa6796bd3e4147fbd4ec14b0125b6419aa80.1490863952.git.pascal.mazon@6wind.com> In-Reply-To: <11b7aa6796bd3e4147fbd4ec14b0125b6419aa80.1490863952.git.pascal.mazon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.88.253] Content-Type: text/plain; charset="us-ascii" Content-ID: <27A86021CD9C01449416254894341908@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Thu, 30 Mar 2017 13:08:18 -0000 > On Mar 30, 2017, at 3:52 AM, Pascal Mazon wrote: >=20 > Only full mask (0xffff) is accepted, there is no way to specify a mask > for layer 4 ports to the kernel using TC rules. >=20 > Fixes: 1c71189ab9b7 ("net/tap: add basic flow API patterns and actions") >=20 > Signed-off-by: Pascal Mazon Acked-by: Keith Wiles Regards, Keith