From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Joseph, Anoob" Subject: Re: [PATCH v2 03/33] crypto/octeontx: add PCI probe and remove Date: Mon, 17 Sep 2018 16:08:46 +0530 Message-ID: <01c58bca-9c17-2ed0-8ebf-83319e456174@caviumnetworks.com> References: <1528476325-15585-1-git-send-email-anoob.joseph@caviumnetworks.com> <1536033560-21541-1-git-send-email-ajoseph@caviumnetworks.com> <1536033560-21541-4-git-send-email-ajoseph@caviumnetworks.com> <5d7c6f9e-5865-a356-e1c2-5a85908055a0@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Ankur Dwivedi , Jerin Jacob , Narayana Prasad , dev@dpdk.org, Murthy NSSR , Nithin Dabilpuram , Ragothaman Jayaraman , Srisivasubramanian S , Tejasree Kondoj To: Akhil Goyal , Anoob Joseph , Pablo de Lara , Thomas Monjalon Return-path: Received: from NAM05-DM3-obe.outbound.protection.outlook.com (mail-eopbgr730064.outbound.protection.outlook.com [40.107.73.64]) by dpdk.org (Postfix) with ESMTP id 552995689 for ; Mon, 17 Sep 2018 12:38:03 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Akhil, On 17-09-2018 16:04, Akhil Goyal wrote: > External Email > >>>> +static struct rte_pci_driver otx_cryptodev_pmd = { >>>> +             .id_table = pci_id_cpt_table, >>>> +             .drv_flags = RTE_PCI_DRV_NEED_MAPPING, >>>> +             .probe = otx_cpt_pci_probe, >>>> +             .remove = otx_cpt_pci_remove, >>>> +}; >>> remove extra spaces/ >> Between otx_cryptodev_pmd, otx_cryptodev_drv & >> RTE_INIT(otx_cpt_init_log)? Which all ones you want removed? > It looks there are 2 tabs for the elements of the above structure.. It > should be a single tab. Understood. Will fix it in v3. Thanks, Anoob