Re: [dpdk-dev] [PATCH v5 1/4] examples/ipsec-secgw: ipsec_sa structure cleanup

2019-10-03 Thread Iremonger, Bernard
ct: [dpdk-dev] [PATCH v5 1/4] examples/ipsec-secgw: ipsec_sa > structure cleanup Minor nit. ./devtools/check-git-log.sh -1 Wrong headline format: examples/ipsec-secgw: ipsec_sa structure cleanup > Cleanup ipsec_sa structure by removing every field that is already in the &g

Re: [dpdk-dev] [PATCH v5 1/4] examples/ipsec-secgw: ipsec_sa structure cleanup

2019-10-02 Thread Nicolau, Radu
On 9/27/2019 4:54 PM, Marcin Smoczynski wrote: Cleanup ipsec_sa structure by removing every field that is already in the rte_ipsec_session structure: * cryptodev/security session union * action type * offload flags * security context References to abovementioned fields are changed to di

[dpdk-dev] [PATCH v5 1/4] examples/ipsec-secgw: ipsec_sa structure cleanup

2019-09-27 Thread Marcin Smoczynski
Cleanup ipsec_sa structure by removing every field that is already in the rte_ipsec_session structure: * cryptodev/security session union * action type * offload flags * security context References to abovementioned fields are changed to direct references to matching fields of rte_ipsec_session