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 A7A904367A for ; Tue, 5 Dec 2023 14:48:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1EE0142E42; Tue, 5 Dec 2023 14:48:00 +0100 (CET) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by mails.dpdk.org (Postfix) with ESMTP id 2427040297 for ; Tue, 5 Dec 2023 14:47:59 +0100 (CET) Received: by mail-ed1-f43.google.com with SMTP id 4fb4d7f45d1cf-54cfd70b2dcso1556501a12.3 for ; Tue, 05 Dec 2023 05:47:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701784078; x=1702388878; darn=dpdk.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=mIMMy4fIGIN86tDwhTJoexioGwIpIKMLHZdD9TuBCmc=; b=C/eCCVNo/yh2LTOMJMLHPtCpcBYEn/J32aetf3uFrtyZ6GAOiXyluCdvJE/W7EaRM9 FJhKvoEu544bCJ3YMxCk4LAQ82JuRmqxusmRrmHLnX73B7FqRug+UCPp26pq8yu4+g0p 9FlToGTwA9ByvYxlqUM8eVawBG5vm9QDSwRN4I/a/VxxwDNwSZ5MIucjMiNFPffuE+5W HdzdIlEAl9cTGOi1NhoY86nXCC9xMr7paXifhtTmORKHrE9fpG0L5I1305oRq/2bYXxS 0LsJ0N3WUVNlQ2xQFlJplQ4q0xSBAbaFY7LPx0tWUPLzHZ/JmMbpIvVhorplBAwu63WM aU0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701784078; x=1702388878; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=mIMMy4fIGIN86tDwhTJoexioGwIpIKMLHZdD9TuBCmc=; b=LrcWMvq0PO1K4yE/V6N9iS+655+954XRhXWrUCLuscujkAydAnot2Z5PFBjBkij2E4 XHLrsU18lqsN5xEsN1kUJ7y48ez+nrd2tBi+iVDbsajIHsUWicSnEIfmndpr0OkoJtMz Ww/xW8oa2yRHVPo3o+xuVqy8GnjQ0g1C7k9K11L0cyWJR6aCT0rsKKSRL1SDGgLvUzZk RTDe0hBOhaJWlR/+7KAnmmNhPixurlPEzJx1PnWxkjL3vv2flMiS0APqJl1KIpI5cFeq p8Of67Ym00ENAslDeFQR1huAVmBcluODk6u7fa5UnGpdnpAoMBqcl3RabWhU2I4VpdCZ z6ig== X-Gm-Message-State: AOJu0Yw7VKfbIOdAWrpxKzyCXrFsPMhtxgaNrpIrSrFSvquJkmBSngeT 0p8m61ZrWZ3F8M9DA8cLAQlTDl2W+uVA1VzWzqMIpuYb X-Google-Smtp-Source: AGHT+IGaQXQJ4roT87wBAA+lW3nAaRbajmJG8YsvauQbjRUtOhAjsQzceBfhjpac6pEiIsk1kcVhyfJNtYU6m1XpC3I= X-Received: by 2002:a17:906:519a:b0:a1c:fdb2:e9a7 with SMTP id y26-20020a170906519a00b00a1cfdb2e9a7mr181328ejk.141.1701784078408; Tue, 05 Dec 2023 05:47:58 -0800 (PST) MIME-Version: 1.0 From: Antonio Di Bacco Date: Tue, 5 Dec 2023 14:47:47 +0100 Message-ID: Subject: DPDK used for building programs and the one used to run the programs To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" 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 On the target machine I use to have a DPDK compiled after installing the Mellanox 5/6 drivers. I see that there are files related to MLX5 pmds in the target machine (include files). To compile my programs I use a container where there is installed a DPDK that doesn't have the MLX5 support, I mean I don't find the rte_mlx5_pmds.h in the container. Now, a program compiled in the container could have problems when using MLX5 on the target machine? Thanks, Anna.