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 46EACA0C44; Mon, 14 Jun 2021 14:21:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BC7324067A; Mon, 14 Jun 2021 14:21:28 +0200 (CEST) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by mails.dpdk.org (Postfix) with ESMTP id 882DC4003F; Mon, 14 Jun 2021 14:21:27 +0200 (CEST) Received: by mail-lf1-f43.google.com with SMTP id h4so5946174lfu.8; Mon, 14 Jun 2021 05:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=mzWzDg2dsBpFhGkcodsUGQHLuid6d378RSkFUDz8Z1s=; b=pp1y5+Irm6Tg5SuX8/9oZCerq5yxgo8pYdWKY4rU96XqUj7CEGICIm2mG1KHbhzBGS DydlOUk8n9KdBtSLoEU2xnb01o+7i4d2bhFRp8onHXN+eD51jTSVBrUQpUqOX2HPWhzC t8dlecOgtx8rIdglC0VHCpLxQxHB/tKrWwP7WnPV4573plOvjCIeotLfTLWBbWhLQlcS dk8j+WT+oJY3WziIZ3xOYAKEH81hJJ9o8+jwpWLaL9JU/p2b0jVJmieSUXwLcFbx5Jls /ufSLF/XKbLwraF3COs6DJj+gvRtGBQOHcWecJEQQJ9bbkMOSjRIXzszHwsOp0+DvGCt 6p3A== 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:content-transfer-encoding; bh=mzWzDg2dsBpFhGkcodsUGQHLuid6d378RSkFUDz8Z1s=; b=N+Fmin0HuIBQt+6xW60ExybaGVzwhs7I2hDm55wk+jYXQ6keWxyBXthzvMbf80b1Xr gDSgwMaX6wq0xnG7CGtqDAz93U9ZJ7h56n3zze/ZYkMNsd+pv8849caGNGpu4n1X4Bso mRA7nWA5PlHmmkAXLd6FvlgjtvXAalSHqcfuQJpwr2kiUdm7RYNDbEVWRTsxMfGLt8yW Fs8AYP7h7P8/6n+1TU1G9rxnrDgoKo+vTHj+SBdFsQHuf5DCrVBoJd8zzu1V4S0KsMHp Bix/jnF8c66QsqLF/TcHMFOd7vdmNZNC9I+TD0w4cI2Cl+s/Gl/+sPTgOgHdbGmWoOXL cinA== X-Gm-Message-State: AOAM530Nz/oEdGhNVqdmaMiZUIVtKxviv6rZ1JNMZtP8bSylVy+P6AJB 1887eHTNfkHwX4x/2LtiQJLb3XkVN71tk1k9gms= X-Google-Smtp-Source: ABdhPJx7tz6rF98/yhtvopNnEQPX/RDhIAni+sgLJJ0qmSMweYBa8HOwYI11ep+AYyvgb5mqcgweOMkHo8u3OCDBcLc= X-Received: by 2002:a05:6512:3216:: with SMTP id d22mr11706183lfe.23.1623673286937; Mon, 14 Jun 2021 05:21:26 -0700 (PDT) MIME-Version: 1.0 References: <20210604055236.2900938-1-christian.ehrhardt@canonical.com> In-Reply-To: From: Luc Pelletier Date: Mon, 14 Jun 2021 08:21:15 -0400 Message-ID: To: Christian Ehrhardt Cc: "Jiang, YuX" , Kevin Traynor , Ali Alnubani , dpdk stable , dev , Abhishek Marathe , Akhil Goyal , "Walker, Benjamin" , David Christensen , "Govindharajan, Hariprasad" , Hemant Agrawal , "Stokes, Ian" , Jerin Jacob , "Mcnamara, John" , Ju-Hyoung Lee , Luca Boccassi , Pei Zhang , "Yu, PingX" , "Xu, Qian Q" , Raslan Darawsheh , NBU-Contact-Thomas Monjalon , "Peng, Yuan" , "Chen, Zhaoyan" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] 19.11.9 patches review and test - V2 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" > > # Basic Intel(R) NIC testing > > * PF(i40e, ixgbe): test scenarios including rte_flow/TSO/Jumboframe/che= cksum offload/Tunnel, etc. Listed but not all. > > - Known issues as below: > > 1) https://bugs.dpdk.org/show_bug.cgi?id=3D731 =E2=80=93 [dpdk-= 19.11.9] telemetry: python3 /root/dpdk/usertools/dpdk-telemetry-client.py p= rompt connection refused) > > Fixed commit is af68c1d699be6c369e296b775bdbf13ae18b79= cc eal: fix hang in control thread creation > > This one was in the candidate list of patches for 19.11.x, but it > didn't apply cleanly. > I've asked for a backport in my mail on 20th May - in this thread [1] > But in the meantime that was all done and -rc2 that you have tested conta= ins > > 34cc55cce6b1 ("eal: fix race in control thread creation") > af68c1d699be ("eal: fix hang in control thread creation") > > In the form of these backports: > $ git tag --contains 555da24882e1ca836f9532304f5f58034e57ff5e > v19.11.9-rc2 > $ git tag --contains 0b8f4f0462f2260fc618e297e91317a891c6d255 > v19.11.9-rc2 > > So if af68c1d699be really was meant to fix this known issue then it > does not do so in 19.11.x. > @Luc - I'm setting you to CC in case you happen to know why. The patches I submitted are unrelated to telemetry. They're related to control thread creation logic in the EAL. I don't know anything about the telemetry code but I'd be surprised if my commits have anything to do with the telemetry bug linked above. Thanks.