[dpdk-dev] [PATCH v2 7/7] ipsec: reorder packet process for esp inbound

2019-03-20 Thread Konstantin Ananyev
Change the order of operations for esp inbound post-process: - read mbuf metadata and esp tail first for all packets in the burst first to minimize stalls due to load latency. - move code that is common for both transport and tunnel modes into separate functions to reduce code duplication. - ad

[dpdk-dev] [PATCH v2 7/7] ipsec: reorder packet process for esp inbound

2019-03-20 Thread Konstantin Ananyev
Change the order of operations for esp inbound post-process: - read mbuf metadata and esp tail first for all packets in the burst first to minimize stalls due to load latency. - move code that is common for both transport and tunnel modes into separate functions to reduce code duplication. - ad