[dpdk-dev] VFIO no-iommu

2015-12-12 Thread Jan Viktorin
Hello, I am not involved in the vfio very much, however, I was watching some vfio-related code in last few weeks. It looks promising to me and IMHO it seems to the best way to bring a support of integrated Ethernet MACs into DPDK (related to many SoCs). Unfortunately, the ARMv7 SoCs (I know) lacks

[dpdk-dev] [PATCH] mbuf_offload: mark experimental state

2015-12-12 Thread Thomas Monjalon
Cryptodev was marked experimental and mbuf_offload depends on it. The mbuf_offload library is one of the crypto area which requires some discussions before having a stable API. The experimental mark is also added to rte_cryptodev_configure() to be sure one cannot miss it. Fixes: 66874e55f550 ("cr

[dpdk-dev] [PATCH] mbuf_offload: mark experimental state

2015-12-12 Thread Thomas Monjalon
2015-12-12 00:34, Thomas Monjalon: > Cryptodev was marked experimental and mbuf_offload depends on it. > The mbuf_offload library is one of the crypto area which requires > some discussions before having a stable API. > > The experimental mark is also added to rte_cryptodev_configure() > to be sur

[dpdk-dev] [dpdk-announce] new mailing list for the website git tree

2015-12-12 Thread Thomas Monjalon
Hi, As discussed recently at Dublin, the git tree for the website is now public: http://dpdk.org/browse/tools/dpdk-web And a dedicated mailing-list has been created: http://dpdk.org/ml http://dpdk.org/ml/archives/web/2015-December/00.html The short-term goal is to trai

[dpdk-dev] [PATCH] xenvirt: fix compilation issues

2015-12-12 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei at dpdk.org > Sent: Thursday, December 10, 2015 11:16 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] xenvirt: fix compilation issues > > Reported-by: Christian Ehrhardt > Signed-off-by: Huawei

[dpdk-dev] [PATCH] virtio: fix virtio_net_hdr desc pointing to the same buffer

2015-12-12 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei at dpdk.org > Sent: Friday, December 11, 2015 12:08 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] virtio: fix virtio_net_hdr desc pointing to the > same buffer > > The virtio_net_hdr desc all p

[dpdk-dev] [PATCH] examples/performance-thread: fix - cleanup before exit

2015-12-12 Thread Ian Betts
Fixes: 433ba6228f9a77a9b5f4 ("add pthread_shim app") The patch fixes an inverted return value in the cond_destroy and cond_init APIs of the pthread shim example. These APIs are now demonstrated in the sample app by having the mutexes and condition variables explicitly destroyed before the

[dpdk-dev] [PATCH] mlx4: update documentation

2015-12-12 Thread Olga Shern
-Split "Features" and "Limitations" sections. -Update limitations with missing information. -Update prerequisites with supported MLNX_OFED release, firmware and CPU architectures. -Enhance usage example with openibd script. Signed-off-by: Olga Shern Signed-off-by: Adrien Mazarguil --- doc/guid

[dpdk-dev] [PATCH] mlx5: update documentation

2015-12-12 Thread Olga Shern
- Update features, limitations, configuration and prerequisites sections. - Add a note to describe RSS behavior differences with librte_pmd_mlx4 in testpmd. Signed-off-by: Olga Shern Signed-off-by: Adrien Mazarguil --- doc/guides/nics/mlx5.rst | 67 +++---

[dpdk-dev] [PATCH] examples/performance-thread: fix - cleanup before exit

2015-12-12 Thread Thomas Monjalon
2015-12-12 08:12, Ian Betts: > Fixes: 433ba6228f9a77a9b5f4 ("add pthread_shim app") > > The patch fixes an inverted return value in the > cond_destroy and cond_init APIs of the pthread shim > example. > > These APIs are now demonstrated in the sample app by > having the mutexes and conditio

[dpdk-dev] [PATCH] examples/netmap_compat: Fix compile issue with POLLRDNORM

2015-12-12 Thread Thomas Monjalon
2015-12-11 14:36, Michael Qiu: > examples/netmap_compat/bridge/../lib/compat_netmap.c:880:41: > error: ?POLLRDNORM? undeclared (first use in this function) > > The root casue is POLLRDNORM is more-or-less nonstandard, and it > depends on macro "__USE_XOPEN". > > Fixes: 06371afe394d (examples/ne

[dpdk-dev] [PATCH v1] eal: fix negative value incorrectly being used defect

2015-12-12 Thread Thomas Monjalon
2015-12-11 15:54, David Marchand: > Hello Cunming, > > On Fri, Dec 11, 2015 at 2:48 AM, Cunming Liang > wrote: > > > In eal_intr_proc_rxtx_intr, negative value may be used as argument to a > > function expecting a positive value. If 'read' returns EAGAIN as example, > > the bytes_read updates to

[dpdk-dev] [PATCH] xenvirt: fix compilation issues

2015-12-12 Thread Thomas Monjalon
> > Reported-by: Christian Ehrhardt > > Signed-off-by: Huawei Xie > > Looks good to me. Just one thing, shall we keep unified on printing out > either errno, or strerror(errno)? > > Acked-by: Jianfeng Tan Applied, thanks

[dpdk-dev] [PATCH] example/ip_pipeline: fix buffer size warning

2015-12-12 Thread Thomas Monjalon
> > Coverity issue: 107102 > > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") > > > > Signed-off-by: Fan Zhang > > Acked-by: Cristian Dumitrescu > > Acked-by: John McNamara Series applied, thanks (Not really a series but threaded like it)