From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: call rxtx callbacks in the order they were added Date: Sun, 12 Jul 2015 23:40:18 +0200 Message-ID: <1442043.b4hTIJZKh3@xps13> References: <1436533693-24525-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 92B005A7B for ; Sun, 12 Jul 2015 23:41:33 +0200 (CEST) Received: by wgxm20 with SMTP id m20so99544474wgx.3 for ; Sun, 12 Jul 2015 14:41:31 -0700 (PDT) In-Reply-To: <1436533693-24525-1-git-send-email-john.mcnamara@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" > Change the order that user supplied RX and TX callbacks are called > to the order that they were added (fifo). > > The previous calling order was the reverse of this (lifo) and was > counter intuitive for users. > > Signed-off-by: John McNamara Applied, thanks