From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] remove poisoned flags Date: Fri, 22 Apr 2016 15:56:14 +0200 Message-ID: <1760441.q1xasVRfr2@xps13> References: <1461097157-28925-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , Olivier Matz To: dev@dpdk.org Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id DC3482BD1 for ; Fri, 22 Apr 2016 15:56:36 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id n3so28410373wmn.0 for ; Fri, 22 Apr 2016 06:56:36 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-20 10:59, David Marchand: > On Tue, Apr 19, 2016 at 10:19 PM, Thomas Monjalon > wrote: > > Some flags were poisoned after having been removed from EAL and mbuf > > in releases 1.8 (b10eef348d, 62814bc2e9) and 2.0 (4769bc5a27cc). > > After several releases, they have probably disappeared from the applications. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: David Marchand Applied