Re: [dpdk-dev] [PATCH v2 0/2] add IPv4/IPv6 DSCP rewrite action

2020-01-10 Thread Ferruh Yigit
On 1/7/2020 7:24 AM, Suanming Mou wrote: > For some overlay network, such as VXLAN, the DSCP field in the new outer > IP header after VXLAN decapsulation may need to be updated accordingly. > > This patchset implements the DSCP rewrite action for IPv4 and IPv6 as RFC[1]. > > [1] > https://inbox.

[dpdk-dev] [PATCH v2 0/2] add IPv4/IPv6 DSCP rewrite action

2020-01-06 Thread Suanming Mou
For some overlay network, such as VXLAN, the DSCP field in the new outer IP header after VXLAN decapsulation may need to be updated accordingly. This patchset implements the DSCP rewrite action for IPv4 and IPv6 as RFC[1]. [1] https://inbox.dpdk.org/dev/1575955386-6672-1-git-send-email-suanmi...