From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D132EA0093 for ; Mon, 18 May 2020 20:39:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C30F51D552; Mon, 18 May 2020 20:39:47 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id D918E1D552 for ; Mon, 18 May 2020 20:39:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589827186; 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=49/qK79Q35Vz2lOhKmUs4enOl/JlYYFIcylFKZR0nyU=; b=PRKcaps5REzyv8/bKk4Vkd3d3irWzAUynN10IM5tBGejRaPL+OakjmWVtffVgC4oF+fIHI CYQjTi1uvy+g1tdB7/+8aqx3F4Q2PL2hN0VZhmN/dQ5EInaSvgjzLw7iNd6OmnNKU+E8I5 35nt/7LiizdDlAu5by8JMbmm3X9KxoM= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-357-SkwQZmebOc-7WpZcdPDeqQ-1; Mon, 18 May 2020 14:39:36 -0400 X-MC-Unique: SkwQZmebOc-7WpZcdPDeqQ-1 Received: by mail-vk1-f199.google.com with SMTP id k3so4958898vkb.13 for ; Mon, 18 May 2020 11:39:36 -0700 (PDT) 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=49/qK79Q35Vz2lOhKmUs4enOl/JlYYFIcylFKZR0nyU=; b=ddbZx9yb8Aqif/H7alnGNQ7gKeB/yW0oct4Drfw4dPSY2cXiMRwJcyzzIwwFnljgsl Md2ERkAqGVjuPZthUK961lvU52KP07U1hVVhXaUDgm/0j1G63zEjoKl8/K+rFVG5hSzr jrq6Z53Zmi/cyRz5V0IUq7utqwlzw+91xedJdm75cSuBN3R05i3SbzTqtWaPe2nm+Cbd /H3QXQQeLQTunK6nPAT6GgplqtnF4KRXi0egtARzO4qOnGCy3eWLPTTDSg4B9BWfFQm7 Stx4i1iZ1SJPwryQSQmWlpvNecbx4BEmSPrOW7tKU6q3XvpP5FFbq1zbe7xvbapzssvJ c18Q== X-Gm-Message-State: AOAM531U1qOwVW4jHXzmDR8q2FWLoE28gn2aBcpMJ2abYUfd+uKlZJ3W Vzde2OpnJXuQwf75ZZ1whHGL8OIyW/fLg/CersQ56tF3CZzxIK8XQt+C88j7AHLzBxt8qppqk3f OcJvAEH8iNsiHIRGKdKoyIw0= X-Received: by 2002:a67:e88e:: with SMTP id x14mr13030550vsn.180.1589827176425; Mon, 18 May 2020 11:39:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyUfst1mxlYeAP2y0wUxdfI+mYHf7mmtsJhOM9EgAzELcd+zQbqddcNdI75+qLcHNezIj77HyZ2M20VCm3/hsw= X-Received: by 2002:a67:e88e:: with SMTP id x14mr13030534vsn.180.1589827176087; Mon, 18 May 2020 11:39:36 -0700 (PDT) MIME-Version: 1.0 References: <20200428012139.32196-1-l.wojciechow@partner.samsung.com> <1303e35b-7573-28d8-8425-538058c90ad5@partner.samsung.com> In-Reply-To: <1303e35b-7573-28d8-8425-538058c90ad5@partner.samsung.com> From: David Marchand Date: Mon, 18 May 2020 20:39:25 +0200 Message-ID: To: Lukasz Wojciechowski , Harry van Haaren Cc: Jerin Jacob , dev , dpdk stable X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH] eal: fix lcore state bug X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Mon, May 18, 2020 at 8:25 PM Lukasz Wojciechowski wrote: > > Hi David, > > The patch is here for quite a while and I believe it's assign to you. > Today there were some questions about it on > https://bugs.dpdk.org/show_bug.cgi?id=464 > > Is there anything else to be done, so it can be accepted? I want a clear ACK from a maintainer. Here Harry, since this is services specific code. The current discussion seems unfinished to me, maybe Harry can conclude? Besides, I am reluctant to take EAL changes in rc3 (out of compilation fixes or fixes for problems introduced in the current release). -- David Marchand