From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ouyang Changchun Subject: [PATCH 0/3] Rename field name for RX/TX queue start/stop Date: Tue, 22 Jul 2014 15:47:29 +0800 Message-ID: <1406015252-27804-1-git-send-email-changchun.ouyang@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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