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 0B210A0A0A; Wed, 28 Apr 2021 20:26:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7DF2440697; Wed, 28 Apr 2021 20:26:37 +0200 (CEST) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by mails.dpdk.org (Postfix) with ESMTP id A9ABA40147 for ; Wed, 28 Apr 2021 20:26:36 +0200 (CEST) Received: by mail-wr1-f42.google.com with SMTP id a4so64119743wrr.2 for ; Wed, 28 Apr 2021 11:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=GK5Y+oabGdEcFxt3in5wIHW0hsJG7rx5MEQvypO5WXU=; b=Jndjmy0dfdTTb5tKSLWMTpifsu0ob2QhZbxsgFaT6TY75rrP575g0wUFuuZoEpJvHx CdmXpkifbSpTDrj4q6SP00TAVEOqN5dGnzI3rh6mqIKEIeyWhv4X1zxD8RV0+EbMkAAw Cf3hMVSMkVYlQTS49+6WpuAguNOwkCNNaMV5VdLdKTRNFMf/BZJ4cjj0qep1Cy0leT3H khjUnSS5toMmSllj7Oueza9Cdx04frflPDetqvULFt10KdKlEs+kawId1bGh19c1QaUZ Kr1Po6LVqJOsKKe3eoN0A2zhGcU7zhSjPlTeyL0y+W4OJUt0zLnjKg5wVPRvfNvm2Kwk STCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=GK5Y+oabGdEcFxt3in5wIHW0hsJG7rx5MEQvypO5WXU=; b=hpfaHG42tsdRSp/Nv7sGWuLyxr1fYFCxz/tQgmhMpbQ5tDkGEU0mv47uRHiM2hn86W QdSdDKXw07h9PegWKm0MZwrCxh9j+Df2xbYoolSs0/XSAkteSZPqEiJuh8Xl+A6pM2xi CIz3WV/iStyFFVKSJPNHAIcvHLP2S8c+uir/qWBWjsj6Hkxyo4OMbH/XhBElXz543e/P 47194yyNoXQj65+NRxWoIiWjWixNlKh/GWIuKifYpONuZXA1VO/xYA+4BZPaNVigMeN8 zRsslICZlSZ9Ha0Z9NM7aj67b81BB/RCqAD5tziMV71pqyeH+4dHoMHtx6Y/vLx8EbTW XEgw== X-Gm-Message-State: AOAM532wQ8F40YnaeZezRhGdkiLlW1SDOYzOuOuNV88DCEUDtcTPGCqS 43GheHiT6ayjNP7dy0VJcNIX X-Google-Smtp-Source: ABdhPJxo742EPNDU2okHe+702LuuALVy0hb27CeXD4D2/WyfMk8inrm4ZpRklILgNpnwkr40morCtw== X-Received: by 2002:a05:6000:10f:: with SMTP id o15mr38822663wrx.98.1619634396428; Wed, 28 Apr 2021 11:26:36 -0700 (PDT) Received: from [10.16.0.39] (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id v13sm762950wrt.65.2021.04.28.11.26.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 28 Apr 2021 11:26:36 -0700 (PDT) To: Honnappa Nagarahalli , "thomas@monjalon.net" Cc: "dev@dpdk.org" , Ruifeng Wang , nd References: <20210428160807.17191-1-thierry.herbelot@6wind.com> <1774222.W0qNbHy5eB@thomas> From: Thierry Herbelot Message-ID: <8db87874-0440-81e8-6951-6e3cf72ad37d@6wind.com> Date: Wed, 28 Apr 2021 20:26:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] config/arm: restore support for Qualcomm servers 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 Sender: "dev" On 4/28/21 8:21 PM, Honnappa Nagarahalli wrote: > > >> Subject: Re: [PATCH] config/arm: restore support for Qualcomm servers >> >> 28/04/2021 18:08, Thierry Herbelot: >>> Like for other Arm chips, the 'soc' entry is also needed. >>> >>> Fixes: fddbe822c3eb ("config/arm: add Qualcomm") >>> >>> Signed-off-by: Thierry Herbelot >> >> Is there any testing of this platform? > I do run DPDK on this platform. I think we should support it for some more time. We also run DPDK on these machines. Thierry -- 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