From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: [PATCH] mlx5: fix packet padding macro check Date: Wed, 23 Mar 2016 10:25:49 +0100 Message-ID: <1458725150-13796-1-git-send-email-adrien.mazarguil@6wind.com> To: Bruce Richardson , dev@dpdk.org Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id DE9C8CE7 for ; Wed, 23 Mar 2016 10:26:06 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id l68so186632098wml.0 for ; Wed, 23 Mar 2016 02:26:06 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 earlier (one should avoid last minute changes). Bruce, since the above commit is currently only present in your tree, can you merge this fix with it during your next rebase? I do not mind keeping a separate fix but the commit ID will have to be updated later. Thanks. Adrien Mazarguil (1): mlx5: fix packet padding macro check drivers/net/mlx5/mlx5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.1.4