[vpp-dev] Ip6 nd not working

2020-03-04 Thread Alberto Compagno via Lists.Fd.Io
Hi, I’m experiencing problem with the nd protocol. I have two nodes, on each of them I have a vf and the underlying pf are directly connected through a physical link. In node 1, networking is handled by the kernel. In node 2, vpp 20.01 takes care of it. On both nodes I have configured an ipv6 ad

[vpp-dev] Missing libmemif on deb/rpm packages

2019-04-19 Thread Alberto Compagno via Lists.Fd.Io
Hi all, We recently moved from vpp 19.01 to 19.04-rc2 to make our hicn-plugin working with the new version of vpp. We noticed that libmemif is no longer available in the packages (until 19.01 libmemif was in vpp-lib and vpp-dev). Would it be possible to have it back? Thanks, Alberto -=-=-=-=-=-

[vpp-dev] Question about CLASSIFY_FLAG_USE_CURR_DATA in ip_in_out_acl.c

2019-03-26 Thread Alberto Compagno via Lists.Fd.Io
Hi, In vnet_classify.h I found this comment: “CLASSIFY_FLAG_USE_CURR_DATA: - classify packets starting from VPP node’s current data pointer” But then in the function ip_in_out_acl_inline (in ip_in

[vpp-dev] libmemif creation+connection time

2019-02-21 Thread Alberto Compagno via Lists.Fd.Io
Hi, We (hicn team) are using libmemif to connect an hicn-enabled application to our hicn-plugin for vpp. We have a use case in which we need to create multiple memif from the same application as fast as possible (in our case libmemif is the slave, memif in vpp is the master). The current libmem

Re: [vpp-dev] vapi msg send

2019-02-14 Thread Alberto Compagno via Lists.Fd.Io
Following the question from Luca, it seems to me that those files are not available in any deb package. Would it be possible to have those files packaged? Or is there another mechanism for generating the vapi headers of an external plugin that does not require checking out the whole vpp tree? Th