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

2019-06-20 Thread Akhil Goyal
Hi Marko, Could you please address to the comments from Konstantin? We have an RC1 date coming. Thanks, Akhil > Hi, > > > > > 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 case

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

2019-05-19 Thread Ananyev, Konstantin
Hi, > > 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 > --- > e

[dpdk-dev] [PATCH v1] lib/ipsec: add support for header construction

2019-05-17 Thread Marko Kovacevic
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 --- examples/ipsec-secgw/sa.c