[vpp-dev] what is alternative for l2fib_add_fwd_entry in vpp stable/1810?

2019-06-25 Thread Mostafa Salari
I used l2fib_add_fwd_entry in my vpp stable/1807. But that is removed in stable/1810! What function can i use instead of it? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13368): https://lists.fd.io/g/vpp-dev/message/13368 Mute This Topic: https:

[vpp-dev] vpp received signal SIGSEGV, PC 0x7fe54936bc40, faulting address 0x0

2019-05-29 Thread Mostafa Salari
When i install a vpp stable/1810 on an ubuntu server 1604 successfully, but, vpp service does not start. I executed `*/usr/bin/vpp -c /etc/vpp/startup.conf*` command to see the error: ... load_one_plugin:189: Loaded plugin: tlsopenssl_plugin.so (openssl based TLS Engine) load_one_plugin:117: Plugi

[vpp-dev] Install vpp with router plugin

2019-05-14 Thread Mostafa Salari
Hi i successfully tried vpp 1904 stable. Now i want to add Router plugin (router + netlink) from vppsb project, to my vpp 1904. Previously, i was using this guide to install vpp + vppsb But now, the way of building and install

Re: [vpp-dev] Vpp 1904 does not recognize vmxnet3 interfaces

2019-05-14 Thread Mostafa Salari
nf. > > > > Steven > > > > *From: * on behalf of Mostafa Salari < > msg...@gmail.com> > *Date: *Sunday, May 12, 2019 at 4:52 AM > *To: *"vpp-dev@lists.fd.io" > *Subject: *[vpp-dev] Vpp 1904 does not recognize vmxnet3 interfaces > > > &

[vpp-dev] Vpp 1904 does not recognize vmxnet3 interfaces

2019-05-12 Thread Mostafa Salari
Hi I installed version stable/19.04 successfully. Although binding of VM's interfaces (drv=vmxnet3) to DPDK with dpdk-devbind.py works with no error, but, i can not see the NICs when executing: *vppctl show interface *command -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this grou

[vpp-dev] new installation is not replaced with the old one

2019-05-09 Thread Mostafa Salari
Hi, I installed vpp 19.04 stable following this instruction as such: ubuntu# git clone ssh://usern...@gerrit.fd.io:29418/vpp.git ubuntu# cd vpp/ ubuntu# git checkout origin/stable/1904 ubuntu# make install-dep u

[vpp-dev] Problem with VPPSB compilation

2019-02-27 Thread Mostafa Salari
Hi, I have some problems with compiling VPP with router plugin. *1. I get the following error:* /root/iliar/vpp/build-data/../router/router/tap_inject_netlink.c:18:10: fatal error: librtnl/netns.h: No such file or directory #include ^ compilation terminated. Makefile:476

[vpp-dev] Packet marking/remarking in VPP

2018-10-16 Thread Mostafa Salari
Hi I am working on QoS with VPP. I think that know how to configure HQoS to determine pkt's TC and QUEUE. Can i determin the DSCP value that is equivalent to traffic class X and queue Y? set dpdk interface hqos tctbl entry tc queue If yes, my main question is that, how can i decide in PE rout

[vpp-dev] Port security

2018-02-10 Thread Mostafa Salari
Hi How can i apply port-security functionality with vpp? In summary, before a new MAC come into mac-table, some special functions must be triggered. Those functions, determine whether the new mac is allowed to connect or not, and if not, what action should be performed? Actions are: increasing a v

[vpp-dev] Vpp prevents ubuntu (on physical box) to shut down!

2017-12-14 Thread Mostafa Salari
Hi As i installed vpp on an Ubuntu 1604 over bare metal, the system can not be rebooted with command! It remains turned on and says Unattended Shutdown detected , ... ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-de

[vpp-dev] How to Wipe vpp!

2017-12-14 Thread Mostafa Salari
Hi I installed vpp on real hw! But now i want to completely uninstall it! What should i do? I did the following make wipe wipe-release bootstrap build But it encountered error! Also i cannot force vpp_main process to stop! And unfortunately source code is now removed!

[vpp-dev] Does @router@ plugin support mpls?

2017-11-21 Thread Mostafa Salari
Hi, I want to glue VPP with FRRouting with Router plugin. I followed this guide and ip fib is synced successfully. But, i want also use FRR for some mpls family protocols. Is "Router" plugin still my solution? Regards. ___

[vpp-dev] VPP default graph

2017-10-31 Thread Mostafa Salari
Hi, I have 3 issues: 1. I want to know what is the default structure of graph nodes when VPP is running! 2. In dpdk ip_pipeline application, i was able to determine how many instances be created and determine lcore that each instance must run on it! In this way, i was able to make custom optimizati

[vpp-dev] MPLS push/pop/swap with cli

2017-10-09 Thread Mostafa Salari
Hi, Is there any cli command and/or API to push, pop and swap MPLS labels to the packet? ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] VPLS support in VPP

2017-10-08 Thread Mostafa Salari
Hi, How can i implement VPLS (Virtual Private LAN Service) on my vpp router? i.e. is there any prepared graph node, plugin, etc that encapsulates Ethernet frames in IP packets and provide a multi-point to multi point L2 communication over IP ? Thanks ___

[vpp-dev] How VPLS service can be made using VPP as dataplane

2017-10-08 Thread Mostafa Salari
Hi' I want to create a Router with complex services like VPLS (Virtual Private LAN Service) I must determine to either use VPP or pure dpdk (extending ip_pipeline example) as dataplane. We developed some features like MPLS push/pop/swap as ip_pipeline beforehand. Also we connected our ip_pipeline p

[vpp-dev] Connect VPP to FRR

2017-10-08 Thread Mostafa Salari
Hi, I must use VPP as dataplane and FRR (a branch of Quagga) as ctrl plane to create a fast router. Here is an example: First of all, I want to knowm how VPP's FIB can be filled by FRR RIB. As well as about MPLS labels, etc. Thanks. ___ vpp-dev mailing l