From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 74E925930 for ; Tue, 22 Jul 2014 09:46:23 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 22 Jul 2014 00:42:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,708,1400050800"; d="scan'208";a="547048152" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 22 Jul 2014 00:47:39 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s6M7laWY011800; Tue, 22 Jul 2014 15:47:37 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s6M7lWrh027905; Tue, 22 Jul 2014 15:47:35 +0800 Received: (from couyang@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s6M7lWO8027901; Tue, 22 Jul 2014 15:47:32 +0800 From: Ouyang Changchun To: dev@dpdk.org Date: Tue, 22 Jul 2014 15:47:29 +0800 Message-Id: <1406015252-27804-1-git-send-email-changchun.ouyang@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/3] Rename field name for RX/TX queue start/stop 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: Tue, 22 Jul 2014 07:46:24 -0000 This patch series include 3 things: 1) Rename the field name from start_rx_per_q to rx_enable_queue in struct rte_eth_rxconf, and do same thing for TX. This patch also update description for field rx_enable_queue and tx_enable_queue. 2) According to 1), update field name from start_rx_per_q to rx_enable_queue in struct igb_rx_queue in ixgbe PMD, do same thing for TX. 3) Update its reference in sample vhost. Ouyang Changchun (3): rename field from start_rx_per_q to rx_enable_queue, and update description for it. rename field name from start_rx_per_q to rx_enable_queue in ixgbe PMD. use new field name of rx_enable_queue in user space vhost sample. examples/vhost/main.c | 4 ++-- lib/librte_ether/rte_ethdev.h | 16 ++++++++++++++-- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 8 ++++---- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 4 ++-- 4 files changed, 22 insertions(+), 10 deletions(-) -- 1.8.4.2