From patchwork Sat Oct 2 16:24:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 100374 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 642B2A0032; Sat, 2 Oct 2021 18:24:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E1C9F410DA; Sat, 2 Oct 2021 18:24:47 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id A7DD84067B for ; Sat, 2 Oct 2021 18:24:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633191886; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HFkncXLz1lyTCtM8iuIr1SBFvHFJ5f6YF9JGcxWUGHk=; b=J0C61MWxhNLVwKr2K/lpUHfIGU7WdI8fyCav7zy0OX8TbR+sqwWL9CrfeOjOVuVEpzk63n R3zsFxLtP+c/gx8D0Isrrj8QgTVfz5vPT4gAT60tLr75Z+UC9utC/9u/AAW2dUEMSIPRuH +arg1yXBJaPKTsuRGyrCrtR0GfLBowM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-323-jxDJQxEyMsutLHp0fG2ERg-1; Sat, 02 Oct 2021 12:24:43 -0400 X-MC-Unique: jxDJQxEyMsutLHp0fG2ERg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2D90F804151; Sat, 2 Oct 2021 16:24:42 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.194.246]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9B67A5C1D0; Sat, 2 Oct 2021 16:24:40 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: aconole@redhat.com, zhihongx.peng@intel.com Date: Sat, 2 Oct 2021 18:24:29 +0200 Message-Id: <20211002162432.4348-1-david.marchand@redhat.com> In-Reply-To: <20210917082313.21934-1-david.marchand@redhat.com> References: <20210917082313.21934-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [dpdk-dev] [PATCH v2 0/3] Experiment ASAN in GHA 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" Following fixes for ASAN, I added ASAN in GHA to see where we stand. Here are two fixes that can be merged. The last patch enables ASAN, but as we can see, there are still some unit tests who fails because of ASAN: - multiprocess is broken, we could flag the ut requiring/testing mp, - hash tests have a lot of issues, I suspect bugs in the hash library, bugs have been opened,