From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 23 May 2016 10:00:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,356,1459839600"; d="scan'208";a="960607882" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.66]) ([10.237.220.66]) by orsmga001.jf.intel.com with ESMTP; 23 May 2016 10:00:29 -0700 To: Alex Wang , dev@dpdk.org References: <1463815522-27916-1-git-send-email-ee07b291@gmail.com> Cc: Alex Wang From: Ferruh Yigit Message-ID: <5743372C.7020102@intel.com> Date: Mon, 23 May 2016 18:00:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1463815522-27916-1-git-send-email-ee07b291@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2 v2] kni: fix inverted function comments 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: Mon, 23 May 2016 17:00:31 -0000 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