Re: [dpdk-dev] [PATCH] vhost: fix insecure temporary file

2019-11-26 Thread Yu, Jin
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, November 26, 2019 6:00 PM > To: Yu, Jin > Cc: Maxime Coquelin ; Bie, Tiwei > ; Wang, Zhihong ; > dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] vhost: fix insecure temporary file > > On Tue, Nov 26, 2019 a

Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU

2019-11-26 Thread Yu, Jin
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, November 26, 2019 6:26 PM > To: Yu, Jin > Cc: Maxime Coquelin ; Bie, Tiwei > ; Wang, Zhihong ; > dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU > > On Tue, Nov 26, 2019 at 1

Re: [dpdk-dev] [PATCH v4] doc: clarify virtio PMD path selection

2019-11-26 Thread Tiwei Bie
On Tue, Nov 26, 2019 at 11:08:14AM -0500, Yinan wrote: > From: Wang Yinan > > add virtio paths selection and usage introduction for better s/add/Add/ > virtio usability. > > Signed-off-by: Wang Yinan > --- > doc/guides/howto/index.rst| 1 + > .../virtio_paths_selection_

[dpdk-dev] [PATCH v2] vhost-blk: fix the unused return value

2019-11-26 Thread Jin Yu
add the assert to handle error. Coverity issue: 350592 Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample") Cc: sta...@dpdk.org Signed-off-by: Jin Yu --- v2 - add the error hander --- examples/vhost_blk/vhost_blk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exampl

[dpdk-dev] [PATCH] examples/fips_validation: fix incorrect structure used for AES-GCM

2019-11-26 Thread Anoob Joseph
From: Sucharitha Sarananaga Test vectors for AES-GCM need to be populated by using aead member and not cipher_auth. Using incorrect member would result in failures when AES-GCM with non-zero AAD is tried. Bugzilla ID: 360 Fixes: 4aaad2995e13 ("examples/fips_validation: support GCM parsing") Sig

[dpdk-dev] [PATCH v5] doc: clarify virtio PMD path selection

2019-11-26 Thread Yinan
From: Yinan Wang Add virtio paths selection and usage introduction for better virtio usability. Signed-off-by: Yinan Wang --- doc/guides/howto/index.rst| 1 + .../virtio_paths_selection_and_usage.rst | 126 ++ 2 files changed, 127 insertions(+) creat

Re: [dpdk-dev] [PATCH v5] doc: clarify virtio PMD path selection

2019-11-26 Thread Tiwei Bie
On Wed, Nov 27, 2019 at 10:19:52AM -0500, Yinan wrote: > From: Yinan Wang > > Add virtio paths selection and usage introduction for better > virtio usability. > > Signed-off-by: Yinan Wang > --- > doc/guides/howto/index.rst| 1 + > .../virtio_paths_selection_and_usage.rst

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

2019-11-26 Thread Chen, Zhaoyan
From: Wenjie Li V2: Fix some typos. V1: Add tested Intel platforms with Intel NICs to v19.11 release note. Signed-off-by: Wenjie Li --- doc/guides/rel_notes/release_19_11.rst | 89 ++ 1 file changed, 89 insertions(+) diff --git a/doc/guides/rel_notes/release_19_11.rst

<    1   2