From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B45DC2956 for ; Fri, 26 Feb 2016 01:32:20 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 25 Feb 2016 16:32:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="911480869" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 25 Feb 2016 16:32:19 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 25 Feb 2016 16:32:19 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 25 Feb 2016 16:32:19 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by shsmsx102.ccr.corp.intel.com ([169.254.2.232]) with mapi id 14.03.0248.002; Fri, 26 Feb 2016 08:32:17 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" , "Richardson, Bruce" Thread-Topic: [PATCH 02/12] i40e: split function for input set change of hash and fdir Thread-Index: AQHRWAKKyN/Jp+gNskCmc1k9nZoFMp88HUcAgAGMRBA= Date: Fri, 26 Feb 2016 00:32:16 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DC9DBE@SHSMSX104.ccr.corp.intel.com> References: <1451032200-24973-1-git-send-email-jingjing.wu@intel.com> <1453789575-6297-1-git-send-email-jingjing.wu@intel.com> <1453789575-6297-3-git-send-email-jingjing.wu@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2E5OGY3ZTgtNzYzYi00ZmQyLTgyMTAtYjQ0YmJjZmU2ZTRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjdXaGJBdHo4TkpuV1dSQW93Qm91aFpCeXNiaDNjWGo2WTVMTnpkdUtmS2s9In0= x-ctpclassification: CTP_IC 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 02/12] i40e: split function for input set change of hash and fdir 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: Fri, 26 Feb 2016 00:32:21 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Thursday, February 25, 2016 4:51 PM > To: Wu, Jingjing ; dev@dpdk.org > Cc: Chilikin, Andrey ; Lu, Wenzhuo ; > Pei, Yulong > Subject: RE: [PATCH 02/12] i40e: split function for input set change of h= ash and fdir >=20 > Jingjing >=20 > Your patches have depencies on my i40e base driver udpate patch set. > Some registers should be read/written by AQ commands, with using interfac= es > of i40e_read_rx_ctl() and i40e_write_rx_ctl(). >=20 > Please check below link and see the list of those registers. > http://www.dpdk.org/dev/patchwork/patch/10654/ >=20 Yes, I know that. I was planning to rebase this or send a fix after "i40e b= ase driver update" is merged. >=20