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 37B0C43006; Tue, 8 Aug 2023 09:03:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BD87943247; Tue, 8 Aug 2023 09:03:57 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 8AA5D40A87 for ; Tue, 8 Aug 2023 09:03:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691478235; 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=GFEyQjPwBNkF/cYRtGyMhR9qfikVIarOKmmTTHLykuA=; b=YFWfJcKNiamVai5Q8kWNs7VZNVLoOX08ES7M2IVSdQNNwq+X5J0/VxReqxGrKEc20gpMC5 rE4FCHJWvE4A2AC0RXajXipnGFumBagnLMOWMAimJ1adK0ZPe8ZvIC9oY/2Rb+cYRzKdOT mksmQZPRHHgjiWq+zUJXpapuXiShutQ= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-251-It2M2bQVOIGHItLvRqdS2w-1; Tue, 08 Aug 2023 03:03:53 -0400 X-MC-Unique: It2M2bQVOIGHItLvRqdS2w-1 Received: by mail-lf1-f72.google.com with SMTP id 2adb3069b0e04-4fe21fda5e3so5045811e87.0 for ; Tue, 08 Aug 2023 00:03:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691478232; x=1692083032; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GFEyQjPwBNkF/cYRtGyMhR9qfikVIarOKmmTTHLykuA=; b=iKFTv77adgDtx+aoFpYacfxR3J5APrZsGrYyNeINMECxHP59JRHZ08Qg47GCWhshEC GptkO8Tvmbvewmd8nNrqaOLhc8sWaYu8ib+fzr7zpXLkYQexz/vsUhllFKlTlYxhQMc8 0lKnEaySI4HsugeKqaQVQ0Gb040Qb520zG2Bki90IC5PvHOJwFJlGdspGiQUR/VMGLPS cv4grY0XrHpme/laSr+C6gR8NcGA6VxhO6bm6yEBBPnMW703qh5PVvg74HfQRkqJNffW rjfEcSr0X/l7K/Y2+Dr7vVWwLEqrCVsYJH3Zp5/p4yM6INxA7KiylH7o/qyc/DVJ5iCW qoCA== X-Gm-Message-State: AOJu0Yy5W4hfoPdoJ6WRAufq/xm8vq0cdkHUjmv4FuIQo19H6Uu8PfB4 x6OGG0pEn3MoMXU2o7PY6+5M/k96fBCBgF+7kYME4Dc9rTFGhrHmZYoEzRznbHFN58V7E2UiOlk bS8/McKkl+dIO0irk5xk= X-Received: by 2002:a05:6512:10cc:b0:4f8:6560:6436 with SMTP id k12-20020a05651210cc00b004f865606436mr8009074lfg.9.1691478232369; Tue, 08 Aug 2023 00:03:52 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGNc7AShNkhHHlMPaLzKAqFk/tQ2HzTYToMl2U6YK2Uw+qWBrgeS1N5zg6JJj6uFsXDBDQFciPEg7SsKDE7ips= X-Received: by 2002:a05:6512:10cc:b0:4f8:6560:6436 with SMTP id k12-20020a05651210cc00b004f865606436mr8009056lfg.9.1691478232013; Tue, 08 Aug 2023 00:03:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Tue, 8 Aug 2023 09:03:40 +0200 Message-ID: Subject: Re: [TEST] dpdk/app/test/test_mbuf.c test_refcnt_mbuf instability + fix proposal To: Julien Hascoet Cc: Olivier Matz , dev@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Hello Julien, On Mon, Aug 7, 2023 at 10:02=E2=80=AFAM Julien Hascoet wrote: > > Here is a patch, I let you amend it if needed as I'm a beginner in the dp= dk project There are a few issues with the way you sent it. This patch was sent as an attachment while the patch content should be sent inline. It is also missing a Signed-off-by (see Developer's Certificate of Origin). The better is for you to read the contributing guide https://doc.dpdk.org/guides/contributing/patches.html with a focus on 8.5, 8.8 and 8.12 sections. Thanks. --=20 David Marchand