From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Chemparathy Subject: Re: [PATCH 08/10] librte_mbuf: Add rte_pktmbuf_mtod_offset() Date: Fri, 19 Jun 2015 10:18:58 -0700 Message-ID: <20150619101858.3f1bad74@cchemparathy-ubuntu> References: <1430324134-25654-1-git-send-email-cchemparathy@ezchip.com> <1430324134-25654-9-git-send-email-cchemparathy@ezchip.com> <55843C43.6090204@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Olivier MATZ Return-path: Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0074.outbound.protection.outlook.com [157.55.234.74]) by dpdk.org (Postfix) with ESMTP id 94ECEC91C for ; Fri, 19 Jun 2015 19:19:16 +0200 (CEST) In-Reply-To: <55843C43.6090204@6wind.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 Fri, 19 Jun 2015 17:58:59 +0200 Olivier MATZ wrote: > Small comment here: m_headlen(m) should be replaced by "the length of > the first segment". Indeed, there is no m_headlen() function (I see > that it is coming from a copy/paste of the mtod() comment). Could you > also fix it by the way? Will do. Thanks.