From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC PATCH 1/4] ethdev: rename Rx and Tx configuration structs Date: Wed, 23 Aug 2017 23:39:14 +0200 Message-ID: <3781066.5702xKsSat@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Shahaf Shuler Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 47FD37D5A for ; Wed, 23 Aug 2017 23:39:16 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/08/2017 12:54, Shahaf Shuler: > Rename the structs rte_eth_txconf and rte_eth_rxconf to > rte_eth_txq_conf and rte_eth_rxq_conf respectively as those > structs represent per queue configuration. > > Signed-off-by: Shahaf Shuler Acked-by: Thomas Monjalon