Re: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP clients

2018-12-10 Thread Burt Silverman
Yes, not only do they have the same transaction id, they have the same
Client ID. Option: (61):  3d 08 76 70 65 20 31 2e  30
00 =.vpe 1. 0.

Different clients need to have unique Client IDs.

Burt
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11551): https://lists.fd.io/g/vpp-dev/message/11551
Mute This Topic: https://lists.fd.io/mt/28706858/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP clients

2018-12-10 Thread pvinci
dhcp tests seem to be failing frequently, but inconsistently, passing on 
subsequent retries.  

An example can be seen in 
https://jenkins.fd.io/job/vpp-beta-verify-master-ubuntu1804/3998/console
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11550): https://lists.fd.io/g/vpp-dev/message/11550
Mute This Topic: https://lists.fd.io/mt/28706858/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP clients

2018-12-10 Thread Xuekun
No, they have different MACs.

Here is the JIRA (https://jira.fd.io/browse/VPP-1528) with pcap captured. My 
quick glance found the two SUTs sent the same “transaction id” in the DHCP 
discover that why they got the same IP address.

1,SUT1_TX:

[cid:image001.jpg@01D4913F.67EE3AA0]

2, SUT2_TX:

[cid:image002.jpg@01D4913F.67EE3AA0]

Is there anyone can take a look? 😊
Thanks.

From: Dave Barach (dbarach) 
Sent: Monday, December 10, 2018 10:36 PM
To: Hu, Xuekun ; vpp-dev 
Subject: RE: [vpp-dev] get the same IP address from DHCP server for two VPP 
DHCP clients

Just to ask: is there any chance that the 2x UUT’s are using the same MAC 
address by mistake?

D.

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of Xuekun
Sent: Monday, December 10, 2018 9:05 AM
To: Dave Barach (dbarach) mailto:dbar...@cisco.com>>; 
vpp-dev mailto:vpp-dev@lists.fd.io>>
Subject: Re: [vpp-dev] get the same IP address from DHCP server for two VPP 
DHCP clients

I also think it is a very basic functionality, so I tried with two different 
DHCP servers, but … ☹
I will attach the pcap file into the JIRA. Thanks.

From: Dave Barach (dbarach) mailto:dbar...@cisco.com>>
Sent: Monday, December 10, 2018 8:47 PM
To: Hu, Xuekun mailto:xuekun...@intel.com>>; vpp-dev 
mailto:vpp-dev@lists.fd.io>>
Subject: RE: get the same IP address from DHCP server for two VPP DHCP clients

This sounds more like dhcp server misconfiguration than a dhcp client bug in 
vpp, but anyway...

You can submit a Jira ticket, but it will end up in “information request” state 
immediately if it doesn’t include a pcap capture which shows both transactions. 
The vpp dhcp client code is not new, and it’s been tested pretty carefully.

HTH... Dave

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of Xuekun
Sent: Monday, December 10, 2018 1:45 AM
To: vpp-dev mailto:vpp-dev@lists.fd.io>>
Subject: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP 
clients

Hi, All

Have anyone met the same issue? Should I submit a JIRA?

I tried 18.10 and master, both the SUTs got the same IP address from my 
corporate DHCP server and my setup dnsmasq DHCP server.

vpp configure:
set int state TenGigabitEthernet6/0/1 up
set dhcp client intfc  TenGigabitEthernet6/0/1
show int address

Thx, Xuekun
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11549): https://lists.fd.io/g/vpp-dev/message/11549
Mute This Topic: https://lists.fd.io/mt/28706858/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Build fails on CentOS with VMBus.

2018-12-10 Thread Damjan Marion via Lists.Fd.Io

Stephen,

Can you make this dependency optional? CMake detect presence of libuuid and then
conditionally compile vmbus code?

In some cases that library might not be present, specially in some embedded 
cases...

That will also allow us to merge that code immediately and later we can fix 
different distros.

-- 
Damjan

> On 7 Dec 2018, at 13:59, Stephen Hemminger  wrote:
> 
> The VMBus changes keep failing build on CentOs because of
> missing install of new dependency (libuuid-devel).
> 
> See: https://gerrit.fd.io/r/15311
> 
> The RPM_DEPENDS is updated in the Makefile, and it works on a local CentOs 
> 7.6 VM.
> I suspect that the build CI doesn't do 'make install-dep' so it
> doesn't correctly pickup the new dependency.
> 
> P.S: VMBus support won't work yet on CentOS because the version
> of uio_hv_generic in the RHEL/CentOS kernel is too old, but that
> will get fixed.
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#11527): https://lists.fd.io/g/vpp-dev/message/11527
> Mute This Topic: https://lists.fd.io/mt/28668850/675642
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [dmar...@me.com]
> -=-=-=-=-=-=-=-=-=-=-=-

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11548): https://lists.fd.io/g/vpp-dev/message/11548
Mute This Topic: https://lists.fd.io/mt/28668850/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP clients

2018-12-10 Thread Dave Barach via Lists.Fd.Io
Just to ask: is there any chance that the 2x UUT’s are using the same MAC 
address by mistake?

D.

From: vpp-dev@lists.fd.io  On Behalf Of Xuekun
Sent: Monday, December 10, 2018 9:05 AM
To: Dave Barach (dbarach) ; vpp-dev 
Subject: Re: [vpp-dev] get the same IP address from DHCP server for two VPP 
DHCP clients

I also think it is a very basic functionality, so I tried with two different 
DHCP servers, but … ☹
I will attach the pcap file into the JIRA. Thanks.

From: Dave Barach (dbarach) mailto:dbar...@cisco.com>>
Sent: Monday, December 10, 2018 8:47 PM
To: Hu, Xuekun mailto:xuekun...@intel.com>>; vpp-dev 
mailto:vpp-dev@lists.fd.io>>
Subject: RE: get the same IP address from DHCP server for two VPP DHCP clients

This sounds more like dhcp server misconfiguration than a dhcp client bug in 
vpp, but anyway...

You can submit a Jira ticket, but it will end up in “information request” state 
immediately if it doesn’t include a pcap capture which shows both transactions. 
The vpp dhcp client code is not new, and it’s been tested pretty carefully.

HTH... Dave

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of Xuekun
Sent: Monday, December 10, 2018 1:45 AM
To: vpp-dev mailto:vpp-dev@lists.fd.io>>
Subject: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP 
clients

Hi, All

Have anyone met the same issue? Should I submit a JIRA?

I tried 18.10 and master, both the SUTs got the same IP address from my 
corporate DHCP server and my setup dnsmasq DHCP server.

vpp configure:
set int state TenGigabitEthernet6/0/1 up
set dhcp client intfc  TenGigabitEthernet6/0/1
show int address

Thx, Xuekun
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11547): https://lists.fd.io/g/vpp-dev/message/11547
Mute This Topic: https://lists.fd.io/mt/28706858/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] VPP 19.01 Release Plan

2018-12-10 Thread Andrew Yourtchenko
Dear All,

During the November 27 VPP meeting we discussed the 19.01 release.

The release plan and its agreed schedule are at the following location:
https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_19.01

Please add the features that you are planning to release in 19.01 by
either editing the wiki page
 (I have added a couple of template lines for your copy-paste
convenience), or by sending them directly to me.

Thanks a lot!

--a
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11546): https://lists.fd.io/g/vpp-dev/message/11546
Mute This Topic: https://lists.fd.io/mt/28709098/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP clients

2018-12-10 Thread Xuekun
I also think it is a very basic functionality, so I tried with two different 
DHCP servers, but … ☹
I will attach the pcap file into the JIRA. Thanks.

From: Dave Barach (dbarach) 
Sent: Monday, December 10, 2018 8:47 PM
To: Hu, Xuekun ; vpp-dev 
Subject: RE: get the same IP address from DHCP server for two VPP DHCP clients

This sounds more like dhcp server misconfiguration than a dhcp client bug in 
vpp, but anyway...

You can submit a Jira ticket, but it will end up in “information request” state 
immediately if it doesn’t include a pcap capture which shows both transactions. 
The vpp dhcp client code is not new, and it’s been tested pretty carefully.

HTH... Dave

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of Xuekun
Sent: Monday, December 10, 2018 1:45 AM
To: vpp-dev mailto:vpp-dev@lists.fd.io>>
Subject: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP 
clients

Hi, All

Have anyone met the same issue? Should I submit a JIRA?

I tried 18.10 and master, both the SUTs got the same IP address from my 
corporate DHCP server and my setup dnsmasq DHCP server.

vpp configure:
set int state TenGigabitEthernet6/0/1 up
set dhcp client intfc  TenGigabitEthernet6/0/1
show int address

Thx, Xuekun
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11545): https://lists.fd.io/g/vpp-dev/message/11545
Mute This Topic: https://lists.fd.io/mt/28706858/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] Request to Reviewing of Getting max connection table entries in vpp ACL

2018-12-10 Thread emma sdi
Dear vpp,

I'd just written an api with vpp_api_test  in vpp ACL plugin in order to
get max connection  table entries. Here it is the link of gerrit:

https://gerrit.fd.io/r/#/c/16411/

I think it can be useful.
I appreciate if somebody  reviews it.

Thanks
Regards
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11544): https://lists.fd.io/g/vpp-dev/message/11544
Mute This Topic: https://lists.fd.io/mt/28708457/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP clients

2018-12-10 Thread Dave Barach via Lists.Fd.Io
This sounds more like dhcp server misconfiguration than a dhcp client bug in 
vpp, but anyway...

You can submit a Jira ticket, but it will end up in "information request" state 
immediately if it doesn't include a pcap capture which shows both transactions. 
The vpp dhcp client code is not new, and it's been tested pretty carefully.

HTH... Dave

From: vpp-dev@lists.fd.io  On Behalf Of Xuekun
Sent: Monday, December 10, 2018 1:45 AM
To: vpp-dev 
Subject: [vpp-dev] get the same IP address from DHCP server for two VPP DHCP 
clients

Hi, All

Have anyone met the same issue? Should I submit a JIRA?

I tried 18.10 and master, both the SUTs got the same IP address from my 
corporate DHCP server and my setup dnsmasq DHCP server.

vpp configure:
set int state TenGigabitEthernet6/0/1 up
set dhcp client intfc  TenGigabitEthernet6/0/1
show int address

Thx, Xuekun
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11543): https://lists.fd.io/g/vpp-dev/message/11543
Mute This Topic: https://lists.fd.io/mt/28706858/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Packet error-drop with fragmented packets through NAT #vpp_stability

2018-12-10 Thread JB
?Hi Matus,


Yeah, I've seen that. Gotcha, thanks!


I'll spend some time looking at it and see what I can do. Thanks!

Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 

Sent: Monday, December 10, 2018 12:45 PM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi,

It is yet-to-be-implemented feature, deterministic mode is PoC code, it has 
only some basic functionality

Matus



From: John Biscevic 
Sent: Monday, December 10, 2018 12:40 PM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Is there some functional reasoning behind this, or is it a 
yet-to-be-implemented feature?


?Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Monday, December 10, 2018 10:46 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi,

Deterministic mode doesn't support fragments.

Matus


From: John Biscevic 
mailto:john.bisce...@bahnhof.net>>
Sent: Monday, December 10, 2018 10:36 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>; 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


?Hi Matus!



I've picked this up again for testing and verifying. I am running it in 
deterministic mode now, and it's still displaying the same issue.



Do you by any chance have the commit at hand? Is the fix only applied to 
dynamic NAT and not deterministic?

Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> on behalf of JB 
mailto:john.bisce...@bahnhof.net>>
Sent: Friday, October 19, 2018 3:19 PM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco); 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Brilliant, thanks!

John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 2:27 PM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

Fix in master and stable/1810 branch

Matus


From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Friday, October 19, 2018 9:14 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>; 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Much appreciated, glad you found it!

Thanks,
John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 8:00 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

There is bug in NAT code for ICMP fragments. I will fix it as soon as possible.

Thanks,
Matus

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Thursday, October 18, 2018 12:48 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi Ole,

I've added a relevant packet trace. Is that adequate?

Thanks,
John
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11542): https://lists.fd.io/g/vpp-dev/message/11542
Mute This Topic: https://lists.fd.io/mt/27400627/21656
Mute #vpp_stability: https://lists.fd.io/mk?hashtag=vpp_stability&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Packet error-drop with fragmented packets through NAT #vpp_stability

2018-12-10 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Hi,

It is yet-to-be-implemented feature, deterministic mode is PoC code, it has 
only some basic functionality

Matus



From: John Biscevic 
Sent: Monday, December 10, 2018 12:40 PM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Is there some functional reasoning behind this, or is it a 
yet-to-be-implemented feature?


​Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Monday, December 10, 2018 10:46 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi,

Deterministic mode doesn’t support fragments.

Matus


From: John Biscevic 
mailto:john.bisce...@bahnhof.net>>
Sent: Monday, December 10, 2018 10:36 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>; 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


​Hi Matus!



I've picked this up again for testing and verifying. I am running it in 
deterministic mode now, and it's still displaying the same issue.



Do you by any chance have the commit at hand? Is the fix only applied to 
dynamic NAT and not deterministic?

Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> on behalf of JB 
mailto:john.bisce...@bahnhof.net>>
Sent: Friday, October 19, 2018 3:19 PM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco); 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Brilliant, thanks!

John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 2:27 PM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

Fix in master and stable/1810 branch

Matus


From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Friday, October 19, 2018 9:14 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>; 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Much appreciated, glad you found it!

Thanks,
John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 8:00 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

There is bug in NAT code for ICMP fragments. I will fix it as soon as possible.

Thanks,
Matus

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Thursday, October 18, 2018 12:48 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi Ole,

I've added a relevant packet trace. Is that adequate?

Thanks,
John
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11541): https://lists.fd.io/g/vpp-dev/message/11541
Mute This Topic: https://lists.fd.io/mt/27400627/21656
Mute #vpp_stability: https://lists.fd.io/mk?hashtag=vpp_stability&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Packet error-drop with fragmented packets through NAT #vpp_stability

2018-12-10 Thread JB
Hi Matus,


Is there some functional reasoning behind this, or is it a 
yet-to-be-implemented feature?


?Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 

Sent: Monday, December 10, 2018 10:46 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi,

Deterministic mode doesn't support fragments.

Matus


From: John Biscevic 
Sent: Monday, December 10, 2018 10:36 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


?Hi Matus!



I've picked this up again for testing and verifying. I am running it in 
deterministic mode now, and it's still displaying the same issue.



Do you by any chance have the commit at hand? Is the fix only applied to 
dynamic NAT and not deterministic?

Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> on behalf of JB 
mailto:john.bisce...@bahnhof.net>>
Sent: Friday, October 19, 2018 3:19 PM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco); 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Brilliant, thanks!

John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 2:27 PM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

Fix in master and stable/1810 branch

Matus


From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Friday, October 19, 2018 9:14 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>; 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Much appreciated, glad you found it!

Thanks,
John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 8:00 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

There is bug in NAT code for ICMP fragments. I will fix it as soon as possible.

Thanks,
Matus

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Thursday, October 18, 2018 12:48 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi Ole,

I've added a relevant packet trace. Is that adequate?

Thanks,
John
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11540): https://lists.fd.io/g/vpp-dev/message/11540
Mute This Topic: https://lists.fd.io/mt/27400627/21656
Mute #vpp_stability: https://lists.fd.io/mk?hashtag=vpp_stability&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: Re : [vpp-dev] Maintainer router plugin

2018-12-10 Thread Justin Iurman
Hi Jerome,

> Regarding multi instance, have you considered running multiple instances of 
> VPP
> in different containers?

I did, however this is not an option as I'd like to keep my "entire topology 
running on the same machine" philosophy.

Also, I think this could be a plus for the router plugin to handle 
multi-instance/memif setups. Though, I don't see how we could do.

Cheers,
Justin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11539): https://lists.fd.io/g/vpp-dev/message/11539
Mute This Topic: https://lists.fd.io/mt/28707406/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[vpp-dev] CSIT IPv6 IPSec transport mode tests are failing

2018-12-10 Thread Jan Gelety via Lists.Fd.Io
Hello vpp-dev,

After merge of patch https://gerrit.fd.io/r/#/c/16350/5/src/vnet/ipsec/ we see 
all IPv6 IPSec transport mode tests are failing. The reason seem to be the 
change in esp_encrypt.c file where only size of ip4 header is taken in the 
account.

Following have been testsed with vpp build 19.01-rc0~441-g521a8d7~b5917_amd64.

In the test we first compose (with scapy) outgoing encrypted packet of len 106B:

Sending packet out of ens6 of len 106
###[ Ethernet ]###
  dst   = fa:16:3e:d7:aa:83
  src   = fa:16:3e:83:b3:22
  type  = 0x86dd
###[ IPv6 ]###
 version   = 6L
 tc= 0L
 fl= 0L
 plen  = 52
 nh= ESP Header
 hlim  = 64
 src   = 3ffe:5f::1
 dst   = 3ffe:5f::2
###[ ESP ]###
spi   = 0x3e8
seq   = 1
data  = 
'\xff\x0fF\xbb\xfa\xbb\xff}\xac\xa12\xb0\xd3\x9d\xf2\xe2G\x181_\xbd\xf3\xd5\xb4\xd4\xcc\xcf\xfc\xfd\x18\x8cb\x1b\xc8\x8b\xc9\x8e\xccFQ+e\x8a\xd1'

but len of received packet (from VPP) is 122:

Received packet on ens6 of len 122
###[ Ethernet ]###
  dst   = fa:16:3e:83:b3:22
  src   = fa:16:3e:d7:aa:83
  type  = 0x86dd
###[ IPv6 ]###
 version   = 6L
 tc= 0L
 fl= 0L
 plen  = 68
 nh= ESP Header
 hlim  = 254
 src   = 3ffe:5f::2
 dst   = 3ffe:5f::1
###[ ESP ]###
spi   = 0x3e9
seq   = 1
data  = 
"&\xae\xe9\xab'\x04\x1a\xe2\xd7x\x8bR\x96\x0cJ\xf1\xf7\r\r\xad\xac\xd6\xa2e(\x06\xdf\x85G\xedk\xa1\x15e\xe2\xc4\r\xdcw\\#\xb1\xa8\xf7\xbcK\t_\x1b\x82%\x11\xf8h\xe1\xefG\xbdNB"


Could you, please, fix it?

Thanks,
Jan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11538): https://lists.fd.io/g/vpp-dev/message/11538
Mute This Topic: https://lists.fd.io/mt/28707467/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Packet error-drop with fragmented packets through NAT #vpp_stability

2018-12-10 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Hi,

Deterministic mode doesn’t support fragments.

Matus


From: John Biscevic 
Sent: Monday, December 10, 2018 10:36 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


​Hi Matus!



I've picked this up again for testing and verifying. I am running it in 
deterministic mode now, and it's still displaying the same issue.



Do you by any chance have the commit at hand? Is the fix only applied to 
dynamic NAT and not deterministic?

Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> on behalf of JB 
mailto:john.bisce...@bahnhof.net>>
Sent: Friday, October 19, 2018 3:19 PM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco); 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Brilliant, thanks!

John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 2:27 PM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

Fix in master and stable/1810 branch

Matus


From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Friday, October 19, 2018 9:14 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>; 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Much appreciated, glad you found it!

Thanks,
John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 8:00 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

There is bug in NAT code for ICMP fragments. I will fix it as soon as possible.

Thanks,
Matus

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Thursday, October 18, 2018 12:48 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi Ole,

I've added a relevant packet trace. Is that adequate?

Thanks,
John
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11537): https://lists.fd.io/g/vpp-dev/message/11537
Mute This Topic: https://lists.fd.io/mt/27400627/21656
Mute #vpp_stability: https://lists.fd.io/mk?hashtag=vpp_stability&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Packet error-drop with fragmented packets through NAT #vpp_stability

2018-12-10 Thread JB
?Hi Matus!


I've picked this up again for testing and verifying. I am running it in 
deterministic mode now, and it's still displaying the same issue.


Do you by any chance have the commit at hand? Is the fix only applied to 
dynamic NAT and not deterministic?

Kind regards,

John Biscevic
Systems Architect,  Bahnhof AB
Mobile:  +46 76 111 01 24
E-mail:  john.bisce...@bahnhof.net

From: vpp-dev@lists.fd.io  on behalf of JB 

Sent: Friday, October 19, 2018 3:19 PM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco); 
vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,


Brilliant, thanks!

John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 

Sent: Friday, October 19, 2018 2:27 PM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

Fix in master and stable/1810 branch

Matus


From: vpp-dev@lists.fd.io  On Behalf Of JB
Sent: Friday, October 19, 2018 9:14 AM
To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability


Hi Matus,



Much appreciated, glad you found it!

Thanks,
John

From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 
mailto:matfa...@cisco.com>>
Sent: Friday, October 19, 2018 8:00 AM
To: John Biscevic; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi John,

There is bug in NAT code for ICMP fragments. I will fix it as soon as possible.

Thanks,
Matus

From: vpp-dev@lists.fd.io 
mailto:vpp-dev@lists.fd.io>> On Behalf Of JB
Sent: Thursday, October 18, 2018 12:48 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Packet error-drop with fragmented packets through NAT 
#vpp_stability

Hi Ole,

I've added a relevant packet trace. Is that adequate?

Thanks,
John
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11536): https://lists.fd.io/g/vpp-dev/message/11536
Mute This Topic: https://lists.fd.io/mt/27400627/21656
Mute #vpp_stability: https://lists.fd.io/mk?hashtag=vpp_stability&subid=1480452
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re : [vpp-dev] Maintainer router plugin

2018-12-10 Thread Jerome Tollet via Lists.Fd.Io
Hello Justin,
Regarding multi instance, have you considered running multiple instances of VPP 
in different containers?
Jerome

Le 08/12/2018 18:00, « vpp-dev@lists.fd.io au nom de Justin Iurman » 
 a écrit :

Hi Hongjun,

> There is no plan to use memif at present. Welcome your contribution if 
you will.

Of course, if I find some free time. Anyone interested in working on this ?

> In router plugin, we inject links, routes, etc. from different namespace 
in
> Kernel into different VRFs In VPP.
> Not support multi-instance mode.

How do you determine which namespace(s) to look at ? Or do you take care of 
all namespaces by default ?

Also, would multi-instance mode be feasible ?

Cheers,
Justin


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11535): https://lists.fd.io/g/vpp-dev/message/11535
Mute This Topic: https://lists.fd.io/mt/28707406/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] Problem with adding second IP to interface

2018-12-10 Thread Neale Ranns via Lists.Fd.Io

Hi Rubina,

The pings should work continuously. I’ll need more information to make an 
analysis:
  https://wiki.fd.io/view/VPP/BugReports

thanks,
neale


De :  au nom de Rubina Bianchi 
Date : dimanche 9 décembre 2018 à 10:45
À : "vpp-dev@lists.fd.io" 
Objet : [vpp-dev] Problem with adding second IP to interface

Hi Dear VPP

I configured a topology using two clients and one DUT (VPP).
Topology: https://paste.ubuntu.com/p/gNy3ZZyTfD/

In my scenario Client1 ping Clinet2 and Client2 ping Client1. While it is 
operational, I add second IP (0.2.0.3/8) to GigabitEthernet3/0/0. I see both 
pings are dropped for a while (about 30 secs).
My question is why this happen? I expected that pings were working continuously 
during second IP adding.

Thanks,
Sincerely
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11534): https://lists.fd.io/g/vpp-dev/message/11534
Mute This Topic: https://lists.fd.io/mt/28682722/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-