[vpp-dev] more than 65K entries in a FIB table

2019-12-19 Thread Miklos Tirpak
Hi, the FIB table implements two reference counters: /** * per-source number of locks on the table */ u16 *ft_locks; u32 ft_total_locks; While trying to add lots of GTP-U tunnels, which creates a new interface for each tunnel in a FIB table, we have reached the u16 limit ver

[vpp-dev] Coverity run FAILED as of 2019-12-19 14:02:06 UTC

2019-12-19 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14926): ht

Re: [vpp-dev] QinQ and dot1ad any

2019-12-19 Thread Jon Loeliger via Lists.Fd.Io
On Wed, Dec 18, 2019 at 2:38 PM John Lo (loj) wrote: > Hi Jon, > > > > You are right on both counts. It is the combination of dot1q/ad-any and > exact-match that we should reject. It is also correct the check should be > at lower level to reject the combination for both API and CLI. > > > > Reg

Re: [vpp-dev] more than 65K entries in a FIB table

2019-12-19 Thread Neale Ranns via Lists.Fd.Io
Hi Miklos, I would not be against it. Please push a patch. Thanks, neale From: on behalf of Miklos Tirpak Date: Friday 20 December 2019 at 00:41 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] more than 65K entries in a FIB table Hi, the FIB table implements two reference counters: /**

Re: [vpp-dev] merge jobs failing..

2019-12-19 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> No its not clear to me why it verified… Because the verification run happened before [2] was merged (in other words, 23913 should have been rebased after that). I think this kind of merge error still happens infrequently enough, and any "remove +1 from affected open changes" ideas would be vote

[vpp-dev] How can I match all traffics in the vnet/classify module? #classify

2019-12-19 Thread Xiaopeng Bai
Hello, Everyone! I'm want to match all traffics by using classify module,  but i didn't find any way! Does anyone known how to configure it? I trying to use hex match with mask:  , bu unfortunately, it crashed. Crashed backtr

[vpp-dev] Does IPFIX-EXPORT can export all traffics on an interface? #vnet #ipfix-export

2019-12-19 Thread Xiaopeng Bai
Hi, guys. I want to use the vpp to accomplish a product of network traffic analysis, so i need to export all traffics IPFIX to the collector. But as far sa i know, the IPFIX-EXPORT module depends on the classify module, and classify module have nothing to match all traffics on an interface, What

Re: [vpp-dev] Does IPFIX-EXPORT can export all traffics on an interface? #vnet #ipfix-export

2019-12-19 Thread Ole Troan
Xiaopeng, You can export without depending on the classifier. Check out the flowprobe plugin. On rx it supports exporting flows from l2, ip4 and/or ip6 input paths. Cheers Ole > On 20 Dec 2019, at 07:15, Xiaopeng Bai wrote: > > Hi, guys. > I want to use the vpp to accomplish a product of

Re: [vpp-dev] Does IPFIX-EXPORT can export all traffics on an interface? #vnet #ipfix-export

2019-12-19 Thread Xiaopeng Bai
Hi Ole, Thank you for your reply! I will checkout the flowprobe plugin and test it . Best Regards, Xiaopeng -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14933): https://lists.fd.io/g/vpp-dev/message/14933 Mute This Topic: https://lists.fd.io/mt

[vpp-dev] build contiv vswitch production image - kubernetes & contiv vswitch issue

2019-12-19 Thread Mohamed feroz Abdul majeeth
Hi All, 1. cd CONTIV_DIR*(v3.3.3)* && make contiv-agent contiv-init. 2. cd VPP_DIR(commit id:a6a98b5460f066e0955b89e6782e55ed3e4f0ede). 3. I applied my sample.so plugin patch (I applied my changes manually) to vpp code. 4. make build-release ; make pkg-deb. 5. cp $VPP_DIR/build-root/*.deb /scratch

Re: [vpp-dev] #vpp How can I make SR-IOV VF work in VPP in host ?

2019-12-19 Thread jacicson1987
This problem is solved. Just one command: ip link set enp5s0f1 allmulticast on So  that VF can receive multicast packets, such as ipv6 neighbor solicitation.. IPv6 ND works. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14935): https://lists.fd.