From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] sched: fix releasing enqueued packets Date: Fri, 23 Sep 2016 21:17:05 +0200 Message-ID: <2786388.9DBIDqzIBK@xps13> References: <1472699482-1747-1-git-send-email-h.mikita89@gmail.com> <1473088514-31836-1-git-send-email-h.mikita89@gmail.com> <3EB4FA525960D640B5BDFFD6A3D8912647A74CC9@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: Hiroyuki Mikita Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id EC4546CA8 for ; Fri, 23 Sep 2016 21:18:46 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id w84so49376195wmg.1 for ; Fri, 23 Sep 2016 12:18:46 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A74CC9@IRSMSX108.ger.corp.intel.com> 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" > > rte_sched_port_free should release only enqueued packets of all queues. > > Previous behavior is that enqueued and already dequeued packets of > > only first 4 queues are released. > > > > Fixes: 61383240 ("sched: release enqueued mbufs when freeing port") > > > > Signed-off-by: Hiroyuki Mikita > > Acked-by: Cristian Dumitrescu > > Thank you! Applied, thanks