[dpdk-dev] Getting started - sanity check

2015-05-10 Thread Clark, Gilbert
Thanks for the note! I'll take another look at it. Cheers, Gilbert From: Wiles, Keith Sent: Saturday, May 9, 2015 12:41 PM To: Clark, Gilbert Cc: dev at dpdk.org Subject: Re: [dpdk-dev] Getting started - sanity check Sent from my iPhone > On May 9, 201

[dpdk-dev] [PATCH] kni: fix igb and ixgbe kni ethtool get_link op

2015-05-10 Thread 贾学涛
Hi Helin, No matter the cable is plugged or not, the return value of link detected is yes when I run ethtool on a kni interface. But the return values of speed and duplex are correct. So I just copy the link detected codes of get_settings op. On 05/04/2015 04:55 PM, Zhang, Helin wrote: > Hi Chia

[dpdk-dev] Intel fortville not working with multi-segment

2015-05-10 Thread Nissim Nisimov
Hi, can someone assist regarding this issue? Is it a known limitation in i40e/dpdk (no support for multi-segment)? Thx Nissim -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nissim Nisimov Sent: Thursday, May 07, 2015 5:44 PM To: 'dev at dpdk.org' Subject: [dpdk-

[dpdk-dev] [PATCH v3] kni: fix compilation issue in KNI vhost on kernel 3.19/4.0

2015-05-10 Thread Thomas Monjalon
Hi Pablo, 2015-05-05 15:08, Pablo de Lara: > Due to commit c0371da6 in kernel 3.19, which removed msg_iov > and msg_iovlen from struct msghdr, DPDK would not build. > Also, functions memcpy_toiovecend and memcpy_fromiovecend > were removed in commits ba7438ae and 57dd8a07, being substituted by > c

[dpdk-dev] [PATCH v3] kni: fix compilation issue in KNI vhost on kernel 3.19/4.0

2015-05-10 Thread De Lara Guarch, Pablo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Sunday, May 10, 2015 10:26 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] kni: fix compilation issue in KNI vhost on > kernel 3.19/4.0 > > Hi Pa