From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/mlx5: fix wrong use of vector instruction Date: Mon, 07 Nov 2016 18:16:49 +0100 Message-ID: <3453436.dEGAPM7GmK@xps13> References: <1477988007-26141-1-git-send-email-eladpe@mellanox.com> <20161102155602.GF5733@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil To: Elad Persiko Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 48E9B1DB1 for ; Mon, 7 Nov 2016 18:16:51 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id t79so190591043wmt.0 for ; Mon, 07 Nov 2016 09:16:51 -0800 (PST) In-Reply-To: <20161102155602.GF5733@6wind.com> 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" 2016-11-02 16:56, Adrien Mazarguil: > On Tue, Nov 01, 2016 at 08:13:27AM +0000, Elad Persiko wrote: > > Constraint alignment was not respected in Tx. > > > > Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") > > > > Signed-off-by: Elad Persiko > > Acked-by: Adrien Mazarguil "wrong use of vector instruction" is the cause, not the issue. Reworded: "fix buffer alignment in Tx" It would have been valuable to describe the consequences. Applied