Re: [dpdk-dev] [PATCH v7 0/2] ipsec: ECN and DSCP header reconstruction

2019-07-05 Thread Akhil Goyal
> > This patchset adds the ECN and DSCP tunnel mode header reconstruction > support for rte_ipsec library. The ipsec-secgw sample application is > updated with the feature's enabling and a python3 script for testing > the correctness of the implementation. > > v7: > - rebased on top of latest d

[dpdk-dev] [PATCH v7 0/2] ipsec: ECN and DSCP header reconstruction

2019-07-04 Thread Fan Zhang
This patchset adds the ECN and DSCP tunnel mode header reconstruction support for rte_ipsec library. The ipsec-secgw sample application is updated with the feature's enabling and a python3 script for testing the correctness of the implementation. v7: - rebased on top of latest dpdk-next-crypto. v