Re: [vpp-dev] vpp 2101 , we have to reduce the frame size to 128 for our use case

2021-08-30 Thread chetan bhasin
Hi, As 6windstack uses a vector size of 32 ,so for comparison we are doing some performance testing with VPP using different vector sizes. Thanks, Chetan On Fri, Aug 27, 2021 at 4:53 PM wrote: > Changing VLIB_FRAME_SIZE “should just work” but you could consider > adjusting whichever input nod

Re: [vpp-dev] VAPI ACL addition. Not getting ACL index in response. #acl #acl_plugin #vapi

2021-08-30 Thread RaviKiran Veldanda
[Edited Message Follows] Sorry for spamming, anyway, I found the problem. I was sending wrong response structure causing the problem. We supposed to use, *vapi_msg_acl_add_replace_reply* *resp; but I was using *vapi_payload_acl_add_replace_reply* *resp; Its working fine. Just incase some one want

Re: [vpp-dev] VAPI ACL addition. Not getting ACL index in response. #acl #acl_plugin #vapi

2021-08-30 Thread RaviKiran Veldanda
Sorry for spamming, anyway, I found the problem. I was sending wrong response structure causing the problem. We supposed to use, *vapi_msg_acl_add_replace_reply* *resp; *vapi_payload_acl_add_replace_reply* *resp; Its working fine. Just incase some one wants to use above example, providing working o

[vpp-dev] VAPI ACL addition. Not getting ACL index in response. #acl #acl_plugin #vapi

2021-08-30 Thread RaviKiran Veldanda
[Edited Message Follows] Hi Experts, We are trying to use VPP-API(VAPI) to create ACL rules. We are using the VAPI in blocking mode to get response immediately. We are getting the response back but the *ACL-INDEX is some other value*. Can you please see the below code, if I am doing something wro

[vpp-dev] VAPI ACL addition. Not getting ACL index in response. #acl #acl_plugin #vapi

2021-08-30 Thread RaviKiran Veldanda
[Edited Message Follows] Hi Experts, We are trying to use VPP-API(VAPI) to create ACL rules. We are using the VAPI in blocking mode to get response immediately. We are getting the response back but the *ACL-INDEX is some other value*. Can you please see the below code, if I am doing something wro

[vpp-dev] VAPI ACL addition. Not getting ACL index in response. #acl #acl_plugin #vapi

2021-08-30 Thread RaviKiran Veldanda
Hi Experts, We are trying to use VPP-API(VAPI) to create ACL rules. We are using the VAPI in blocking mode to get response immediately. We are getting the response back but the *ACL-INDEX is some other value*. Can you please see the below code, if I am doing something wrong. Any pointers are big h

Re: [vpp-dev] FD.io Maintenance: 2021-08-31 15:00 UTC to 1900 UTC

2021-08-30 Thread Vanessa Valderrama
Maintenance reminder Jenkins will be placed in shutdown mode at 14:00 UTC On 8/27/21 12:55 PM, Vanessa Valderrama wrote: > > *What:* > > In preparation for Jenkins and Ingress to migrate to the new data > center The Linux Foundation will be migrating the instances from V2 to > V3 flavors. > > *Wh

Re: [vpp-dev] VPP 2106 Linux-cp plugin supports ipv6 handling ?

2021-08-30 Thread Pim van Pelt
Hoi, Yes, VPP's 21.06 plugin supports IPv4, IPv6, ARP and Neighbor Discovery to the host through the TAP. groet, Pim On Mon, Aug 30, 2021 at 9:06 AM chetan bhasin wrote: > Hi, > > We are on vpp2106 , We are using linux-cp plugin. Does it support Ipv6 > traffic as well ? > I can see Ipv4 traff

Re: [vpp-dev] Blocking API call #ACL #binapi

2021-08-30 Thread Ole Troan
Ravi, > We want to use API calls to create the ACL and ABF policies. We need a > blocking calls because we need to decide next action on the return values. > When I checked using the VAPI, I see only Asynchronous calls and we need to > register callback for return values but I need a blocking ca

[vpp-dev] VPP 2106 Linux-cp plugin supports ipv6 handling ?

2021-08-30 Thread chetan bhasin
Hi, We are on vpp2106 , We are using linux-cp plugin. Does it support Ipv6 traffic as well ? I can see Ipv4 traffic is going to tap interface created using below command but Ipv6 traffic is still handled by VPP plugin nodes lcp create | host-if netns [tun] Thank, Chetan -=-=-=-=-=-=-=-=-=-=-=