Hi Jianjian,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jianjian Huo
> Sent: Wednesday, November 8, 2017 5:13 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] DPDK memory error check and offline bad pages
>
> Hi dpdk developers,
>
> I have a question regarding
A new DPDK release candidate is ready for testing:
http://dpdk.org/browse/dpdk/tag/?id=v17.11-rc4
The release notes should be closed now:
http://dpdk.org/doc/guides/rel_notes/release_17_11.html
There are few tricky fixes in this last release candidate which need
to be tested befor
Anyone has any idea on this?
Can’t believe DPDK doesn’t support such an important feature. This is going to
be a show stopper for real production system.
-Jianjian
On 11/7/17, 1:13 PM, "Jianjian Huo" wrote:
Hi dpdk developers,
I have a question regarding how DPDK memory module tre
> > Fix an error in DPDK programmer's guide (EAL section): it should be
> > rte_thread_get_affinity() instead of rte_pthread_get_affinity().
> >
> > Signed-off-by: Rami Rosen
>
> Acked-by: John McNamara
Applied, thanks
> > This patch fixes a trivial typo in ip pipeline app guide.
> >
> > Signed-off-by: Rami Rosen
>
> Acked-by: John McNamara
Applied, thanks
10/11/2017 09:21, Pavel Shirshov:
> Signed-off-by: Pavel Shirshov
Applied, thanks
10/11/2017 09:24, Pavel Shirshov:
> Signed-off-by: Pavel Shirshov
Merged with a lot of other typo fixes, thanks
Have you used a tool to find these typos?
12/11/2017 08:56, Jerin Jacob:
> Fixes: 764bf26873b9 ("add FreeBSD support")
>
> Signed-off-by: Jerin Jacob
Applied, thanks
12/11/2017 15:27, Raslan Darawsheh:
> Signed-off-by: Raslan Darawsheh
Applied, thanks
> -Original Message-
> From: Marcelo Tosatti [mailto:mtosa...@redhat.com]
> Sent: Saturday, November 11, 2017 3:50 AM
> To: Ananyev, Konstantin
> Cc: Adrien Mazarguil ; dev@dpdk.org; Luiz
> Capitulino ; Daniel Bristot de Oliveira
>
> Subject: Re: [dpdk-dev] [PATCH] testpmd: add nanosle
07/11/2017 04:44, Yuanhan Liu:
> On Wed, Oct 25, 2017 at 08:09:06PM -0700, wangzhike wrote:
> > The max_mtu is kept as zero in case no CRTL channel, which leads
> > to failure when calling virtio_mtu_set().
> >
> > Signed-off-by: wangzhike
>
> Acked-by: Yuanhan Liu
Sorry, it cannot be applied
01/11/2017 16:33, Yuanhan Liu:
> On Fri, Oct 27, 2017 at 11:54:09AM +0800, Pengzhen Liu wrote:
> > In function eth_virtio_dev_init(), dynamic memory stored
> > in "eth_dev->data->mac_addrs" variable and it is not freed
> > when function return,
> > this is a possible memory leak.
> >
> > Fixes: 8c
10/11/2017 04:30, Jia He:
> We watched a rte panic of mbuf_autotest in our qualcomm arm64 server
> (Amberwing).
>
> Root cause:
> In __rte_ring_move_cons_head()
> ...
> do {
> /* Restore n as it may change every loop */
> n = max;
>
> *old_h
Add RSS hash result from CQE to mbuf,
Also, set PKT_RX_RSS_HASH in the ol_flags.
Signed-off-by: Raslan Darawsheh
---
drivers/net/mlx4/mlx4_rxtx.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/mlx4/mlx4_rxtx.c b/drivers/net/mlx4/mlx4_rxtx.c
index 2bfa8b1..5bc98
Signed-off-by: Raslan Darawsheh
---
doc/guides/rel_notes/release_17_11.rst | 146 +
1 file changed, 146 insertions(+)
diff --git a/doc/guides/rel_notes/release_17_11.rst
b/doc/guides/rel_notes/release_17_11.rst
index c7d8826..37ff3ba 100644
--- a/doc/guides/rel_n
15 matches
Mail list logo