[dpdk-dev] [PATCH v2] kni: fix compilation issue on kernel 3.19

2015-03-22 Thread Thomas Monjalon
> From: De Lara Guarch, Pablo > > Due to API changes in functions ndo_dflt_bridge_getlink > (commit 2c3c031c) and ndo_fdb_add (commit f6f6424b) > in kernel 3.19, DPDK would not build. > > This patch solves the problem, by checking the kernel version > and adding the necessary new parameters. >

[dpdk-dev] [PATCH] doc: added to faq section of release notes

2015-03-22 Thread Jayakumar, Muthurajan
This is very useful. Thank you very much Siobhan. Thanks M Jay -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Siobhan Butler Sent: Sunday, March 22, 2015 6:25 AM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] doc: added to faq section of release notes Added so

[dpdk-dev] [PATCH] kni: fix compilation issue on kernel 3.19

2015-03-22 Thread De Lara Guarch, Pablo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, March 20, 2015 9:23 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] kni: fix compilation issue on kernel 3.19 > > Hi Pablo, > > 2015-03-12

[dpdk-dev] [PATCH v2] kni: fix compilation issue on kernel 3.19

2015-03-22 Thread Pablo de Lara
From: De Lara Guarch, Pablo Due to API changes in functions ndo_dflt_bridge_getlink (commit 2c3c031c) and ndo_fdb_add (commit f6f6424b) in kernel 3.19, DPDK would not build. This patch solves the problem, by checking the kernel version and adding the necessary new parameters. Mind that function

[dpdk-dev] [PATCH] vhost library doc update

2015-03-22 Thread Butler, Siobhan A
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > Sent: Wednesday, March 11, 2015 4:22 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] vhost library doc update > > add vhost user documentation > > Signed-off-by: Huawei Xie > --- > doc/gui

[dpdk-dev] [PATCH] doc: added to faq section of release notes

2015-03-22 Thread Siobhan Butler
Added some of the questions posted to the mailing list to the FAQ section of release notes. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/faq.rst | 35 +++ 1 file changed, 35 insertions(+) diff --git a/doc/guides/rel_notes/faq.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH] doc: updated tested OS list in release notes

2015-03-22 Thread Siobhan Butler
Updated Operating Systems tested during 2.0 in release notes Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/supported_os.rst | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/guides/rel_notes/supported_os.rst b/doc/guides/rel_notes/supported_os.rst i

[dpdk-dev] [PATCH v3] lib/librte_vhost: update used->idx when allocation of mbuf fails

2015-03-22 Thread Ouyang, Changchun
> -Original Message- > From: linhaifeng [mailto:haifeng.lin at huawei.com] > Sent: Saturday, March 21, 2015 9:47 AM > To: dev at dpdk.org > Cc: Ouyang, Changchun; Xie, Huawei > Subject: [PATCH v3] lib/librte_vhost: update used->idx when allocation of > mbuf fails > > From: Linhaifeng >

[dpdk-dev] [PATCH] doc: add warning for fm10k early driver

2015-03-22 Thread Siobhan Butler
This patch adds a note to the release notes new features, as a warning regarding the early status of the FM10K driver for pre-release access Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/ne