Re: [vpp-dev] Packet not going to Classifier & action #classify #vpp #flowprobe #vppwithoutdpdk

2020-04-07 Thread comeonyan
Hi Po, I also have the same question, but when i read the code, i find sth. The main code is here: if (PREDICT_TRUE (table_index0 != ~0)) { hash0 = vnet_buffer (b0)->l2_classify.hash; t0 = pool_elt_at_index (vcm->tables, table_index0); e0 = vnet_classify_find_entry (t0, h0, hash0, now); if (

[vpp-dev] question about l2 multicast #vpp

2020-04-07 Thread comeonyan
Hi guys, I found "igmp" in the mpls plugins. Is the vpp support L2 multicast now ? Thank you very much for your reply. Thanks, Yan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16030): https://lists.fd.io/g/vpp-dev/message/16030 Mute This Topic

Re: [vpp-dev] question about l2 multicast #vpp

2020-04-08 Thread comeonyan
I'm sorry for bothering you because I didn't describe the question clearly. I just want to know if vpp supports IGMP Snooping and your answer helps me. Thanks, Yan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16032): https://lists.fd.io/g/vpp-de

[vpp-dev] How to match a specific packet to the outbound direction of a specified interface #vpp

2020-05-08 Thread comeonyan
Hi VPP hackers, My program and vpp communicate through the memif interface. I want to make vpp match specific packets(such as ospf packet), and then redirect to the outbound direction of the memif interface. I don't know how to match a specific packet to the outbound direction of a specified int