From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2 v2] kni: fix inverted function comments Date: Mon, 23 May 2016 18:00:28 +0100 Message-ID: <5743372C.7020102@intel.com> References: <1463815522-27916-1-git-send-email-ee07b291@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Alex Wang To: Alex Wang , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6AF1B58DF for ; Mon, 23 May 2016 19:00:31 +0200 (CEST) In-Reply-To: <1463815522-27916-1-git-send-email-ee07b291@gmail.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/21/2016 8:25 AM, Alex Wang wrote: > From: Alex Wang > > The 'mbufs' alloc/free descriptions for > 'rte_kni_tx_burst()' and 'rte_kni_rx_burst()' > should be inverted. > > Fixes: 3fc5ca2 (kni: initial import) > > Signed-off-by: Alex Wang Acked-by: Ferruh Yigit