[vpp-dev] Any ways to set interface Non-ARP ?

2020-05-20 Thread jiangxiaoming
Hi: Is there any ways to set a interface non-arp? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16469): https://lists.fd.io/g/vpp-dev/message/16469 Mute This Topic: https://lists.fd.io/mt/74365885/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubs

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Damjan Marion via lists.fd.io
> On 20 May 2020, at 22:24, Christian Hopps wrote: > > Who runs in interrupt mode? :) vhost-user, virtio, avf soon… One of things we need to support is adaptive mode, where interface dynamically switches between interrupt and polling mode based on load. > Ok. Well it can sit in gerrit as a

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Christian Hopps
Who runs in interrupt mode? :) Ok. Well it can sit in gerrit as a starting point for future pickup I guess. Thanks, Chris. > On May 20, 2020, at 4:11 PM, Damjan Marion via lists.fd.io > wrote: > > > No, as another important function of that node is to fall asleep when there > is no interfac

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Damjan Marion via lists.fd.io
No, as another important function of that node is to fall asleep when there is no interfaces in polling mode. Interface queues can be dynamically assigned to different workers so there will be lot of messing around to make this working. > On 20 May 2020, at 21:51, Christian Hopps wrote: > > W

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Christian Hopps
Would this work? https://gerrit.fd.io/r/c/vpp/+/27186 Thanks, Chris. > On May 20, 2020, at 1:44 PM, Christian Hopps wrote: > > > >> On May 20, 2020, at 11:39 AM, Damjan Marion via lists.fd.io >> wrote: >> >> >> >>> On 20 May 2020, at 16:29, Christian Hopps wrote: >>> >>> On May

[vpp-dev] VPP 20.05 RC2 milestone is complete!

2020-05-20 Thread Andrew Yourtchenko
Hi all, I have created the v20.05-rc2 tag on stable/2005 and verified that the packagecloud.io/fdio/2005 has the corresponding rc2 packages. RC2 milestone is complete! Our release date is the next Wednesday, 27 May 2020, according to the VPP release plan: https://wiki.fd.io/view/Projects/vpp/Rel

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Christian Hopps
> On May 20, 2020, at 11:39 AM, Damjan Marion via lists.fd.io > wrote: > > > >> On 20 May 2020, at 16:29, Christian Hopps wrote: >> >> >>> On May 20, 2020, at 9:42 AM, Damjan Marion via lists.fd.io >>> wrote: >>> >>> >>> On 20 May 2020, at 14:38, Christian Hopps wrote: >>

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-20 Thread John Lo (loj) via lists.fd.io
Hi Laurent, VPP interface and sub-interface come up in L3 mode by default, unless it is put into L2 mode for either bridging or cross connect: DBGvpp# set interface l2 bridge ? set interface l2 bridge set interface l2 bridge [bvi|uu-fwd] [shg] DBGvpp# set interface l2 xconn

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Damjan Marion via lists.fd.io
> On 20 May 2020, at 16:29, Christian Hopps wrote: > > >> On May 20, 2020, at 9:42 AM, Damjan Marion via lists.fd.io >> wrote: >> >> >> >>> On 20 May 2020, at 14:38, Christian Hopps wrote: >>> >>> I'm wondering why I have unix-epoll-input in my worker threads "show >>> runtime" results

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-20 Thread Laurent Dumont
Yep And that's on VLAN 101. I just did a few tests and as soon as I remove the vlan from both sides, it starts working and I can ping across. Just to be sure this isn't me with a bad VPP configuration. Is the following enough to have basic L2 connectivity with a vlan? set interface state Virtua

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Christian Hopps
> On May 20, 2020, at 9:42 AM, Damjan Marion via lists.fd.io > wrote: > > > >> On 20 May 2020, at 14:38, Christian Hopps wrote: >> >> I'm wondering why I have unix-epoll-input in my worker threads "show >> runtime" results. Couldn't it selectively disable/enable itself based on >> whether

Re: [vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Damjan Marion via lists.fd.io
> On 20 May 2020, at 14:38, Christian Hopps wrote: > > I'm wondering why I have unix-epoll-input in my worker threads "show runtime" > results. Couldn't it selectively disable/enable itself based on whether it > actually had any work to do (things to poll)? I'm aware it modifies its > behavi

[vpp-dev] unix-epoll-input in workers

2020-05-20 Thread Christian Hopps
I'm wondering why I have unix-epoll-input in my worker threads "show runtime" results. Couldn't it selectively disable/enable itself based on whether it actually had any work to do (things to poll)? I'm aware it modifies its behavior when there are other polling nodes running, but it still is ta

[vpp-dev] IPFIX Export not sending Data Sets #ipfix-export #vpp

2020-05-20 Thread mauricio.solisjr via lists.fd.io
[Edited Message Follows] Hi, I have successfully set ipfix export (to some extent) and I can see the template set and records I have configured in the vpp is in fac being sent and received by tap0.  I'm using scapy, session NetflowSession to verify this and tcpdump.  Everything about the templ