From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by dpdk.org (Postfix) with ESMTP id 493181B6C8; Sat, 15 Dec 2018 11:12:49 +0100 (CET) Received: by mail-wr1-f48.google.com with SMTP id t6so7499541wrr.12; Sat, 15 Dec 2018 02:12:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=z5X08WOAbFLe9A4oppOb+yJq7GaGXH4G4IkqP0qKijw=; b=fmBWBfqEQ7nJW+cTMEW+rzJG+I1ERjHXyvi9h4Ss26w7zVUYW2qYV/tZ7w1shrwfPt eBSdfaJXTJnrM8AVzAH47hNsluPvzYvpn+PL/Xt9DDPM8Z2bA/Q77c2Y966mE6PleDIL jK1L4qTxfdNWpf6EcT7x4ossGWDv4vSSuAvlbgBqXh5eVCo8+tmuex9pI2taScuxbJrb 4VTAx2NzLVk3CroRAfeVpzxtO3lb+daJEaQA0u2qGfj6Jji4GR4CX37WARjcfIr4i8Jj FLYdY9rTsOpJK5WJjlByy2QHm1zJ62WIBH1af8aZnja5JO5CZiOIErq9dYT5T7TWyHE+ bVoA== X-Gm-Message-State: AA+aEWaeL5ibeGbwQ9rUwkeopM9zXCIL01gTPzJkpiqNeLFX/ZpAgI+L UUYDPmbvJjNmdW07pt1cyQhDclLx X-Google-Smtp-Source: AFSGD/W3KqqtXIixdauv2yXbPIVbZPHCgyzifsnQ52R9fOGAKmNCbSa94km89b9ky37ln9X605ctzQ== X-Received: by 2002:adf:8323:: with SMTP id 32mr4915882wrd.176.1544868768434; Sat, 15 Dec 2018 02:12:48 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:6116:21af:1838:46f9]) by smtp.gmail.com with ESMTPSA id y13sm9017236wrw.85.2018.12.15.02.12.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 15 Dec 2018 02:12:47 -0800 (PST) Message-ID: <1544868766.4621.3.camel@debian.org> From: Luca Boccassi To: stable@dpdk.org Cc: dev@dpdk.org Date: Sat, 15 Dec 2018 10:12:46 +0000 In-Reply-To: <1544697343.7111.19.camel@debian.org> References: <1543508586.5087.45.camel@debian.org> <1544467138.7111.12.camel@debian.org> <1544697343.7111.19.camel@debian.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-stable] 16.11.9 (LTS) patches review and test 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: , X-List-Received-Date: Sat, 15 Dec 2018 10:12:49 -0000 On Thu, 2018-12-13 at 10:35 +0000, Luca Boccassi wrote: > On Mon, 2018-12-10 at 18:38 +0000, Luca Boccassi wrote: > > On Thu, 2018-11-29 at 16:23 +0000, Luca Boccassi wrote: > > > Hi all, > > >=20 > > > Here is a list of patches targeted for LTS release 16.11.9. > > > Please > > > help review and test. The planned date for the final release is > > > December the 10th. > > > Before that, please shout if anyone has objections with these > > > patches being applied. > > >=20 > > > Also for the companies committed to running regression tests, > > > please run the tests and report any issue before the release date > > > by > > > replying to this email. > > >=20 > > > This will be the last 16.11 point release. As with all good > > > things, > > > it > > > must come to an end! > > >=20 > > > A release candidate tarball can be found at: > > >=20 > > > =C2=A0=C2=A0=C2=A0=C2=A0https://dpdk.org/browse/dpdk-stable/tag/?id= =3Dv16.11.9-rc1 > > >=20 > > > These patches are located at branch 16.11 of dpdk-stable repo: > > > =C2=A0=C2=A0=C2=A0=C2=A0https://dpdk.org/browse/dpdk-stable/ > > >=20 > > > Thanks. > > >=20 > > > Luca Boccassi > >=20 > > Hi, > >=20 > > Unfortunately due to the conference and other commitments it was > > not > > possible to have the test results of 16.11.9-rc1 yet, so the final > > release will have to be postponed. > > Tentative date is a week from now, on December the 17th. > >=20 > > Apologies if this delay causes any issue. >=20 > Hi, >=20 > For the same reasons, unfortunately we have to delay the 16.11.9 > release further. The tentative release date is now Friday the 21st. >=20 > Apologies if this delay causes any issue. Hi, I have now tagged 16.11.9-rc2 to fix a regression that was introduced back in 16.11.7: Yongseok Koh (1): =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0ethdev: fix queue start and stop The tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=3Dv16.11.9-rc2 --=20 Kind regards, Luca Boccassi