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 C0472A0A0A; Wed, 20 Jan 2021 18:47:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E83B140DB2; Wed, 20 Jan 2021 18:47:06 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 0BCE6140D8E for ; Wed, 20 Jan 2021 18:47:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611164824; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=31PLVWPeTfAMMiOCodVZcxHVye5UQ4/ySoz2U0/qYqU=; b=NdhF3fraDq/CwbsFNyJDVVDB+P+chZbIyPoG35l+EC2Jt01H2FoXUNk/bV/xPMingW0qZE FtfAcXBhTvDOOZuPIsw1uebFp845eE/sWf5EzoDU3ZJpB399AXm1WVIt4plejf2ohNZ6Nf RN6YmAblHzaa6wbJizYROpKBcG/4Q/4= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-204-pBgmQgSrP8WhbjDHEeKDsg-1; Wed, 20 Jan 2021 12:46:59 -0500 X-MC-Unique: pBgmQgSrP8WhbjDHEeKDsg-1 Received: by mail-ua1-f72.google.com with SMTP id c2so9183921uak.12 for ; Wed, 20 Jan 2021 09:46:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=31PLVWPeTfAMMiOCodVZcxHVye5UQ4/ySoz2U0/qYqU=; b=sFYDR45NC73l0N2W/N2PNLxPeQtYzBqyq6vz9H1t1bbFXhnzU1sxF3DPbr2rTBks3R BFgruXkMT9psUlxVw8NzNAoJ+87l5UO93GsHDjDwvWhMOV5bN+1NFJM+wESwQYgmnPu+ g0btzKh91lGETUsCB5kf/O/NtRKo7cmMK4Lc5rqqlDwBUEKfFDeJhoacrJmBL1o23RYl sENrWawRMp7SosOcN/JyGPTaoSII6x7nxN7o/+zUXsOKkHVYuk+SejL6NxAmQCosvRSr 4VFh0gmd+mWiH8DtA9bOBzkMvl8WYGPXV3fdJhJFdeQCu5E1zICaHiwchCs35NmH01B3 dBCA== X-Gm-Message-State: AOAM533J7grSDOr/b8o5jszYcHlQggTnWo0Xn7I+ZJZ0/AAmsNv9I+oF Gouf0vxmm7rsViZx7GP4/hED1tgzftJjsJhPzj3af5bWrNqA+QgJe9eO54zYPvZZotrKlK8bpwb hyzETm9FOetKF+kO92oo= X-Received: by 2002:a67:3093:: with SMTP id w141mr7750779vsw.27.1611164819369; Wed, 20 Jan 2021 09:46:59 -0800 (PST) X-Google-Smtp-Source: ABdhPJwh0OjodStLsJQgs8dHDcR2h2psPp88vyu6UZcuvn7HvYRuplVwnFKvq6wYuq0PNgPHPwmkexebIT0VZ3adqPY= X-Received: by 2002:a67:3093:: with SMTP id w141mr7750768vsw.27.1611164819207; Wed, 20 Jan 2021 09:46:59 -0800 (PST) MIME-Version: 1.0 References: <20210120164016.26745-1-david.marchand@redhat.com> In-Reply-To: <20210120164016.26745-1-david.marchand@redhat.com> From: David Marchand Date: Wed, 20 Jan 2021 18:46:48 +0100 Message-ID: To: dev Cc: Dmitry Kozlyuk , Narcisa Ana Maria Vasile , "Dmitry Malloy (MESHCHANINOV)" , Pallavi Kadam , "Yigit, Ferruh" , Beilei Xing , Jeff Guo , Wenzhuo Lu , Leyi Rong , Bruce Richardson Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] net/i40e: disable AVX512 for Windows 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 Wed, Jan 20, 2021 at 5:40 PM David Marchand wrote: > There is probably better to do rather than disabling AVX512 globally for > Windows but since I saw no patch fixing this, here it is. Interesting... This patch does not work with UNH job. Seeing the same error but now on a different file, I am not sure what is wrong. -- David Marchand