From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 92D6D7CE8 for ; Fri, 2 Jun 2017 04:22:49 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 01 Jun 2017 19:22:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,282,1493708400"; d="scan'208";a="93837791" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 01 Jun 2017 19:22:48 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 1 Jun 2017 19:22:47 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 1 Jun 2017 19:22:47 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Fri, 2 Jun 2017 10:22:27 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: update actions for FDIR Thread-Index: AQHS2fvvGu4vU1eEhkS1xSkD2OeYDKIQ2c+w Date: Fri, 2 Jun 2017 02:22:27 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D93EA7@SHSMSX103.ccr.corp.intel.com> References: <1495853160-36691-1-git-send-email-beilei.xing@intel.com> <1496274450-1887-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1496274450-1887-1-git-send-email-beilei.xing@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 v2] net/i40e: update actions for FDIR 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: Fri, 02 Jun 2017 02:22:51 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Thursday, June 1, 2017 7:48 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH v2] net/i40e: update actions for FDIR >=20 > This commit adds support of FLAG action and PASSTHRU action for flow > director. >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu