Re: [vpp-dev] NAT44 how to control external address assignment from pool?

2021-02-09 Thread Юрий Иванов
Hi Filip, thanks for reply. This is only for host mapping and looks that it can be done with det44 plugin - very strange btw that it operates separatly from standard nat44 (meaning that I do need to configure nat at all to use it). My problem is different, when I set pool i.e.

[vpp-dev] ARM SVE/SVE2 discussion

2021-02-09 Thread Damjan Marion via lists.fd.io
Guys, As agreed on the call today, we will use same slot tomorrow to continue discussion about usage of ARM SVE/SVE2 in VPP. Feb 10, 2021 @ 16:00 UTC, 8:00 AM PST https://zoom.us/my/fastdata?pwd=Z3Z0UnJyUmRIMlU3eTJLcGF6VEptQT09 — Damjan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [vpp-dev] Make test failures on ubuntu-20.04 AARCH64

2021-02-09 Thread Paul Vinciguerra
Hi Dave, test_cli.py verifies the timeout checking code is working. The groundwork to clean up the framework can be found here. [0] The test framework cannot distinguish between a timeout and a more serious problem, so for now we assume vpp has died. For test, I would have liked to do

Re: [vpp-dev] question about reverting a change

2021-02-09 Thread Dave Wallace
Matt, IMHO, you took the correct course of action. Thank you for your diligence in resolving the issue in a timely fashion! -daw- On 2/8/2021 11:54 PM, Matthew Smith via lists.fd.io wrote: On Mon, Feb 8, 2021 at 4:44 PM Matthew Smith via lists.fd.io

Re: [vpp-dev] RFC: Enabling Gerrit Auto-Abandon job on VPP master

2021-02-09 Thread Ole Troan
> Auto-abandon is not auto-delete. > > Abandoned patches remain accessible in gerrit and the 600+ patches which > would be auto-abandoned would continue to exist in virtually the same state > as they do today. Viewable by all and available to anyone interested in > utilizing them (i.e.

Re: [vpp-dev] Make test failures on ubuntu-20.04 AARCH64

2021-02-09 Thread Dave Barach
On aarch64, "make TEST=test_bihash test-debug" involves a debug CLI timeout which is right on the hairy edge of being too short. 05:29:45,470 Calling cli_inband('cmd':'test bihash threads 2 nbuckets 64000 careful 0 verbose 0\n','context':2,'_vl_msg_id':574) 05:29:45,471 TIMEOUT:: 5 This

Re: [vpp-dev] Make test failures on ubuntu-20.04 AARCH64

2021-02-09 Thread Benoit Ganne (bganne) via lists.fd.io
I am going to have a look at IKE. In case it is useful to others, thanks to QEMU you can run a Ubuntu 20.04 ARM docker container on your x86 workstation: # step 0: add support for multiarch (must be done once after reboot) docker run --rm --privileged multiarch/qemu-user-static --reset

Re: [vpp-dev] NAT44 how to control external address assignment from pool?

2021-02-09 Thread Filip Varga via lists.fd.io
Hi, If you are looking for option to specify exact outside translation address from a specific pool. You should try : nat44 add static mapping ... exact Also supported by API. This will give you exact address picked from pool. Best regards, Filip Varga From: vpp-dev@lists.fd.io On Behalf

Re: [vpp-dev] Make test failures on ubuntu-20.04 AARCH64

2021-02-09 Thread Dave Barach
Would be glad to take a look at the aarch64 bihash failure, modulo the fact that the LF data center resources I've used before seem to have had their credentials changed. Please unicast appropriate (ip, userid, password) tuples. Thanks... Dave ssh vppdev@10.30.51.65 Warning: Permanently added

Re: [vpp-dev] Make test failures on ubuntu-20.04 AARCH64

2021-02-09 Thread Ole Troan
And just to be clear, the failing tests are in the QUIC, bihash and IKEv2 features. > [4] > https://logs.fd.io/sandbox/vex-yul-rot-jenkins-2/daw_30773_31019-vpp-verify-master-ubuntu2004-aarch64/4/ > vpp-unittest-QUICEchoIntMStreamTestCase-f5ywwo0l-FAILED >

Re: [vpp-dev] Vpp is not routing packages when LACP is configured

2021-02-09 Thread Benoit Ganne (bganne) via lists.fd.io
> Thanks, I did what you suggested and I've found that it occurs When I set > the following parameters: > set interface nat44 in BondEthernet1 out BondEthernet0 > Is there a problem for VPP routing packets When nat is enable? Can you share the packet trace? Best ben > -Mensagem