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 9BBE95946 for ; Thu, 28 Aug 2014 04:53:54 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 27 Aug 2014 19:58:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,415,1406617200"; d="scan'208";a="582686115" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 27 Aug 2014 19:58:00 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 27 Aug 2014 19:57:59 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 27 Aug 2014 19:57:59 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.17]) by shsmsx102.ccr.corp.intel.com ([169.254.2.246]) with mapi id 14.03.0195.001; Thu, 28 Aug 2014 10:57:57 +0800 From: "Wu, Jingjing" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 3/7] i40e: function implement in i40e for flow director filter programming Thread-Index: AQHPwZymLzatJ4B0Qka3goB3meGiV5vj/AKAgAFYa8A= Date: Thu, 28 Aug 2014 02:57:56 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8ADBE98@SHSMSX104.ccr.corp.intel.com> References: <1409105634-29980-1-git-send-email-jingjing.wu@intel.com> <1409105634-29980-4-git-send-email-jingjing.wu@intel.com> <2477204.9fQONWHf7n@xps13> In-Reply-To: <2477204.9fQONWHf7n@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 3/7] i40e: function implement in i40e for flow director filter programming 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: Thu, 28 Aug 2014 02:53:55 -0000 Hi, Thomas I will rework on it. > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, August 27, 2014 10:25 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 3/7] i40e: function implement in i40e f= or flow director > filter programming >=20 > 2014-08-27 10:13, Jingjing Wu: > > support the API ops defined in ethdev, the behavior according to each c= ommand: > > RTE_CMD_FDIR_RULE_ADD: add a new FDIR filter rule. > > RTE_CMD_FDIR_RULE_DEL: delete a FDIR filter rule. >=20 > Here title is really too complicated. Be concise. > I'd change it to: > i40e: flow director filter >=20 > -- > Thomas