[dpdk-dev] [PATCH] mlx5: fix packet padding macro check

2016-03-23 Thread Adrien Mazarguil
On Wed, Mar 23, 2016 at 11:53:22AM +, Bruce Richardson wrote: > On Wed, Mar 23, 2016 at 10:25:49AM +0100, Adrien Mazarguil wrote: > > All instances of HAVE_EXP_CREATE_WQ_FLAG_RX_END_PADDING were not replaced by > > HAVE_VERBS_RX_END_PADDING during a rework of the original patch, effectively >

[dpdk-dev] [PATCH] mlx5: fix packet padding macro check

2016-03-23 Thread Bruce Richardson
On Wed, Mar 23, 2016 at 10:25:49AM +0100, Adrien Mazarguil wrote: > All instances of HAVE_EXP_CREATE_WQ_FLAG_RX_END_PADDING were not replaced by > HAVE_VERBS_RX_END_PADDING during a rework of the original patch, effectively > preventing this feature from being used. > > Fixes: 89ed2405447d

[dpdk-dev] [PATCH] mlx5: fix packet padding macro check

2016-03-23 Thread Adrien Mazarguil
All instances of HAVE_EXP_CREATE_WQ_FLAG_RX_END_PADDING were not replaced by HAVE_VERBS_RX_END_PADDING during a rework of the original patch, effectively preventing this feature from being used. Fixes: 89ed2405447d ("mlx5: add support for HW packet padding") Signed-off-by: Adrien Mazarguil ---

[dpdk-dev] [PATCH] mlx5: fix packet padding macro check

2016-03-23 Thread Adrien Mazarguil
All instances of HAVE_EXP_CREATE_WQ_FLAG_RX_END_PADDING were not replaced by HAVE_VERBS_RX_END_PADDING during a rework of the original patch, effectively preventing this feature from being used. Fixes: 89ed2405447d ("mlx5: add support for HW packet padding") Unfortunately I did not catch this