Hi Chunmei,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of chunmei Liu
> Sent: Wednesday, December 13, 2017 11:45 PM
> To: dev@dpdk.org
> Cc: Liu, Chunmei
> Subject: [dpdk-dev] [PATCH] fix ceph async messenger runtime bug based on
> spdk/dpdk
>
> From: chunm
Hi Chunmei,
On Wed, Dec 13, 2017 at 03:44:55PM -0800, chunmei Liu wrote:
> 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 wil
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, c
Chunmei
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] fix ceph async messenger runtime bug based on
> spdk/dpdk
>
> On Wed, 13 Dec 2017 11:32:32 -0800
> chunmei Liu wrote:
>
> > diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c
> > b/drivers/net/ixgbe/ixgbe_rxt
Hold on, Let me try another place to fix this issue.
-Original Message-
From: Stephen Hemminger [mailto:step...@networkplumber.org]
Sent: Wednesday, December 13, 2017 1:31 PM
To: Liu, Chunmei
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] fix ceph async messenger runtime bug based on
n Hemminger [mailto:step...@networkplumber.org]
Sent: Wednesday, December 13, 2017 1:31 PM
To: Liu, Chunmei
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] fix ceph async messenger runtime bug based on
spdk/dpdk
On Wed, 13 Dec 2017 11:32:32 -0800
chunmei Liu wrote:
> diff --git a/drivers/net/ixgbe/ixg
On Wed, 13 Dec 2017 11:32:32 -0800
chunmei Liu wrote:
> diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/ixgbe_rxtx.c
> index 1e07895..30fdbc1 100644
> --- a/drivers/net/ixgbe/ixgbe_rxtx.c
> +++ b/drivers/net/ixgbe/ixgbe_rxtx.c
> @@ -1589,6 +1589,7 @@ ixgbe_rx_alloc_bufs(struct ixg
13/12/2017 20:32, chunmei Liu:
> drivers/net/ixgbe/ixgbe_rxtx.c | 1 +
> lib/librte_mbuf/rte_mbuf.c | 3 ++-
> 2 files changed, 3 insertions(+), 1 deletion(-)
+Cc Olivier
Please note that such a change in lib/librte_mbuf/ cannot be applied
without the approval of Olivier Matz.
8 matches
Mail list logo