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 A8C07A00C3; Thu, 3 Feb 2022 11:27:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3918040143; Thu, 3 Feb 2022 11:27:17 +0100 (CET) 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 8380C40140 for ; Thu, 3 Feb 2022 11:27:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643884035; 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=bMIetQUteHlDnZ4KkhML3EqnukfAr97BhW13CGe+R/8=; b=ADJcLYdgj1inJtYhAXEsmCcvAP10mWBQZ7NXdW4tfwHdl6iFkg+LRP/8B04KI7v4etnEHT dK/ypNIJbB3khVNp1gKwVaJ00S9sEe7mPohHaSxzDzyBsSIsJIp7BD37tgluExwcDA/PQ2 GOXR4LIyXAqYi2dh0/k1RY+dGGNKswI= 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.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-607-toBn5A_vPnio613xc1vC1A-1; Thu, 03 Feb 2022 05:27:11 -0500 X-MC-Unique: toBn5A_vPnio613xc1vC1A-1 Received: by mail-lf1-f72.google.com with SMTP id c7-20020ac24147000000b0042ac92336d1so1236687lfi.2 for ; Thu, 03 Feb 2022 02:27:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bMIetQUteHlDnZ4KkhML3EqnukfAr97BhW13CGe+R/8=; b=SvQEmB+lXEdEzV7VnlDX5bXWwNw7ddz4MsogHWRUyHbvMFO71OAy8Aw12oVxirSoLl eHzYBjs3VwqYdnex5mZGvEEZyBn3IPOFv5r+GHtLQaTSsMnl4vgsn65XBIQBV2Qybynw D21ClmYzIJNLrFO9t49I0Ku4IPT5lotPX9lKJww5bojDnUEkfTCHCdGofVnSuEUwZUQ2 POPGdoTx7RREZtEMm/EZ/krLX7FidUzECy043D6fbnK2xOCh4Q+BNTs5LdxvnT3vgxmJ sTM6ysYNAZmgykDNSBPaX+WLcWqW0vozEkZG9SRGU+tCXhmGLbq33cDnWdbg/O+yKKVU OVbw== X-Gm-Message-State: AOAM533aDNqfL8KySJK25F4ckjNMfacH/hD+X+G9JFSjntJRpla5EcwV mZJtec5HbI9fR/XyFqzToUH95RCzKJ1MwpFdSSxdQetlBgnu70fmtXJXhaAMKXnuiHcZDl4o4Rw m7yN3JJSW8IIY/LWaHIU= X-Received: by 2002:a05:6512:31cd:: with SMTP id j13mr26652876lfe.484.1643884030419; Thu, 03 Feb 2022 02:27:10 -0800 (PST) X-Google-Smtp-Source: ABdhPJwJ5CrPOWw1vRAGR0Yo7iAtuhzB3g+NIiWdRN2cn0DJGuqYuaxAG/Hf/dM9DaDeAirrgH/33sbAmvzfp8Stcl4= X-Received: by 2002:a05:6512:31cd:: with SMTP id j13mr26652860lfe.484.1643884030208; Thu, 03 Feb 2022 02:27:10 -0800 (PST) MIME-Version: 1.0 References: <20220117080801.481568-1-dkozlyuk@nvidia.com> <20220119210917.765505-1-dkozlyuk@nvidia.com> In-Reply-To: From: David Marchand Date: Thu, 3 Feb 2022 11:26:58 +0100 Message-ID: Subject: Re: [PATCH v2 0/6] Fast restart with many hugepages To: Dmitry Kozlyuk Cc: dev , Bruce Richardson , Anatoly Burakov , Viacheslav Ovsiienko , Thomas Monjalon , Lior Margalit 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" 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 On Wed, Feb 2, 2022 at 10:54 PM David Marchand wrote: > I could not check all unit tests with RTE_MALLOC_DEBUG (I passed > -Dc_args=-DRTE_MALLOC_DEBUG to meson). > mbuf_autotest fails but I reproduced the same error before the series > so I'll report and investigate this separately. > Fwiw, the failure is: > 1: [/home/dmarchan/builds/build-gcc-shared/app/test/../../lib/librte_eal.so.22(rte_dump_stack+0x1b) > [0x7f860c482dab]] > Test mbuf linearize API > mbuf test FAILED (l.2035): data length! > > > mbuf test FAILED (l.2539): test_rte_pktmbuf_read_from_offset(pinned) failed > > > test_pktmbuf_ext_pinned_buffer() failed > Test Failed This should be fixed with: https://patchwork.dpdk.org/project/dpdk/patch/20220203093912.25032-1-david.marchand@redhat.com/ -- David Marchand