From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/vmxnet3: avoid code duplication Date: Wed, 5 Jul 2017 15:55:26 +0100 Message-ID: References: <1498764950-30821-1-git-send-email-ciwillia@brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: skhare@vmware.com To: "Charles (Chas) Williams" , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id EFE1A2C8 for ; Wed, 5 Jul 2017 16:55:28 +0200 (CEST) In-Reply-To: <1498764950-30821-1-git-send-email-ciwillia@brocade.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/29/2017 8:35 PM, Charles (Chas) Williams wrote: > Refactor vmxnet3_post_rx_bufs() to call vmxnet3_renew_desc() > to update the newly allocated mbufs. While here, relocate the > relevant comments to vmxnet3_renew_desc(). > > Signed-off-by: Chas Williams Reviewed-by: Ferruh Yigit