Re: [dpdk-dev] [PATCH v6 1/2] lib/ipsec: add support for header construction

2019-07-01 Thread Olivier Matz
On Mon, Jul 01, 2019 at 01:01:23PM +0100, Fan Zhang wrote: > Add support for RFC 4301(5.1.2) to update of > Type of service field and Traffic class field > bits inside ipv4/ipv6 packets for outbound cases > and inbound cases which deals with the update of > the DSCP/ENC bits inside each of the fiel

[dpdk-dev] [PATCH v6 1/2] lib/ipsec: add support for header construction

2019-07-01 Thread Fan Zhang
Add support for RFC 4301(5.1.2) to update of Type of service field and Traffic class field bits inside ipv4/ipv6 packets for outbound cases and inbound cases which deals with the update of the DSCP/ENC bits inside each of the fields. Signed-off-by: Marko Kovacevic Signed-off-by: Fan Zhang Acked-