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 BBE382BD9 for ; Mon, 21 Mar 2016 07:48:15 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 20 Mar 2016 23:48:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,370,1455004800"; d="scan'208";a="928376668" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 20 Mar 2016 23:48:15 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 20 Mar 2016 23:48:14 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.24]) with mapi id 14.03.0248.002; Mon, 21 Mar 2016 14:48:12 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v5 8/9] i40e: extend flow director to filter by vlan id Thread-Index: AQHRgzmpszpLKucU5EqyR/k8ha67/p9jdLTA Date: Mon, 21 Mar 2016 06:48:12 +0000 Message-ID: References: <1457580346-18550-1-git-send-email-jingjing.wu@intel.com> <1458541132-11953-1-git-send-email-jingjing.wu@intel.com> <1458541132-11953-9-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1458541132-11953-9-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 8/9] i40e: extend flow director to filter by vlan id X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 06:48:16 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Monday, March 21, 2016 2:19 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin > Subject: [PATCH v5 8/9] i40e: extend flow director to filter by vlan id >=20 > This patch extended flow director to select vlan id as filter's input set= and > program the filter rule with vlan id. >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang