Re: [vpp-dev] VPP 2005 is crashing on stopping the VCL applications #vpp-hoststack

2020-08-05 Thread Raj Kumar
Hi Florin, Yes , this[1] fixed the issue. thanks, -Raj On Wed, Aug 5, 2020 at 1:57 AM Florin Coras wrote: > Hi Raj, > > Does this [1] fix the issue? > > Regards, > Florin > > [1] https://gerrit.fd.io/r/c/vpp/+/28173 > > On Aug 4, 2020, at 8:24 AM, Raj Kumar wrote: > > Hi Florin, > I tried vppc

[vpp-dev] Encapsulated IPv6 packet fragmentation issue #vnet #vpp

2020-08-05 Thread pashinho1990
[Edited Message Follows] Hi everyone, I have an use-case where I need to fragment an encapsulated IPv6 packet. I'm doing it using the ip6_frag_do_fragment() routine, like so: encap_size = sizeof(some_encap_tunnel_t); ip6_frag_do_fragment(vm, pi0, vnet_buffer(p0)->ip_frag.mtu - encap_size, encap

[vpp-dev] Encapsulated IPv6 packet fragmentation issue #vnet #vpp

2020-08-05 Thread pashinho1990
Hi everyone, I have an use-case where I need to fragment an encapsulated IPv6 packet. I'm doing it using the ip6_frag_do_fragment() routine, like so: encap_size = sizeof(some_encap_tunnel_t); ip6_frag_do_fragment(vm, pi0, vnet_buffer(p0)->ip_frag.mtu - encap_size, encap_size, &frags); Looking

[vpp-dev] About QoS future plan #vpp_qos

2020-08-05 Thread rayshi682
Hi VPP Working group, VPP has some QoS feature modules like vnet/policer,vnet/qos,dpdk/ hqos. however, they seem not to be accomplished. Besides traffic classify and policing, Does Working group has plan to support traffic shaping such as CBWFQ/LLQ? Thanks in advance -=-=-=-=-=-=-=-=-=-=-=- Li

Re: [vpp-dev] VLAN tags stripped and packets dropped

2020-08-05 Thread Mateusz Kowalski
Indeed, with the AVF driver the behaviour is correct. It looks like DPDK driver enables VLAN filter offloading when creating a sub-interface, but due to the limitations of i40e this also causes VLAN stripping to happen. I.e. regardless of the setting of VLAN stripping, as soon as filter offload