Re: [dpdk-dev] KNI performance is not what is claimed

2018-10-01 Thread Honnappa Nagarahalli
> > > > On Thu, Sep 20, 2018 at 3:16 PM Stephen Hemminger < > > step...@networkplumber.org> wrote: > > > > > On Thu, 20 Sep 2018 15:02:53 -0500 > > > Jay Rolette wrote: > > > > > > > On Thu, Sep 20, 2018 at 1:11 PM Stephen Hemminger < > > > > step...@networkplumber.org> wrote: > > > > > > > > > I

Re: [dpdk-dev] KNI performance is not what is claimed

2018-09-21 Thread Wang, Zhihong
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jay Rolette > Sent: Friday, September 21, 2018 5:39 AM > To: Stephen Hemminger > Cc: DPDK > Subject: Re: [dpdk-dev] KNI performance is not what is claimed > > On Thu, Sep 20, 2018 at 3

Re: [dpdk-dev] KNI performance is not what is claimed

2018-09-20 Thread Jay Rolette
On Thu, Sep 20, 2018 at 3:16 PM Stephen Hemminger < step...@networkplumber.org> wrote: > On Thu, 20 Sep 2018 15:02:53 -0500 > Jay Rolette wrote: > > > On Thu, Sep 20, 2018 at 1:11 PM Stephen Hemminger < > > step...@networkplumber.org> wrote: > > > > > I wonder if KNI is claiming performance that

Re: [dpdk-dev] KNI performance is not what is claimed

2018-09-20 Thread Stephen Hemminger
On Thu, 20 Sep 2018 15:02:53 -0500 Jay Rolette wrote: > On Thu, Sep 20, 2018 at 1:11 PM Stephen Hemminger < > step...@networkplumber.org> wrote: > > > I wonder if KNI is claiming performance that was never measured on current > > CPU, OS, DPDK. > > > > With single stream and TCP testing on IXG

Re: [dpdk-dev] KNI performance is not what is claimed

2018-09-20 Thread Stephen Hemminger
On Thu, 20 Sep 2018 15:02:53 -0500 Jay Rolette wrote: > On Thu, Sep 20, 2018 at 1:11 PM Stephen Hemminger < > step...@networkplumber.org> wrote: > > > I wonder if KNI is claiming performance that was never measured on current > > CPU, OS, DPDK. > > > > With single stream and TCP testing on IXG

Re: [dpdk-dev] KNI performance is not what is claimed

2018-09-20 Thread Jay Rolette
On Thu, Sep 20, 2018 at 1:11 PM Stephen Hemminger < step...@networkplumber.org> wrote: > I wonder if KNI is claiming performance that was never measured on current > CPU, OS, DPDK. > > With single stream and TCP testing on IXGBE (DPDK), I see lowest > performance with KNI. > > Rx

[dpdk-dev] KNI performance is not what is claimed

2018-09-20 Thread Stephen Hemminger
I wonder if KNI is claiming performance that was never measured on current CPU, OS, DPDK. With single stream and TCP testing on IXGBE (DPDK), I see lowest performance with KNI. Rx Tx KNI 3.2 Gbit/sec1.3 Gbit/sec TAP 4.9 4.7

[dpdk-dev] KNI performance numbers...

2015-06-25 Thread Maciej Grochowski
I meet similar issue with KNI connected VM, but In my case I run 2 VM guests based on KNI and measure network performance between them: sesion: ### I just started demo with kni ./build/kni -c 0xf0 -n 4 -- -P -p 0x3 --config="(0,4,6,8),(1,5,7,9)" ###starting... ###set kni on vEthX to connect (a

[dpdk-dev] KNI performance numbers...

2015-06-24 Thread Vithal S Mohare
Hi, I am running DPDP KNI application on linux (3.18 kernel) VM (ESXi 5.5), directly connected to another linux box to measure throughput using iperf tool. Link speed: 1Gbps. Maximum throughput I get is 50% with 1470 Bytes. With 512B pkt sizes, throughput drops to 282 Mbps. Tried using KN

[dpdk-dev] KNI performance

2015-06-05 Thread Marc Sune
On 05/06/15 17:06, Jay Rolette wrote: > The past few days I've been trying to chase down why operations over KNI > are so bloody slow. To give you an idea how bad it is, we did a simple test > over an NFS mount: > > # Mount over a non-KNI interface (eth0 on vanilla Ubuntu 14.04 LTS) > $ time $(ls

[dpdk-dev] KNI performance

2015-06-05 Thread Jay Rolette
On Fri, Jun 5, 2015 at 10:13 AM, Marc Sune wrote: > > > On 05/06/15 17:06, Jay Rolette wrote: > >> The past few days I've been trying to chase down why operations over KNI >> are so bloody slow. To give you an idea how bad it is, we did a simple >> test >> over an NFS mount: >> >> # Mount over a

[dpdk-dev] KNI performance

2015-06-05 Thread Jay Rolette
The past few days I've been trying to chase down why operations over KNI are so bloody slow. To give you an idea how bad it is, we did a simple test over an NFS mount: # Mount over a non-KNI interface (eth0 on vanilla Ubuntu 14.04 LTS) $ time $(ls -last -R /mnt/sfs2008 > /dev/null) real11m58.2