From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DF1001B1CF for ; Thu, 11 Oct 2018 05:10:51 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2018 20:10:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,366,1534834800"; d="scan'208";a="94171999" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 10 Oct 2018 20:09:26 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Oct 2018 20:09:26 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Oct 2018 20:09:26 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.111]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.183]) with mapi id 14.03.0319.002; Thu, 11 Oct 2018 11:09:24 +0800 From: "Zhang, Qi Z" To: "Ye, Xiaolong" , "Wang, Xiao W" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/ifc: fix function name Thread-Index: AQHUVH5omB9gOUZNOUKhDvPu3WC2DqUXy8eAgAGqrGA= Date: Thu, 11 Oct 2018 03:09:23 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532BFDF0@SHSMSX103.ccr.corp.intel.com> References: <20180925031001.164277-1-xiao.w.wang@intel.com> <20181010094137.GA65300@intel.com> In-Reply-To: <20181010094137.GA65300@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjdiM2FmYmUtZDgwMS00OWVlLWJkM2QtNzgyZWExMWZkZWZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYmlVMGpGcUFZaitkRGhYVjRGaUEwdFFkVFRMRTBibXdsWGdHdkNwdFltOThVZFwvREFSXC83ckdESnpHdUFQWlZSIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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] net/ifc: fix function name 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, 11 Oct 2018 03:10:52 -0000 > -----Original Message----- > From: Ye, Xiaolong > Sent: Wednesday, October 10, 2018 2:42 AM > To: Wang, Xiao W > Cc: Zhang, Qi Z ; dev@dpdk.org > Subject: Re: [PATCH] net/ifc: fix function name >=20 > Acked-by: Ye Xiaolong >=20 > Thanks, > Xiaolong >=20 > On 09/25, Xiao Wang wrote: > >The address translation from user virtual address to guest physical > >address should not be named as qva_to_gpa. > > > >Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") > > > >Signed-off-by: Xiao Wang Applied to dpdk-next-net-intel. Thanks Qi