From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 256A51B2B3 for ; Wed, 10 Oct 2018 07:57:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2018 22:57:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,363,1534834800"; d="scan'208";a="76834285" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga007.fm.intel.com with ESMTP; 09 Oct 2018 22:56:33 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Oct 2018 22:56:33 -0700 Received: from cdsmsx102.ccr.corp.intel.com (172.17.3.35) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Oct 2018 22:56:32 -0700 Received: from cdsmsx104.ccr.corp.intel.com ([169.254.4.156]) by CDSMSX102.ccr.corp.intel.com ([169.254.2.216]) with mapi id 14.03.0319.002; Wed, 10 Oct 2018 13:56:30 +0800 From: "Zhang, Tianfei" To: "Yigit, Ferruh" , "Pattan, Reshma" , Hemant Agrawal , "Shreyansh Jain" , Ashish Gupta , "Trahe, Fiona" , "De Lara Guarch, Pablo" , Akhil Goyal , "Doherty, Declan" , "Zhang, Roy Fan" , Rahul Lakkireddy , Gaetan Rivet , "Zhang, Qi Z" , "Wang, Xiao W" , "Xing, Beilei" , "Lu, Wenzhuo" , "Ananyev, Konstantin" , Rasesh Mody , Harish Patil , "Shahed Shaikh" , Andrew Rybchenko , "Singh, Jasvinder" , "Dumitrescu, Cristian" , "Wiles, Keith" , Nipun Gupta , "Burakov, Anatoly" , Thomas Monjalon , Jerin Jacob , Olivier Matz , Chas Williams , Maxime Coquelin , "Bie, Tiwei" , "Wang, Zhihong" , "Xu, Rosen" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 2/4] drivers: prefix global variables with module name Thread-Index: AQHUXL/aKJ7Uk0kJ9Ey/DmGV7Q7jEqUYAS/w Date: Wed, 10 Oct 2018 05:56:29 +0000 Message-ID: References: <20181004034047.26824-1-ferruh.yigit@intel.com> <20181005162612.31906-1-ferruh.yigit@intel.com> <20181005162612.31906-2-ferruh.yigit@intel.com> In-Reply-To: <20181005162612.31906-2-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzdkYjZhN2EtMTlmYS00NjBjLTk1ZTctODZiN2NkMzhkZjQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJDS1kyYm5IWWhRMEE3cHFZV3ZjNEhlU0pEaUhsTFdHU3o1UlRqQUV1THNNMkdneVlucThESHUxblBGSlBEWmw4In0= x-ctpclassification: CTP_NT x-originating-ip: [172.17.6.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/4] drivers: prefix global variables with module 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: Wed, 10 Oct 2018 05:57:34 -0000 > .../raw/ifpga_rawdev/base/ifpga_enumerate.c | 8 ++-- > .../raw/ifpga_rawdev/base/ifpga_feature_dev.h | 8 ++-- > drivers/raw/ifpga_rawdev/base/ifpga_port.c | 6 +-- > .../raw/ifpga_rawdev/base/ifpga_port_error.c | 2 +- For ifpga_rawdev part, it looks good for me. Acked-by: Tianfei zhang