From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 390201B9A1 for ; Sat, 15 Dec 2018 01:08:02 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id r24so289617wmh.0 for ; Fri, 14 Dec 2018 16:08:02 -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=nUFJaUHQk6+X6ysGKARccLB0uCPI4AdOiSn6tAMgAB4=; b=R+MilNW6rrrbgYVRcr5OBmJ5xilbnWR1YOU2cu/ETt+euPIDil5ngLLtnj7X8L1ufy e3B5ZKhbctj0UlH11+dJyx2AkWFdgvBZ37rqH1leTOVjl+DwP8S+3iF6NLmsMkjyyhvB 3JHYAZc0fAX9cuqGg7G8Z3T50UGVflErCoet1kgl+sTEDN6tYIW60GcD3SknXsCrDvwk FIxhPX9UZzeevZBQyyKuY8aghFkyJnn40yuaNKbjR4gzuKj3xm+dxULmoFNuI94sy0Kw c+24Wt12U5fhoKGKckYsF1o4u4RuoHHwhZyZQHSfBNCZMt0x2JvZTcMYwW5swTiwpci1 /4Eg== X-Gm-Message-State: AA+aEWYNhvJ4R9hQ7lDLl8LLcesFpmO4ATSFb9VkE95psLup7G4ELkPn IJ7sAy/3clkKi/jTHBE25Fw= X-Google-Smtp-Source: AFSGD/UiCX1mK0rxkJNfRz5/ghKlYjw2M3qVaFjqe77wHJvpzD+117pRJEecsEeZ3XSOKNvRI9cR5w== X-Received: by 2002:a7b:c8d7:: with SMTP id f23mr4576142wml.121.1544832481602; Fri, 14 Dec 2018 16:08:01 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:3835:224d:4f71:b87]) by smtp.gmail.com with ESMTPSA id s8sm5809063wrn.44.2018.12.14.16.08.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Dec 2018 16:08:00 -0800 (PST) Message-ID: <1544832479.9874.6.camel@debian.org> From: Luca Boccassi To: Yongseok Koh , thomas@monjalon.net Cc: stable@dpdk.org, Qi Zhang , Konstantin Ananyev Date: Sat, 15 Dec 2018 00:07:59 +0000 In-Reply-To: <20181214222043.7394-1-yskoh@mellanox.com> References: <20181214222043.7394-1-yskoh@mellanox.com> 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] [prefix=PATCH 17.11] ethdev: fix queue start and stop 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 00:08:02 -0000 On Fri, 2018-12-14 at 14:20 -0800, Yongseok Koh wrote: > This patch reverts > commit d48890a39af7 ("ethdev: fix queue start") > as the corresponding upstream commit was incorrectly applied. >=20 > The upstream commit is re-applied correctly. > commit 239c9b435ad4 ("ethdev: fix queue start") >=20 > Fixes: 0748be2cf9a2 ("ethdev: queue start and stop") > Fixes: d48890a39af7 ("ethdev: fix queue start") > Cc: Qi Zhang > Cc: Konstantin Ananyev >=20 > Signed-off-by: Yongseok Koh > Reported-by: Konstantin Ananyev > Reported-by: Qi Zhang > --- > =C2=A0lib/librte_ether/rte_ethdev.c | 26 ++++++++++++++------------ > =C2=A01 file changed, 14 insertions(+), 12 deletions(-) Applied the same (and double checked :-) ) on 16.11, thanks for the heads-up. --=20 Kind regards, Luca Boccassi