From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Mc7qHGG1rhhnebaxZfkYEdCQ8vZoWOE+HdxscTEoN0o=; b=do/TuTatdu9ofH8jdGKhbmWrlYEuPu3gl+Tm1GDJFdyZJ+l3tNcrvlfvSd844Q/oKj /D6+CmNUZ1TWiM2NMgUB7A9F3LJLo51/aWhhFAzHjS7bt6XBwx/FcMAsQna4fL+EMixx /zkFBXdB/gN+VUcflJ/5+LlO4WiYY2r/r/u4GxSUWn8Zo0ypB5qUH4Q0A2XuyNpf9jW9 ksQDMKCg8qegt2/HT25POvGDcWyWbo0sb5bbWkuU+RGbQor90m7gmat5rrN7G+TqXLB0 zjKU065BN/Pq6O3xsKb4AGMBk//aUZ5F0g8LdM64yLOKdmn5Fm7j0AHrn9+3jGlqLLON egfQ== X-Gm-Message-State: ALoCoQkqWDfZd5JY0a7z1teoWEvzKFoTaaxYjlPYhcv+hUrDNZeKvGQqKj1BBPJcIrkb+PXY+a6D X-Received: by 10.194.112.3 with SMTP id im3mr61761664wjb.54.1436737291385; Sun, 12 Jul 2015 14:41:31 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id l6sm10791110wib.18.2015.07.12.14.41.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jul 2015 14:41:30 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Sun, 12 Jul 2015 23:40:18 +0200 Message-ID: <1442043.b4hTIJZKh3@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436533693-24525-1-git-send-email-john.mcnamara@intel.com> References: <1436533693-24525-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ethdev: call rxtx callbacks in the order they were added X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2015 21:41:33 -0000 > 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