[vpp-dev] Regarding IGMP implementation in VPP

2016-12-09 Thread Deepak Jain4
Hello All, We are working on IGMP protocol support in VPP. We have implemented the following tasks. IGMP initialization timer init interface init Node  Creation node for IGMP packet input nodes  to process iGMp message Process Membership Query\Membership report message. query and report mess

Re: [vpp-dev] dpdk/vpp and cross-version migration for vhost

2016-12-09 Thread Maxime Coquelin
++Daniel for libvirt On 11/24/2016 07:31 AM, Yuanhan Liu wrote: As version here is an opaque string for libvirt and qemu, > > > > > >>anything can be used - but I suggest either a list > > > > > >>of values defining the interface, e.g. > > > > > >>any_layout=on,max_ring=256 > > > > > >>or a vers

Re: [vpp-dev] Regarding IGMP implementation in VPP

2016-12-09 Thread Neale Ranns (nranns)
Hi Deepak, I’ve given some thought to IGMP in VPP recently, but I have not started with coding. I would be interested in understanding you approach. If you could explain it in a little more detail, perhaps your new APIs and data-structures, that would be ideal. But I guess the first question

Re: [vpp-dev] vxlan setup guidance

2016-12-09 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
Hi, I've noticed, new scapy uses different flag value than older, it uses 0xc instead 0x8 which is required by VPP. #define VXLAN_FLAGS_I 0x08 if (PREDICT_FALSE (vxlan0->flags != VXLAN_FLAGS_I)) { error0 = VXLAN_ERROR_BAD_FLAGS; ne

Re: [vpp-dev] vxlan setup guidance

2016-12-09 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
https://jira.fd.io/browse/VPP-553 From: Dave Barach (dbarach) Sent: 9. decembra 2016 15:09 To: Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco) Subject: RE: [vpp-dev] vxlan setup guidance Please do; assign it to John Lo... Thanks... Dave From: vpp-dev-boun...@lists.fd.io

Re: [vpp-dev] dpdk/vpp and cross-version migration for vhost

2016-12-09 Thread Daniel P. Berrange
On Fri, Dec 09, 2016 at 02:35:58PM +0100, Maxime Coquelin wrote: > ++Daniel for libvirt > > On 11/24/2016 07:31 AM, Yuanhan Liu wrote: > > > > > > > > > As version here is an opaque string for libvirt and qemu, > > > > > > > > > > > > > > >>anything can be used - but I suggest either a list > > >

Re: [vpp-dev] vxlan setup guidance

2016-12-09 Thread John Lo (loj)
The referenced RFC text Is as follows: - Reserved fields (24 bits and 8 bits): MUST be set to zero on transmission and ignored on receipt. Note that it stated the sender must set it to 0. As for the receiver ignoring the R-bits part, I think this does not apply any longer because of

Re: [vpp-dev] dpdk/vpp and cross-version migration for vhost

2016-12-09 Thread Maxime Coquelin
On 12/09/2016 03:42 PM, Daniel P. Berrange wrote: On Fri, Dec 09, 2016 at 02:35:58PM +0100, Maxime Coquelin wrote: ++Daniel for libvirt On 11/24/2016 07:31 AM, Yuanhan Liu wrote: As version here is an opaque string for libvirt and qemu, anything can be used - but I suggest either a list of

Re: [vpp-dev] dpdk/vpp and cross-version migration for vhost

2016-12-09 Thread Daniel P. Berrange
On Fri, Dec 09, 2016 at 05:45:13PM +0100, Maxime Coquelin wrote: > > > On 12/09/2016 03:42 PM, Daniel P. Berrange wrote: > > On Fri, Dec 09, 2016 at 02:35:58PM +0100, Maxime Coquelin wrote: > > > ++Daniel for libvirt > > > > > > On 11/24/2016 07:31 AM, Yuanhan Liu wrote: > > > > > > > > > > > As

[vpp-dev] Fwd: [tsc] EMERGENCY FD.io Nexus Maintenance: 2016-12-09 @ 1000- 11:00 PDT

2016-12-09 Thread Ed Warnicke
FYI -- Forwarded message -- From: Vanessa Valderrama Date: Fri, Dec 9, 2016 at 11:11 AM Subject: [tsc] EMERGENCY FD.io Nexus Maintenance: 2016-12-09 @ 1000- 11:00 PDT To: infra-steer...@lists.fd.io, t...@lists.fd.io, disc...@lists.fd.io Notifications sent to: infra-steer...@lis

Re: [vpp-dev] vxlan setup guidance

2016-12-09 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
Hello John, I agree with you. I'm familiar with VXLAN and now with VXLAN GPE which RFC I read once and I don't know other implementations. My understanding is, if is VXLAN then UDP destination port is 4789 and must have set I bit to 1. If is frame encapsulated into VXLAN GPE then UDP destinatio