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 710DA45556; Tue, 9 Jul 2024 06:57:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40D86427E1; Tue, 9 Jul 2024 06:57:28 +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 F1CF2427DA for ; Tue, 9 Jul 2024 06:57:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1720501046; 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=CED34XvNR76oZs1vNtRbMtMqX4OVZc8XygA71UWmmkc=; b=gh5PpAwABdMOsY6hby1D86jnfwvipcuwJe/r3iCXyOE/5mOfWYJoDdJxJnxXtn6cLyxAgy tLtFeVF0Zrc4e31WqWxBecEcrOtMEveMeLat8HDk2DL7jFQg1zXb7xm2JpRTVnGN1HFmJE z0ciVxDZ/0sFFbc4xEe0yU4NpGJGzMk= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-99-FZYX56ViM9esQmi1DXxPyA-1; Tue, 09 Jul 2024 00:57:24 -0400 X-MC-Unique: FZYX56ViM9esQmi1DXxPyA-1 Received: by mail-lf1-f70.google.com with SMTP id 2adb3069b0e04-52ea88005bfso3464583e87.2 for ; Mon, 08 Jul 2024 21:57:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720501043; x=1721105843; 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=CED34XvNR76oZs1vNtRbMtMqX4OVZc8XygA71UWmmkc=; b=QAxRgf6rVwSRMpfb97vWEANDR9bySEubvuNp2PFslzBTULJFFLHVdkO2ILneKgVJM6 wgWHWrgD9F1d+lhwHXaC4coIQf224hwnh2PVfGtOwLGuz6+N2guZQXcpY976MKEzbPZ3 xRPj71KQlddImvKyxVPpdI2ZU1U5xd1gQElXF6Gjo9z7aAZlYQ9O/0kDccC7ASoKx9KV JhHYuitXWAEn2/usAnHppO7RwmAvvIYxiatknvOrl/ns1qMVb1I2VDoNLq+TnXee763n +0S5EdhHoRXUwHHnnnWFvlhUggCQfgVgszJI0ptOkMdDyJfTxJF5ETf7HKpYDfcUoIqI sSgA== X-Gm-Message-State: AOJu0Yymh5l4JikMFIDe0Vze7jGwHEuUpXF5Radi1IMNE8fSz8RC8CX2 gYD8WO/7uMVo5u7gU1n2qKPnGqBN761LmtwI11YQQS7+BhcOtKLtck+Ln0QZKYvojFHZ94hS4QS qK3vYQndq6D8/oxL2sh0YNkr5y3+e+PbB7qaqyGvsicOB8E+lgrBDMn92t+zLYS2NAEVkhPQlP2 +sDHC8cvCXlHSWl0c= X-Received: by 2002:a2e:81c4:0:b0:2ee:84af:dfc4 with SMTP id 38308e7fff4ca-2eeb3197990mr8570881fa.43.1720501043242; Mon, 08 Jul 2024 21:57:23 -0700 (PDT) X-Google-Smtp-Source: AGHT+IFfMs7tqQqZ2hnaArd5iMzZwJ+N0TEW/UJGCDf0rJBEa/Vv6XeiW5qAJDu+BzAlLjCkATmCefbPCbOj69ap6gU= X-Received: by 2002:a2e:81c4:0:b0:2ee:84af:dfc4 with SMTP id 38308e7fff4ca-2eeb3197990mr8570831fa.43.1720501042821; Mon, 08 Jul 2024 21:57:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Tue, 9 Jul 2024 06:57:11 +0200 Message-ID: Subject: Re: [PATCH v1 0/4] fbarray lookahead/lookbehind fixes To: Anatoly Burakov Cc: 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 On Mon, Jul 8, 2024 at 6:07=E2=80=AFPM Anatoly Burakov wrote: > > Once upon a time, a few patches were submitted by Vipin P R: > > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-2-git-send-e= mail-vipinp@vmware.com/ > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-3-git-send-e= mail-vipinp@vmware.com/ > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-2-git-send-e= mail-vipinp@vmware.com/ > https://patches.dpdk.org/project/dpdk/patch/1673615669-21011-3-git-send-e= mail-vipinp@vmware.com/ > > They were reviewed and changes were requested, but the author never follo= wed up > and these patches kind of fell through the cracks. The patches fixed real= bugs > in fbarray lookahead/lookbehind behavior, so now these bugs have resurfac= ed in > some customer reports. > > This is a resubmit with improvements and added unit tests. > > Anatoly Burakov (4): > fbarray: fix incorrect lookahead behavior > fbarray: fix incorrect lookbehind behavior > fbarray: fix lookahead ignore mask handling > fbarray: fix lookbehind ignore mask handling > > app/test/test_fbarray.c | 102 ++++++++++++++++++++++++++++ > lib/eal/common/eal_common_fbarray.c | 28 ++++++-- > 2 files changed, 123 insertions(+), 7 deletions(-) Thank you, series applied. --=20 David Marchand