From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 2/4] test-pmd: modified testpmd for link_bonding Date: Mon, 27 Jul 2015 19:15:47 +0200 Message-ID: <7271697.9KPYQErSGG@xps13> References: <1438012477-729-3-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 1C31EC5A0 for ; Mon, 27 Jul 2015 19:17:05 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so148036564wic.0 for ; Mon, 27 Jul 2015 10:17:04 -0700 (PDT) In-Reply-To: <1438012477-729-3-git-send-email-bernard.iremonger@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-27 16:54, Bernard Iremonger: > uint8_t need_reconfig_queues; /**< need reconfiguring queues or not */ > uint8_t rss_flag; /**< enable rss or not */ > - uint8_t dcb_flag; /**< enable dcb */ > + uint8_t dcb_flag; /**< enable dcb */ > struct rte_eth_rxconf rx_conf; /**< rx configuration */ > struct rte_eth_txconf tx_conf; /**< tx configuration */ > It doesn't appear to be a desired change.