[dpdk-dev] [PATCH v2] net/bonding: fix create bonded device test failure

2019-01-27 Thread Hari Kumar Vemula
Create bonded device test is failing due to improper initialisation in bonded device configuration. which leads to crash while setting up queues. The value of nb_rx_desc is checked if it is not in range of rx_desc_lim of bonded device which fails. This is due to "rx_desc_lim" is set to 0 as defaul

[dpdk-dev] [PATCH] vhost: fix deadlock when vhost unregister

2019-01-27 Thread sunwenjie
When rte_vhost_driver_unregister delete the connection fd, fdset_try_del will always try and donot release the vhostuser.mutex if the fd is busy, but the fdset_event_dispatch will set the fd to busy and call vhost_user_msg_handler to get vhostuser.mutex, which will cause deadlock. Unlock the vho

[dpdk-dev] Invitation to comment on Virtual I/O Device (VIRTIO) Version 1.1 - ends February 21st

2019-01-27 Thread Paul Knight
OASIS members and other interested parties, OASIS and the OASIS Virtual I/O Device (VIRTIO) TC are pleased to announce that Virtual I/O Device (VIRTIO) Version 1.1 is now available for public review and comment. Specification Overview: This document describes the specifications of the “virtio” f

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

2019-01-27 Thread Thomas Monjalon
A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v19.02-rc4 The release notes: http://doc.dpdk.org/guides/rel_notes/release_19_02.html 42 patches (docs and fixes) were integrated. This is the last release candidate for DPDK 19.02. You may share

Re: [dpdk-dev] [PATCH] doc: add tested platforms with Mellanox NICs

2019-01-27 Thread Thomas Monjalon
24/01/2019 13:23, Raslan Darawsheh: > Signed-off-by: Raslan Darawsheh > --- > doc/guides/rel_notes/release_19_02.rst | 189 > + > 1 file changed, 189 insertions(+) Applied, thanks

Re: [dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel NICs

2019-01-27 Thread Thomas Monjalon
18/01/2019 15:56, Kovacevic, Marko: > > Add tested Intel platforms with Intel NICs to v19.02 release note. > > > > Signed-off-by: Lijuan Tu > > Acked-by: Marko Kovacevic Applied, thanks

Re: [dpdk-dev] [PATCH v5 2/2] doc: add guide for debug and troubleshoot

2019-01-27 Thread Thomas Monjalon
Hi, I feel this doc will be updated to provide a complete debug checklist, and will become useful to many users hopefully. One general comment about documentation, It is better to wrap lines logically, for example, always start sentences at the beginning of a new line. It will make further update

Re: [dpdk-dev] [PATCH v5 1/2] doc: add svg for debug and troubleshoot guide

2019-01-27 Thread Thomas Monjalon
Hi, I don't know how I caught a typo in the middle of SVG files :) > + dsitributor and worker dsitributor -> distributor

Re: [dpdk-dev] [PATCH] doc: add missing package dependency in contributors guide

2019-01-27 Thread Thomas Monjalon
20/01/2019 19:29, Rami Rosen: > There is a missing depenency for building docs with "make doc-guides-pdf". > This causes it to break with "make[3]: latexmk: Command not found". This > was observed and reproted in https://bugs.dpdk.org/show_bug.cgi?id=182 > This patch fixes this issue by adding the

Re: [dpdk-dev] [dpdk-stable] [PATCH] build: mention -march in pkg-config description

2019-01-27 Thread Thomas Monjalon
> > > Applications need to at least match DPDK's -march option to build > > > successfully due to some static inline functions in the public headers. > > > > > > This might cause problems, especially in distributions, so add a note > > > in the pkg-config description. > > > > > > Fixes: a25a650be5f

Re: [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable

2019-01-27 Thread Thomas Monjalon
22/01/2019 17:27, Bruce Richardson: > Add #! line to the top of the script and mark it as executable so it can > be run directly rather than having to pass it to python interpreter. > > Signed-off-by: Bruce Richardson Applied, thanks

Re: [dpdk-dev] [PATCH v4] doc/patches: add meson build to contributing guide

2019-01-27 Thread Thomas Monjalon
25/01/2019 00:05, Vipin Varghese: > Patches has to be validated for meson devtool script for > code and document changes. Updating documentation for meson > build steps in checking Compilation category. > > Signed-off-by: Vipin Varghese > Tested-by: Marko Kovacevic > Acked-by: Marko Kovacevic >

Re: [dpdk-dev] [PATCH] doc: add FIPs self test description

2019-01-27 Thread Thomas Monjalon
24/01/2019 17:16, Fan Zhang: > This patch updates the release note for the newly added self > test feature of FIPS validation sample application. > > Signed-off-by: Fan Zhang > --- > +* **Added self test support to FIPS validation sample application.** > + > + The FIPS validation sample applicat

Re: [dpdk-dev] [PATCH v2] doc: update API deprecation for device reset

2019-01-27 Thread Thomas Monjalon
Hi, I don't remember why this deprecation notice did not get any feedback in the 18.11 cycle. It looks to be outdated now. In case you still plan some changes, I give my opinion below. 20/09/2018 06:59, Qi Zhang: > Device reset may have the dependency, for example, a VF reset expects > PF ready,

Re: [dpdk-dev] [PATCH v2] lib/librte_lpm: remove recursively included header file

2019-01-27 Thread Thomas Monjalon
10/01/2019 02:32, Congwen Zhang: > includes itself: rte_lpm.h -> rte_lpm_sse.h -> rte_lpm.h > includes itself: rte_lpm.h -> rte_lpm_neon.h -> rte_lpm.h > > Signed-off-by: Congwen Zhang Applied, thanks

Re: [dpdk-dev] [PATCH] mbuf: Initialize all fields in struct rte_mbuf_sched

2019-01-27 Thread Thomas Monjalon
24/01/2019 15:36, Ed Czeck: > g++ reports "error: missing initializer for member" > Fixes: 5d3f72100904 (mbuf: implement generic format for sched field) > > Signed-off-by: Ed Czeck Applied, thanks

Re: [dpdk-dev] [PATCH] crypto/qat: fix digest issue in wireless auth case

2019-01-27 Thread Thomas Monjalon
> > When operation calls for auth (digest generation), followed by encryption of > > both data plus digest, the digest-in-buffer flag must be set for QAT. > > > > Fixes: 39e0bee48e81 ("crypto/qat: rework request builder for performance") > > cc: sta...@dpdk.org > > > > Signed-off-by: Fiona Trahe

Re: [dpdk-dev] [PATCH 0/5] net/ena: minor fixes and docs update

2019-01-27 Thread Thomas Monjalon
25/01/2019 09:10, Michal Krawczyk: > Hi, > > we would like to push fixes for part of the bugs reported in Bug 193, > together with docs update for ENAv2 about enabling WC support, release > notes and fix for assigning rte_errno negative values, as requested by > the community. > > Michal Krawczyk

Re: [dpdk-dev] [PATCH] net/mlx5: fix VXLAN missing decap action Flows for E-Switch

2019-01-27 Thread Shahaf Shuler
Friday, January 25, 2019 5:30 PM, Viacheslav Ovsiienko: > Subject: [PATCH] net/mlx5: fix VXLAN missing decap action Flows for E- > Switch > > There is an intention to support VXLAN tunnel match without hardware > offloaded decapsulation, just to redirect ingress tunnelled frame untouched. > This s

Re: [dpdk-dev] [PATCH] net/mlx5: fix ETH and VLAN items for E-Switch flows

2019-01-27 Thread Shahaf Shuler
Hi Slava, Friday, January 25, 2019 5:18 PM, Viacheslav Ovsiienko: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix ETH and VLAN items for E-Switch > flows > > This patch fixes two issues for E-Switch Flows > > - RTE_FLOW_ITEM_TYPE_ETH and RTE_FLOW_ITEM_TYPE_VLAN with NULL > in spec field caused the a