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 A64A6A0093 for ; Thu, 9 Dec 2021 11:25:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3FD9540F35; Thu, 9 Dec 2021 11:25:19 +0100 (CET) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by mails.dpdk.org (Postfix) with ESMTP id 87ACB40151 for ; Thu, 9 Dec 2021 11:25:17 +0100 (CET) Received: by mail-ot1-f47.google.com with SMTP id x19-20020a9d7053000000b0055c8b39420bso5686949otj.1 for ; Thu, 09 Dec 2021 02:25:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=L7PPVY8usFp5VHDYw59R6JVj1m3a5baNf1xK9IiCmy4=; b=qguTG7bGzDAEyYkm6kB9I/cQVLwDZvNCIEmnJlD9GmIlQtVAHQtt73o/zxvOffI/fo qidW9DunUUI14D3ClIdClv77SVvvtU0xnRDL+YY5sN0/2RbHkK70FeZlch3c1Vz0EGGg 56DjWdgwSL+NboBN8cuvYzi1xJsI4FjIN1TFKQZz8KQvdfBizl9Z6VfjeeKPmkHkq4e/ cWNYLt+FDxjIxCCUPYg/GXoJWcKOIx1MgctoZssS07XsTcfTXD2cuEXUw166bPFKHh1H bCrIPDq3mfBkohi/0cyU0D1sMMOOxEo2XEz5QR6fFm4RXoD5IyRPLwOGvBDFKyUYVHab 7k6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=L7PPVY8usFp5VHDYw59R6JVj1m3a5baNf1xK9IiCmy4=; b=iORNbKIotE2WtrG+hZYHplu0v7LZc2a2k8MpZGnnnaGsSEDv70AnenXeM7Q6eJnpBx sYF9sZKKfeFsiT6chAaz5LEt52VlEOjYHdmVPgtkbkIvSaq2O8xKOhD6+N3VKTzwttSG PzEMJFzoAuvGQ2PrRKauWfYzH/B3vTp3R2k77e7Qp1DPihG2yPkGjBtH+asoyiWYpz/V aw4gTS1zYyo1HiS2BcGs4bsaxpNG2ljJnByOR31jSvN7N4ixmv2BaK2T2Uel5/S6xxxw jpFliVkBraa6jth9LMkGB6t/8Fo+IRK5oAXvKsTs41e77e0Nwk5DLowNL86jTD43HNhZ hP7A== X-Gm-Message-State: AOAM533ntCJlon4mKCic2MewSxpzX6wuJi2SUYR8Uawyblv5RzMw7Yf1 DgJKMsKuEN5fjjYi9iQguH8iOjyfchQNJ+EozUXnvLCoyEQ= X-Google-Smtp-Source: ABdhPJykxsfrOSmSa3vkpTlbJq1Nkwhz5F7yyo/bDAdntVtCTQYNmbrpHt+oE4Ufy9WjCNPK+tPFt9/kYeFdsqbq4BM= X-Received: by 2002:a9d:433:: with SMTP id 48mr4419666otc.360.1639045516448; Thu, 09 Dec 2021 02:25:16 -0800 (PST) MIME-Version: 1.0 From: Prabhuram K Date: Thu, 9 Dec 2021 15:55:04 +0530 Message-ID: Subject: Compile DPDK for Intel Westmere To: users@dpdk.org Content-Type: multipart/alternative; boundary="000000000000c7590605d2b40591" 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 --000000000000c7590605d2b40591 Content-Type: text/plain; charset="UTF-8" Hi Guys, Any idea on how to compile DPDK for Intel Westmere in meson? Earlier we used to compile from make, and we have an option to set the target as below: make config T=x86_64-wsm-linuxapp-gcc The complete guide on how to compile westmere with make is given below; https://www.intel.com/content/www/us/en/developer/articles/technical/cross-compile-data-plane-development-kit-dpdk-for-different-intel-platforms.html With make deprecated and not used anymore, i don;t find a way to change the target to use westmere in meson. Any help is highly appreciated Thanks, Prabhu --000000000000c7590605d2b40591 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Guys,
Any idea on how to compile DPDK for Intel Wes= tmere in meson?

Earlier we used to compile from ma= ke, and we have an option to set the target as below:
make config= T=3Dx86_64-wsm-linuxapp-gcc
The complete guide on how to compile= westmere with make is given below;


--000000000000c7590605d2b40591--