On Tue, 10 Dec 2019 08:55:40 +0000 Suanming Mou <suanmi...@mellanox.com> wrote:
> > -----Original Message----- > > From: Andrew Rybchenko <arybche...@solarflare.com> > > Sent: Tuesday, December 10, 2019 3:33 PM > > To: Suanming Mou <suanmi...@mellanox.com>; Adrien Mazarguil > > <adrien.mazarg...@6wind.com>; John McNamara <john.mcnam...@intel.com>; > > Marko Kovacevic <marko.kovace...@intel.com>; Thomas Monjalon > > <tho...@monjalon.net>; Ferruh Yigit <ferruh.yi...@intel.com> > > Cc: dev@dpdk.org; Shahaf Shuler <shah...@mellanox.com>; Ori Kam > > <or...@mellanox.com>; Matan Azrad <ma...@mellanox.com>; Slava Ovsiienko > > <viachesl...@mellanox.com> > > Subject: Re: [dpdk-dev] [RFC] ethdev: add IPv4/IPv6 DSCP rewrite action > > > > On 12/10/19 8:23 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 commit introduce the DSCP modify action for IPv4 and IPv6. > > > > > > Signed-off-by: Suanming Mou <suanmi...@mellanox.com> > > > > Acked-by: Andrew Rybchenko <arybche...@solarflare.com> > > > > as usual it requires testpmd support and a driver which supports it (I > > understand > > that it may be omitted in RFC). > > Thanks. Yes, it will be added later. Then this patch must not be applied until one or more drivers is ready to use it. Very easy to get API and semantics wrong, until it is there.