From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] ethdev: Rename RX/TX enable queue field for queue start and stop Date: Mon, 29 Sep 2014 19:33:46 +0200 Message-ID: <1510758.TZ42VHCBNy@xps13> References: <1411707653-10661-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ouyang Changchun Return-path: In-Reply-To: <1411707653-10661-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 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" 2014-09-26 13:00, Ouyang Changchun: > V3 change: > - Rename field name to rx_deferred_start/tx_deferred_start in > both ixgbe and i40e PMD. > - Move the doxygen comments for rx_deferred_start after it is declared. > - Simplify/split the long description and move some to doxygen comments of > rte_eth_dev_rx_queue_start and rte_eth_dev_tx_queue_start. > > V2 and V1 change: > - Update comments for the field start_rx_per_q for better readability. > - Rename the field name to rx_enable_queue for better readability too. > - Accordingly Update its reference in sample vhost. > > Signed-off-by: Changchun Ouyang Acked and applied with some minor changes in comments. Thanks -- Thomas