[vpp-dev] Interface capacity of memif, tapV2 and af_packet in vpp-agent

2018-09-20 Thread 姚洁
Hi all, I did an experiment on interface capacity in vpp-agent and the results are as follows: 1. af_packet: Less than 240 (when host memory is 8g) created by: ip link add name veth_lan$i type veth peer name lan$i ip link set dev lan$i up ip link set dev veth_lan$i up vppctl create

Re: [**EXTERNAL**] Fwd: [vpp-dev] Failing to create untagged sub-interface

2018-09-20 Thread John Lo (loj) via Lists.Fd.Io
When a sub-interface is created, matching of tags on the packet to the sub-interface can be specified as “exact-match”. With exact-match, packet must have the same number of tags with values matching that specified for the sub-interface. Otherwise, packets will belong to the best matched

[vpp-dev] Can't get VPP packages on Ubuntu bionic?

2018-09-20 Thread Stephen Hemminger
Doing this: $ export UBUNTU="bionic" $ unset -v RELEASE $ export RELEASE=".stable.1807" $ sudo rm /etc/apt/sources.list.d/99fd.io.list $ echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io$RELEASE.ubuntu.$UBUNTU.main/ ./" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list

Re: [vpp-dev] [BUG] vhost-user display bug

2018-09-20 Thread Damjan Marion via Lists.Fd.Io
-- Damjan > On 20 Sep 2018, at 20:58, Damjan Marion via Lists.Fd.Io > wrote: > > > -- > Damjan > >> On 20 Sep 2018, at 20:26, Stephen Hemminger > > wrote: >> >> On Thu, 20 Sep 2018 20:15:34 +0200 >> Damjan Marion mailto:dmar...@me.com>> wrote: >> >>>

Re: [vpp-dev] virtio_user support?

2018-09-20 Thread Damjan Marion via Lists.Fd.Io
> On 20 Sep 2018, at 20:27, Stephen Hemminger > wrote: > > Is there a way to use virtio_user as an exception path with DPDK? > > https://doc.dpdk.org/guides-17.11/howto/virtio_user_as_exceptional_path.html > > Testing simple case, I see much better performance with this when forwarding > a

Re: [vpp-dev] [BUG] vhost-user display bug

2018-09-20 Thread Damjan Marion via Lists.Fd.Io
-- Damjan > On 20 Sep 2018, at 20:26, Stephen Hemminger > wrote: > > On Thu, 20 Sep 2018 20:15:34 +0200 > Damjan Marion mailto:dmar...@me.com>> wrote: > >> Damjan >> >>> On 20 Sep 2018, at 19:57, Stephen Hemminger >> > wrote: >>> >>> >>> Why is there

Re: [vpp-dev] [BUG] vhost-user display bug

2018-09-20 Thread steven luong via Lists.Fd.Io
Stephen, Fix for vhost https://gerrit.fd.io/r/14920 I'll take care of vmxnet3 later. Steven On 9/20/18, 10:57 AM, "vpp-dev@lists.fd.io on behalf of Stephen Hemminger" wrote: Why is there not a simple link on FD.io developer web page to report bugs. Reporting bugs page talks

[vpp-dev] virtio_user support?

2018-09-20 Thread Stephen Hemminger
Is there a way to use virtio_user as an exception path with DPDK? https://doc.dpdk.org/guides-17.11/howto/virtio_user_as_exceptional_path.html Testing simple case, I see much better performance with this when forwarding a 10G device to kernel. Rx Tx KNI

Re: [vpp-dev] [BUG] vhost-user display bug

2018-09-20 Thread Stephen Hemminger
On Thu, 20 Sep 2018 20:15:34 +0200 Damjan Marion wrote: > Damjan > > > On 20 Sep 2018, at 19:57, Stephen Hemminger > > wrote: > > > > > > Why is there not a simple link on FD.io developer web page to report bugs. > > Reporting bugs page talks about the data BUT DOESN'T GIVE THE PROCESS. > >

Re: [vpp-dev] [BUG] vhost-user display bug

2018-09-20 Thread Damjan Marion via Lists.Fd.Io
Dear Stephen, See inline ... -- Damjan > On 20 Sep 2018, at 19:57, Stephen Hemminger > wrote: > > > Why is there not a simple link on FD.io developer web page to report bugs. > Reporting bugs page talks about the data BUT DOESN'T GIVE THE PROCESS. > > If you are using JIRA why not

[vpp-dev] [BUG] vhost-user display bug

2018-09-20 Thread Stephen Hemminger
Why is there not a simple link on FD.io developer web page to report bugs. Reporting bugs page talks about the data BUT DOESN'T GIVE THE PROCESS. If you are using JIRA why not vpp-bugs mail alias? I tried creating a virtio user device and noticed that the device name displayed is garbage:

Re: [**EXTERNAL**] Fwd: [vpp-dev] Failing to create untagged sub-interface

2018-09-20 Thread Edward Warnicke
Guys, Anyone have any thoughts on this? Ed On September 20, 2018 at 12:01:05 PM, Bly, Mike (m...@ciena.com) wrote: Ed/Keith, et al, What Vijay is digging into is trying to understand how to provide the following sub-interface setup on a common/single physical NIC. I am hoping you can shed

[vpp-dev] VPP AArch64 weekly calls

2018-09-20 Thread Tina Tsou
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

Re: [**EXTERNAL**] Fwd: [vpp-dev] Failing to create untagged sub-interface

2018-09-20 Thread Bly, Mike
Ed/Keith, et al, What Vijay is digging into is trying to understand how to provide the following sub-interface setup on a common/single physical NIC. I am hoping you can shed some light on the feasibility of this, given the current code to date. Our goal is to provide proper separation of

Re: [vpp-dev] Invitation to ARM weekly public meeting

2018-09-20 Thread Sirshak Das
+csit-dev, vpp-dev There is no invitation as such: If you look at the meeting details you would find info on timing and link to fd.io Zoom. https://wiki.fd.io/view/VPP/AArch64 Its at 6.00 am Pacific Time every Tuesday @ https://zoom.us/my/fastdata Thank you Sirshak Das From: Juraj Linkeš

Re: [vpp-dev] Error when run 'socket_test.sh -bi docker-preload' for vcl

2018-09-20 Thread Florin Coras
Hi Yalei, I'm exclusively test using vcl_client/server and sock_test_client/server because it’s much easier to debug. At first glance, it looks as if vpp_eth_name is not properly configured in the script. Maybe Dave can provide more details. Florin > On Sep 20, 2018, at 5:18 AM, wylandrea

[vpp-dev] Error when run 'socket_test.sh -bi docker-preload' for vcl

2018-09-20 Thread wylandrea
Hi all, Following the document: extras/vcl-ldpreload/README.md, but there will be error when building and running, and finally iperf3 test could not be completed as expected. After fix some compile/run path issue(https://gerrit.fd.io/r/#/c/14912/, not sure it's right way), I still got the error