Hello,

I want to strip the vlan on an incoming packet and add a vlan on an
outgoing packet on an interface,  Packets to the interface will always be
double tagged.

I have made changes to the startup.conf file as below to strip the vlan,
but only inner vlan is stripped always. Is there any way we can strip the
outer vlan via dpdk and keep the inner tag which would eventually be
processed via subinterfaces ?

dpdk {
        dev 0000:01:00.0 {
                vlan-strip-offload on
        }
}

i see dpdk supports to strip qinq as well but i didnt find corresponding
dpdk parameter input to the startup.conf file.

Thanks,
Abhilash
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to