From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 28C29A04A4; Wed, 2 Mar 2022 18:29:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF8984068B; Wed, 2 Mar 2022 18:28:59 +0100 (CET) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mails.dpdk.org (Postfix) with ESMTP id 26FEB40141 for ; Wed, 2 Mar 2022 18:28:58 +0100 (CET) Received: by mail-wr1-f43.google.com with SMTP id r10so3927213wrp.3 for ; Wed, 02 Mar 2022 09:28:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=rjHfTssXsHrzlbzCsXLjNL1lce2rLNHDMqGr+pGsOWg=; b=AygCfRIXcxUOy/SMDCE4f0SkaODMEP+32ayh7mmmSKcoEhBSm+q/Ki94YZ5WM/3sC8 KrDwN41BOwOklDY6+Sxc/0WZCmrGaGh7Lfj+0Fref2UN3sJnVo3rnWu0rWLoe6RKF62R FOhc4hXx6L+8yj6Y1gskDYnlohc5MccyVbYEkYz8LbaLEuLdDT9SLcxLA4DJGlgtH3Fk zxkhmMQfeRXqWlsQ8OFeDQZcN2h+USqCgjkZYVIPe0bd+FXQsfYburVI5AiPzCGp6arQ 58B2nxn6ajhsju72cxCbBcLWDaR7xWvmvEXD2rBJcRR63o2Ba/c44c3Cr+m3PbPH4u8T VikQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=rjHfTssXsHrzlbzCsXLjNL1lce2rLNHDMqGr+pGsOWg=; b=FtmqfaE+iNPZSh4BqnXTJagou185s1h60cev2fpuxZm4GToj4R/iqemHdw920baGlr KOfPbi1eKN8kg8lSIf4JtI+dz/S6C5y8dINfgXvcMWbr1+00IpVoTjbWXF0gy1VsToBF eYU3fS/NVKAQl4qsJaLolqirdwBbGb04vl9cnG+bDYWfMapRB8AK3n+I8Xlv8j6XOG5H E80s7FWJbSuy6yE0hCyizDQGADo9k+z1rc8Tydc4/gJLnyyZwGZc2cAgzwWWdvyHuODI Ykv3EcHnJIWnPGTRLxuvVvyzzZjgibQX3c32VsZ+IuEFLM/jLkDN9qyT2aC22D2VyXHF dokg== X-Gm-Message-State: AOAM5323mYrNa/yK5A8DhnTov48fbygxYgi5iKbJIIU2JYKHzfkXxQ0g 3SwfeP6GGwTLrDBZU2/jjPLi X-Google-Smtp-Source: ABdhPJxwqdOOm/xiDx2RENa3R0yuAd2kDuNR3YyWtBDySBkppn3OoOy4Rmvp8vFCmfgiGgfAmFgeaQ== X-Received: by 2002:a5d:6543:0:b0:1ef:7194:3efc with SMTP id z3-20020a5d6543000000b001ef71943efcmr19797871wrv.422.1646242137813; Wed, 02 Mar 2022 09:28:57 -0800 (PST) Received: from [10.17.1.39] ([185.13.181.2]) by smtp.gmail.com with ESMTPSA id f8-20020a05600c4e8800b00380ee4a78fdsm8205324wmq.4.2022.03.02.09.28.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Mar 2022 09:28:57 -0800 (PST) Message-ID: Date: Wed, 2 Mar 2022 18:28:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [DPDK/bnxt] Issues starting bnxt on an Arm server Content-Language: en-US To: Ajit Khaparde Cc: "dev@dpdk.org" , Somnath Kotur , Kalesh Anakkur Purayil References: <2f0b0ce7-c601-4f53-5d81-b1c45eadf8d0@6wind.com> <7840f4be-c86b-c03f-04f9-ded06502ac3e@6wind.com> From: Thierry Herbelot In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 3/2/22 18:26, Ajit Khaparde wrote: > On Wed, Mar 2, 2022 at 9:16 AM Thierry Herbelot > wrote: >> >> Hello Ajit >> >> The card is not correctly probed by the kernel, and so the FW version is >> not visible. > Thanks Thierry. > I thought it was just the PMD running into trouble. > > Can you give details of the ARM server? > Make, Vendor, etc..? This a Huawei server: TaiShan 200 Server (Model 2180) aarch64, 48 cores, 2.6GHz, 64GB RAM Thierry > > >> >> I see this in the kernel dmesg: >> bnxt_en 0000:03:00.0 (unnamed net_device) (uninitialized): Error >> (timeout: 500015) msg {0x0 0x0} len:0 >> bnxt_en 0000:03:00.0 (unnamed net_device) (uninitialized): Firmware not >> responding, status: 0x8ffff >> >> And then there are no bnxt_en netdevices. >> >> Best regards >> >> Thierry >> >> >> On 3/2/22 18:13, Ajit Khaparde wrote: >>> On Wed, Mar 2, 2022 at 7:13 AM Thierry Herbelot >>> wrote: >>>> >>>> Hello Ajit >>>> >>>> Thanks for the quick response. >>>> >>>> Please keep me posted when you check on your side. >>> Can you tell what is the firmware version on the card? >>> >>>> >>>> Best regards >>>> >>>> Thierry >>>> >>>> On 3/2/22 16:08, Ajit Khaparde wrote: >>>>>> >>>>>> Is this a know issue ? >>>>> No. >>>>> We have tried the Broadcom PMD on ARM server(s) and have been >>>>> able to use it without any issues. >>>>> But we can try it again and get back to you. >>>>> >>>>> >>>>>> >>>>>> Thanks >>>>>> >>>>>> Thierry Herbelot >>>>>> >>>>>> PS: a similar error is seen for the Ethernet ports, when handled by the >>>>>> kernel: >>>>>> dmesg|grep bnxt >>>>>> [ 57.823746] bnxt_en 0000:03:00.0 (unnamed net_device) >>>>>> (uninitialized): Error (timeout: 500015) msg {0x0 0x0} len:0 >>>>>> [ 59.202255] bnxt_en: probe of 0000:03:00.0 failed with error -16 >>>>>> [ 60.641519] bnxt_en 0000:03:00.1 (unnamed net_device) >>>>>> (uninitialized): Error (timeout: 500015) msg {0x0 0x0} len:0 >>>>>> [ 61.502237] bnxt_en: probe of 0000:03:00.1 failed with error -16 >>>>>> >>>>>> >>>>>> -- >>>>>> Thierry Herbelot >>>>>> Senior Software Engineer >>>>>> Tel: +33 1 39 30 92 61 >>>>>> http://www.6wind.com/ >>>>>> >>>>>> Follow us: >>>>>> https://www.linkedin.com/company/6wind/ >>>>>> https://twitter.com/6WINDsoftware >>>>>> https://www.youtube.com/user/6windsoftware >>>> >>>> -- >>>> Thierry Herbelot >>>> Senior Software Engineer >>>> Tel: +33 1 39 30 92 61 >>>> http://www.6wind.com/ >>>> >>>> Follow us: >>>> https://www.linkedin.com/company/6wind/ >>>> https://twitter.com/6WINDsoftware >>>> https://www.youtube.com/user/6windsoftware >> >> -- >> Thierry Herbelot >> Senior Software Engineer >> Tel: +33 1 39 30 92 61 >> http://www.6wind.com/ >> >> Follow us: >> https://www.linkedin.com/company/6wind/ >> https://twitter.com/6WINDsoftware >> https://www.youtube.com/user/6windsoftware -- Thierry Herbelot Senior Software Engineer Tel: +33 1 39 30 92 61 http://www.6wind.com/ Follow us: https://www.linkedin.com/company/6wind/ https://twitter.com/6WINDsoftware https://www.youtube.com/user/6windsoftware