Re: [dpdk-dev] [PATCH v5 0/8] net/mlx4: Tx path improvements

2017-11-03 Thread Ferruh Yigit
On 11/2/2017 9:42 AM, Matan Azrad wrote: > v1: > This series is a follow-up of the new datapath implementation introduced in > RC1. > It is dedicated to Tx and improves the performance. > > v2: > Change uint32_t be_lkey to rte_be32_t lkey > > v3: > Rebase to 17.11-rc2. > Remove "net/mlx4: save l

Re: [dpdk-dev] [PATCH v5 0/8] net/mlx4: Tx path improvements

2017-11-03 Thread Adrien Mazarguil
On Thu, Nov 02, 2017 at 01:41:39PM -0700, Ferruh Yigit wrote: > On 11/2/2017 9:42 AM, Matan Azrad wrote: > > v1: > > This series is a follow-up of the new datapath implementation introduced in > > RC1. > > It is dedicated to Tx and improves the performance. > > > > v2: > > Change uint32_t be_lkey

Re: [dpdk-dev] [PATCH v5 0/8] net/mlx4: Tx path improvements

2017-11-02 Thread Ferruh Yigit
On 11/2/2017 9:42 AM, Matan Azrad wrote: > v1: > This series is a follow-up of the new datapath implementation introduced in > RC1. > It is dedicated to Tx and improves the performance. > > v2: > Change uint32_t be_lkey to rte_be32_t lkey > > v3: > Rebase to 17.11-rc2. > Remove "net/mlx4: save l

Re: [dpdk-dev] [PATCH v5 0/8] net/mlx4: Tx path improvements

2017-11-02 Thread Ferruh Yigit
On 11/2/2017 10:07 AM, Adrien Mazarguil wrote: > On Thu, Nov 02, 2017 at 04:42:43PM +, Matan Azrad wrote: >> v1: >> This series is a follow-up of the new datapath implementation introduced in >> RC1. >> It is dedicated to Tx and improves the performance. >> >> v2: >> Change uint32_t be_lkey to

Re: [dpdk-dev] [PATCH v5 0/8] net/mlx4: Tx path improvements

2017-11-02 Thread Adrien Mazarguil
On Thu, Nov 02, 2017 at 04:42:43PM +, Matan Azrad wrote: > v1: > This series is a follow-up of the new datapath implementation introduced in > RC1. > It is dedicated to Tx and improves the performance. > > v2: > Change uint32_t be_lkey to rte_be32_t lkey > > v3: > Rebase to 17.11-rc2. > Remo

[dpdk-dev] [PATCH v5 0/8] net/mlx4: Tx path improvements

2017-11-02 Thread Matan Azrad
v1: This series is a follow-up of the new datapath implementation introduced in RC1. It is dedicated to Tx and improves the performance. v2: Change uint32_t be_lkey to rte_be32_t lkey v3: Rebase to 17.11-rc2. Remove "net/mlx4: save lkey in big-endian format" patch which degrade performance. Merg