Re: [dpdk-dev] [PATCH v4 0/7] new mlx4 datapath bypassing ibverbs

2017-10-05 Thread Ferruh Yigit
On 10/5/2017 7:48 PM, Ferruh Yigit wrote: > On 10/5/2017 10:33 AM, Ophir Munk wrote: >> v4 (Ophir): >> - Split "net/mlx4: restore Rx scatter support" commit from "net/mlx4: >> restore full Rx support bypassing Verbs" commit >> >> v3 (Adrien): >> - Drop a few unrelated or unnecessary changes such

Re: [dpdk-dev] [PATCH v4 0/7] new mlx4 datapath bypassing ibverbs

2017-10-05 Thread Ferruh Yigit
On 10/5/2017 10:33 AM, Ophir Munk wrote: > v4 (Ophir): > - Split "net/mlx4: restore Rx scatter support" commit from "net/mlx4: > restore full Rx support bypassing Verbs" commit > > v3 (Adrien): > - Drop a few unrelated or unnecessary changes such as the removal of > MLX4_PMD_TX_MP_CACHE. > -

Re: [dpdk-dev] [PATCH v4 0/7] new mlx4 datapath bypassing ibverbs

2017-10-05 Thread Adrien Mazarguil
On Thu, Oct 05, 2017 at 09:33:05AM +, Ophir Munk wrote: > v4 (Ophir): > - Split "net/mlx4: restore Rx scatter support" commit from "net/mlx4: > restore full Rx support bypassing Verbs" commit > > v3 (Adrien): > - Drop a few unrelated or unnecessary changes such as the removal of > MLX4_PM

[dpdk-dev] [PATCH v4 0/7] new mlx4 datapath bypassing ibverbs

2017-10-05 Thread Ophir Munk
v4 (Ophir): - Split "net/mlx4: restore Rx scatter support" commit from "net/mlx4: restore full Rx support bypassing Verbs" commit v3 (Adrien): - Drop a few unrelated or unnecessary changes such as the removal of MLX4_PMD_TX_MP_CACHE. - Move device checksum support detection code to its previo