From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256 Date: Fri, 10 Jul 2015 23:58:20 +0200 Message-ID: <2632055.pvxnASVnWk@xps13> References: <1436318675-21618-1-git-send-email-jijiang.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jijiang Liu 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) In-Reply-To: <1436318675-21618-1-git-send-email-jijiang.liu@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" 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