From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id BED1CC45A for ; Fri, 10 Jul 2015 23:59:29 +0200 (CEST) Received: by wiwl6 with SMTP id l6so57383166wiw.0 for ; Fri, 10 Jul 2015 14:59:29 -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=NndDG/IvHLsi1+U9gQYW5kES9hi8EeTiF+C/3xv9hJs=; b=Okgoi2O1Fy7x0wQVDLLnTvA6at5u4KiwGFE80q94FziC8qmxy9rgjTh/o0vyYoq8Vn gW89YYq4mwIeFq0p+zWiJJHX2K2nMmvF6Ff+qZXC2gtAYblwN3pVOlg2rpgClJVudyaW QjWM+DhpBd2/MT+aUMaR+DyaBJmw+PeFTlmB/xZaPzIHyxY40yhVVJ2+jYvBJiuXJPkI 2iC9VZEU6WBoIwXa0BWe4J1sGzi4qTdWjBIxj8rclF1uT+wCXNNjlWiRs0ef7RiryTlW GnfWlHn6InkpWvEW1hEUNhuMrooR8MlquJmtLYUJDnYEobVm+RKi9ac7K2DPvyPy675Y aFrA== X-Gm-Message-State: ALoCoQnt5rdSxyEZhRPplO9XBQeNCU1fkQZ3kJT+T3r9Yag21eGktaHst0JhWzhKZnZQQhvUwBo3 X-Received: by 10.180.94.35 with SMTP id cz3mr1557189wib.85.1436565569670; Fri, 10 Jul 2015 14:59:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jz4sm15392828wjb.16.2015.07.10.14.59.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jul 2015 14:59:28 -0700 (PDT) From: Thomas Monjalon To: Jijiang Liu Date: Fri, 10 Jul 2015 23:58:20 +0200 Message-ID: <2632055.pvxnASVnWk@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436318675-21618-1-git-send-email-jijiang.liu@intel.com> References: <1436318675-21618-1-git-send-email-jijiang.liu@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] config: revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256 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: Fri, 10 Jul 2015 21:59:30 -0000 2015-07-08 09:24, Jijiang Liu: > Revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256. > > The previous commit changed the size and the offsets of struct rte_eth_dev, > so it is an ABI breakage. I revert it, and will send a deprecation notice for this. > > Signed-off-by: Jijiang Liu Applied, thanks