[vpp-dev] query on vpp/frr integration.

2019-05-02 Thread Manjunath Munavalli
Hi,

I am using the frr and vpp integration using the router plugin (vppsb).
The routing is working as expected.
I wanted to understand how the vpp is forwarding only the control plane
(routing protocol messages) to FRR and the data plane messages is forwarded
by vpp.

I do understand that the data plane messages are forwarded by looking up
the FIB entries, but i am not able to understand how only control plane
messages are sent  to FRR using the tap interface, how are those packets
classified.

Please briefly explain how it is working.

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

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


[vpp-dev] query regarding L2 xconnect feature

2018-08-12 Thread Manjunath Munavalli
Hi,

I want to use the L2 xconnect feature only in one direction, i.e suppose i
have 2 ports x and y,
i want to only do "set interface l2 xconnect X Y" so that all traffic from
port X is sent to port Y.

If I do this only one direction it is not working. It works only if i do it
both the direction X->Y and Y->X.

May i know why it doesn't work if we set l2 xconnect only in one direction.

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

View/Reply Online (#10106): https://lists.fd.io/g/vpp-dev/message/10106
Mute This Topic: https://lists.fd.io/mt/24471742/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 query

2018-04-16 Thread Manjunath Munavalli
Hi,

I am using VPP for my x86 based datapath, i am looking for a TCAM kind of a
table/data structure for one of my usecase. I want to know whether VPP has
a TCAM kind of a table/data structure.

Thanks!

Regards,
Manju