Re: [dpdk-dev] [PATCH v6 0/9] Few small improvements for ipsec library

2019-04-02 Thread Akhil Goyal
On 4/2/2019 2:04 PM, Konstantin Ananyev wrote: > v6 -> v5 > Fix endianness issue spotted by Olivier > Added UT test-case for rte_mbuf_tx_offload() > > v5 -> v4 > Few cosmetic changes in mbuf tx_offload patch requested by Olivier > > v4 -> v3 > Address Akhil comments: >- function/param

[dpdk-dev] [PATCH v6 0/9] Few small improvements for ipsec library

2019-04-02 Thread Konstantin Ananyev
v6 -> v5 Fix endianness issue spotted by Olivier Added UT test-case for rte_mbuf_tx_offload() v5 -> v4 Few cosmetic changes in mbuf tx_offload patch requested by Olivier v4 -> v3 Address Akhil comments: - function/paramers names - add ipsec lib into shared libraries list v3 -> v2 Addres