[dpdk-dev] [PATCH] fix ceph async messenger runtime bug based on spdk/dpdk

Thomas Monjalon thomas at monjalon.net
Thu Dec 14 08:47:08 CET 2017


14/12/2017 00:44, chunmei Liu:
> From: chunmei <chunmei.liu at intel.com>
> 
> 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 <chunmei.liu at intel.com>

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 <chunmei.liu at intel.com>

For more informations, you should read this:
	http://dpdk.org/dev#send

Thank you


More information about the dev mailing list