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 61D0043885 for ; Wed, 10 Jan 2024 18:50:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 52ACA4025E; Wed, 10 Jan 2024 18:50:33 +0100 (CET) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mails.dpdk.org (Postfix) with ESMTP id 09D114021E for ; Wed, 10 Jan 2024 18:50:32 +0100 (CET) Received: by mail-pg1-f170.google.com with SMTP id 41be03b00d2f7-5ce9555d42eso3357323a12.2 for ; Wed, 10 Jan 2024 09:50:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704909031; x=1705513831; darn=dpdk.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=Nl2nZ5YGPl5J8ao6i5uI1clyCGHYwoAEO/gx909hHnA=; b=e0+go8ayrW8YaAeDA/LIIZb/tB9EoHX/patLFU3vxPQGcWyJiz7lr/qF7qDdOqVfQ2 BboeMVDC+dsMAnciLXE/sxYkQumb5ViBWZQJz32J3tPpnZe1eiufs5reIZBME28SmsFE XOw8OVUagX9cqaM1iYaxjaRKoruTsiqy+LvsI0Pqdi0vi2xzBl1k5aRQqYwDxtetffo8 pdpYfxJnoL/qbKYqB70iirkSEsz8ns07c0HAMLY7GhJHpoW2C41O9ypERwMza+jZFhKo 5yVb/trlTbJdlhAjZoSNO7cJ3DjTAqOMJ5hpLP0alEuS/E76lrUw2o3KTU83i1gVxxWw Qexg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704909031; x=1705513831; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Nl2nZ5YGPl5J8ao6i5uI1clyCGHYwoAEO/gx909hHnA=; b=mmR8lL2ARPH9SFvX/FY3l4VBlIBrGZ2WpIfXvR+ldqAfL9+yOud83dg2UhEAukaY/5 2WZVms3WIxYIK4dCEaiQFb0TsMh/OtRk7GW2USdyGBFrKhzyvORiDdzBaxyr/SLcLgGC Un92ozozD0EXNy/cOaLkQ6cS9TItbWZqhYbGR8+zjapi+j6CsYR33YaJGyb0B7ehFGCJ SVpk8lCX0BKaYbF2GINgfh8+JOjpSAisUe2ApN6bAV6LH+UjwtmoUWJFuCsXwcqNoWNf qTYxgXduV9tY4I0GrQNMoI2W/YNt4w8FBAz+LlxYcGYek7w/Lw2utT+Mp68qNt0CKQlp Z5Lw== X-Gm-Message-State: AOJu0YzlxVol7n8Xvlp7vnbWEsLwFbX/J+spWMWwF7Dqz0T1ltBh/ZRv JKnLjmtCjg8m+Gju5ThLYunVCLQmN8IbuWrt7ykhBuLoBv4= X-Google-Smtp-Source: AGHT+IHHUHjnfMkW4LgD4j231NUPwOwRBDKvHSLS7wK44KG+nPbgb6rsMZvIU+SEa7V+/C5YSvxgnWcrTRymGHXrcFA= X-Received: by 2002:a17:90b:148d:b0:28d:bd27:f81 with SMTP id js13-20020a17090b148d00b0028dbd270f81mr887250pjb.15.1704909030758; Wed, 10 Jan 2024 09:50:30 -0800 (PST) MIME-Version: 1.0 From: dilbert of carlsbad Date: Wed, 10 Jan 2024 18:50:19 +0100 Message-ID: Subject: Incompatible MBox versions To: users@dpdk.org Content-Type: multipart/alternative; boundary="00000000000027218a060e9b11c6" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --00000000000027218a060e9b11c6 Content-Type: text/plain; charset="UTF-8" I am using DPDK 19.11. I have a project which I recompiled a few weeks ago and it works fine. Now I cloned the project, checked out the correct TAG and recompiled the project again. When I run the new executable I get the following while rte_eal_init() is executing: PMD: otx2_send_ready_msg():408 Incompatible MBox versions(AF: 0x0009 DPDK: 0x0006) PMD: otx2_eth_dev_init():2222 Failed to initialize otx2_dev rc=-32 PMD: otx2_eth_dev_init():2340 Failed to init nix eth_dev rc=-32 EAL: Releasing pci mapped resource for 0002:03:00.0 EAL: Calling pci_unmap_resource for 0002:03:00.0 at 0x2180000000 EAL: Calling pci_unmap_resource for 0002:03:00.0 at 0x2182000000 EAL: Requested device 0002:03:00.0 cannot be used When I run the older executable (on the same hw, same ports, ...) it works just fine. I must have done something wrong checking out the TAG but I can't figure it out. Yes, I understand there is some mailbox version issue, but I am lost. Can someone please point me in the right direction... Thanks, Bert --00000000000027218a060e9b11c6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am using DPDK=C2=A019.11.
I have a project which I r= ecompiled a few weeks ago and it works fine.
Now I cloned the pro= ject, checked out the correct TAG and recompiled the project again.
When I run the new executable I get the following while rte_eal_init() i= s executing:

PMD: otx2_send_ready_msg():408 Incomp= atible MBox versions(AF: 0x0009 DPDK: 0x0006)
PMD: otx2_eth_dev_init():2= 222 Failed to initialize otx2_dev rc=3D-32
PMD: otx2_eth_dev_init():2340= Failed to init nix eth_dev rc=3D-32
EAL: Releasing pci mapped resource = for 0002:03:00.0
EAL: Calling pci_unmap_resource for 0002:03:00.0 at 0x2= 180000000
EAL: Calling pci_unmap_resource for 0002:03:00.0 at 0x21820000= 00
EAL: Requested device 0002:03:00.0 cannot be used

<= /div>
When I run the older executable (on the same hw, same ports, ...)= it works just fine.
I must have done something wrong checking ou= t the TAG but I can't figure it out.
Yes, I understand there = is some mailbox version issue, but I am lost.

Can = someone please point me in the right direction...

<= div>Thanks,=C2=A0
Bert
--00000000000027218a060e9b11c6--