From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E7B8D20C97; Wed, 23 Aug 2017 17:39:15 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 23 Aug 2017 17:39:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=fXymbTPQj1Ikxm4 fZII7wJG05RLj7+4Ie8U36dYii40=; b=iNqB3joCbNQQq58IQYYhEX76/ZVmiya p9H3yn6ML9bnfFOLHTpkkMIZG4plF3POzvN1SjNZeOQXixHq3glap/bVOPeCaT4X +EwtwL73sdsTwzePvTF17MZhNqanyox+O1rxC8FUqu00Ut83l00aU6jBJS9sGZu0 dz9VAhtqame8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=fXymbTPQj1Ikxm4fZII7wJG05RLj7+4Ie8U36dYii40=; b=BVWwsKuZ VgbthJkRR4spIskwcaMIgPZX12kkjZtIRAH0i3ucwZFG+K2aH6UgWckO0SoxYyyB zPVhnQec/Xc658m7Fgj4tvCGUXG+6BPJ16ghPOx9dpljJJ/oDkQ4Fv5AJ0FONZUB sv4ndunkcFvdf2fzG1iX/VnmMVogqQE80Zi0AtArloeHoN4GLxEJnh/lQc4TIpJt dPVCGIY1aujSzgHuOPVVUCtyc4YvqnTcrtZBsVCBJCnus/sISlJDz4I1+3voTG+o BPJhVUOmVb0NxdWFm6Pm8PH+4Xwp9XOGa9Q7WebSTupHrNRlNbKLPW0IqPQbr2Aj SnCOzrmawD2m0Q== X-ME-Sender: X-Sasl-enc: VEo1QQUjNPv9Apt71BepB/s/i+TOEfjOaKxyMbOYtq4o 1503524355 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 96D977FA65; Wed, 23 Aug 2017 17:39:15 -0400 (EDT) From: Thomas Monjalon To: Shahaf Shuler Cc: dev@dpdk.org Date: Wed, 23 Aug 2017 23:39:14 +0200 Message-ID: <3781066.5702xKsSat@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC PATCH 1/4] ethdev: rename Rx and Tx configuration structs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2017 21:39:16 -0000 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