[dpdk-dev] [PATCH v1] doc: update release notes for mlx driver

2017-11-12 Thread Raslan Darawsheh
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

[dpdk-dev] [PATCH v1] net/mlx4: store RSS hash result in mbufs

2017-11-12 Thread Raslan Darawsheh
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

Re: [dpdk-dev] [dpdk-stable] [PATCH v6] ring: guarantee load/load order in enqueue and dequeue

2017-11-12 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] net/virtio: init MTU in case no control channel

2017-11-12 Thread Thomas Monjalon
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

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/virtio: fix memory leak

2017-11-12 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] testpmd: add nanosleep in main loop

2017-11-12 Thread Ananyev, Konstantin
> -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

Re: [dpdk-dev] [PATCH v1] doc: update release notes for mlx driver

2017-11-12 Thread Thomas Monjalon
12/11/2017 15:27, Raslan Darawsheh: > Signed-off-by: Raslan Darawsheh Applied, thanks

Re: [dpdk-dev] [PATCH] bus/pci: fix bsd doxygen file description

2017-11-12 Thread Thomas Monjalon
12/11/2017 08:56, Jerin Jacob: > Fixes: 764bf26873b9 ("add FreeBSD support") > > Signed-off-by: Jerin Jacob Applied, thanks

Re: [dpdk-dev] [PATCH] lib/librte_eal: Fix typos

2017-11-12 Thread Thomas Monjalon
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?

Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: Fix a typo

2017-11-12 Thread Thomas Monjalon
10/11/2017 09:21, Pavel Shirshov: > Signed-off-by: Pavel Shirshov Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix an error in DPDK programmers's guide (EAL)

2017-11-12 Thread Thomas Monjalon
> > 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

Re: [dpdk-dev] [PATCH] doc: fix a typo in ip pipeline app guide

2017-11-12 Thread Thomas Monjalon
> > This patch fixes a trivial typo in ip pipeline app guide. > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] DPDK memory error check and offline bad pages

2017-11-12 Thread Jianjian Huo
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

[dpdk-dev] [dpdk-announce] release candidate 17.11-rc4

2017-11-12 Thread Thomas Monjalon
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

Re: [dpdk-dev] DPDK memory error check and offline bad pages

2017-11-12 Thread Tan, Jianfeng
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