From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fix ceph async messenger runtime bug based on spdk/dpdk Date: Thu, 14 Dec 2017 08:47:08 +0100 Message-ID: <1763160.jo7ZIxlbMU@xps> References: <1513208695-65016-1-git-send-email-chunmei.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, Wenzhuo Lu , Konstantin Ananyev To: chunmei Liu Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7A6C82C3F for ; Thu, 14 Dec 2017 08:47:11 +0100 (CET) In-Reply-To: <1513208695-65016-1-git-send-email-chunmei.liu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/12/2017 00:44, chunmei Liu: > From: chunmei > > ceph async messenger has some run time error with this dpdk library, > 1) need set rxm->next= null at end of packet since not init it to null > when allocate a buffer other wise rte_mbuf_sanity_check will report error. > 2) when check the size, can't calculate mbuf_data_room_size > because async messenger dpdk will allocate this part later > not at create mempool. > > Signed-off-by: chunmei Liu Hi Chunmei, Several comments about the formatting: I've already notified you that you should Cc Olivier for mbuf changes. You should also Cc Wenzhuo and Konstantin for ixgbe change. Please add them in your next emails. The title should show what is fixed, not the use-case. When sending a new revision of the patch, you should increment the version number and add a changelog below the ---. Please use --in-reply-to when sending a new version, in order to keep track of all versions in the same thread. Your author name and SoB name should be the same (your full name with uppercases): Chunmei Liu For more informations, you should read this: http://dpdk.org/dev#send Thank you