From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 60B85B0C0 for ; Thu, 26 Jun 2014 14:32:53 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id hi2so952737wib.17 for ; Thu, 26 Jun 2014 05:33:12 -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=NntPQJcSFTP8d4fXjhl4EESnt7mXIZU+BoYdOb2XLzk=; b=ESSn9XjaOMEH/ym8GWL/h9jPdODQ7PZ9dfS3y95hpRmcBxYAAolsHjidPeHt14b3Uv 5zuBNPQ7SqGS26v/jbD6fTOBx8ATvxFQRplAdHkeGeUYH2tmLKHpoynt+JYfkjCvjvxX tMMgw/OrKq53tpB9xi6v2Imo9aFm1l1YAgbkCAj78ZEXfirZGepjQkJRYP3A1tlEOHdY Q9I7LcSa0L+lSaYL+v/AXRDMvGZE94P0UaLGIE2v6Kho4ufw6AdaoqKD06b18yQ8vI4Q DhQnrTLg7wziiMZN9DMH2K0JNB/u1qSw2IixL6TEAqoW4sKZX1tDL8ojixQzSa/SDhww nLSw== X-Gm-Message-State: ALoCoQmYWjYbi4y+vNlB5N1P1LgVjJLTXLW6vUM/0/nfHqe1JqudV6ik8nqoQBk6z7NHf+MoBWoo X-Received: by 10.180.211.36 with SMTP id mz4mr4043579wic.20.1403785992272; Thu, 26 Jun 2014 05:33:12 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id 10sm2488794wjx.26.2014.06.26.05.33.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 05:33:11 -0700 (PDT) From: Thomas Monjalon To: Cunming Liang Date: Thu, 26 Jun 2014 14:33:06 +0200 Message-ID: <3985757.ddR0XZUxTh@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/5] ixgbe: vPMD compiling issue and testpmd default value change 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: Thu, 26 Jun 2014 12:32:53 -0000 2014-06-26 14:53, Cunming Liang: > This patch is used to fix several issue found in R1.7 RC1. > 1. There's compiling error when change some defalut config in > common_linuxapp. They are > RTE_LIBRTE_IXGBE_RX_ALLOC_BULK_ALLOC=n > RTE_LIBRTE_IEEE1588=y > 2. Renaming RTE_IXGBE_RX_OLFLAGS_DISABLE to RTE_IXGBE_RX_OLFLAGS_ENABLE > This avoid making user confused by defalut setting 'not DISABLE'. > 3. Set testpmd defalut burst size to 32 > As vPMD RX only accept no less than 32, this avoid testpmd automation > pass. > 4. Change testpmd mbuf cache and rx/tx threshold defalut value. > It makes easier to get better performance with vPMD. > > Cunming Liang (5): > ixgbe: avoid compiler error when RTE_IXGBE_INC_VECTOR=y and > RTE_LIBRTE_IXGBE_RX_ALLOC_BULK_ALLOC=n > ixgbe: fix vpmd compiling error when RTE_LIBRTE_IEEE1588=y > ixgbe: not 'DISABLE' may make confuse, change > RTE_IXGBE_RX_OLFLAGS_DISABLE=n to RTE_IXGBE_RX_OLFLAGS_ENABLE=y > ixgbe: set default burst size 32 in testpmd > testpmd: change some of testpmd default parameter to well tuned value Applied for version 1.7.0. Just a note about commit titles for next times: As explained on the website (http://dpdk.org/dev#send), "The title will be clearly visible in the git repository and in the email archives. So it is important to make it short and clear for quick reading and searches." You may have a look at how I've reworded these titles: http://dpdk.org/browse/dpdk/log It's not the most important thing in the patches, so it's just a reminder for contributors reading this email. Thanks -- Thomas