From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 90C3BA056A for ; Thu, 5 Mar 2020 19:53:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DD8692BB8; Thu, 5 Mar 2020 19:53:15 +0100 (CET) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id 085103B5 for ; Thu, 5 Mar 2020 19:53:14 +0100 (CET) Received: by mail-pg1-f194.google.com with SMTP id n24so2172793pgk.11 for ; Thu, 05 Mar 2020 10:53:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HIwLoc32iCX4BEpV1aqe5RP1y8UZ2hboEmRyhTZxKMo=; b=sU71IVUYJhxV2OiDgNEeAx3rCxnDpYdb54r4LFoppDTPJXWfuCBcXnvS+gunR7a/iG l+qq8QMRHqoMo6nrIWM85oFEc7yFy1I/bESnwe65M3HntieCpymZ8NG7anBM0e1kxXkf WhPV+s0AmwgCIXW6FDxtc98P3oESa5Z+1IJGVIJA+AsCj3ENDAKMhjqBE03AvOXDWqQk XciW1TT1d9RSZsY0vgne1XbsNdb8Sd7CvgyZtaMmkmQ9lNA6HFbfNpJg451vvFcvybRL uJSSI1cmNu/+88XbD7KxVaYgjO+sH/Pagrr4QI30a9ZtLQaIBIK8QyRpLJt1aEk+Sg8O tMzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HIwLoc32iCX4BEpV1aqe5RP1y8UZ2hboEmRyhTZxKMo=; b=Iyv+9SzDFIX3FuUJzHXGAjng0g0LfKUue6Ac+lmrR5hdVcHRO0AEPjyCrhx2+Ny0oH 6xYideLPgKBGX/0PwQJYE813EL3aId0i6cDQxx8IesDlrHncpE6psV1PqBJ5AQwYAaLM RDUACRZaoAyrprTg+qPOM47uZBFLl0sWErNaQlsxkfq7U0PPaodsLOxCje3jmNp5piLh gpgpAFZY+qGCyTkWH2FzQk8wgSs9vbujdgq65a7RDVo5fXzMCvekGUAAzceFoIs9xhNG e/Oa8JE4Hbp3DnA5sTT8HHACp85njDVxAbGvRhjDiaMirskDHctM2wm0qAHBoi1SmTqK 0Fmw== X-Gm-Message-State: ANhLgQ00KdEDn5IsuF65vrZUhwePqSHiB6NMRhcUOjujMRhumJoxJK/f 0PUbZ/XtFc08C1dF7hKkvrKT5w== X-Google-Smtp-Source: ADFU+vuH14pBs6AXKhQMNrRKyRCZZLi6DU99P8PahvNQhkejo7MAC7GERbJBUqrDIAuDDy3pWTYmzg== X-Received: by 2002:a63:ed14:: with SMTP id d20mr8775833pgi.267.1583434393095; Thu, 05 Mar 2020 10:53:13 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id x135sm16246675pgx.41.2020.03.05.10.53.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Mar 2020 10:53:12 -0800 (PST) Date: Thu, 5 Mar 2020 10:53:04 -0800 From: Stephen Hemminger To: "Dominic, Diane May" Cc: "users@dpdk.org" Message-ID: <20200305105304.28e25737@hermes.lan> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-users] DPDK on Arm32 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" On Wed, 4 Mar 2020 23:43:44 +0000 "Dominic, Diane May" wrote: > Greetings, > > I'm not sure if this is the correct platform to ask on the usage of DPDK but I'd like to know if it is possible to cross compile DPDK for 32-bit architecture for ARM CPU? I've come across cross compilation for ARM64 and I was wondering if we can do the same for the 32-bit architecture. > > Looking forward to your reply. > > Thank you. > > Regards, > Diane Should be fine, as long as you get your tool chain correct.