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
[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
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
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
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