From mboxrd@z Thu Jan 1 00:00:00 1970 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 26F98F951 for ; Wed, 18 Jan 2017 11:13:43 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id r126so238556150wmr.0 for ; Wed, 18 Jan 2017 02:13:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=yFdfL4DWU1jM/wEfpGN+lx2+i6AUPvlWeIuT9GhEDr8=; b=uHYbsJaC8WYXkoi7ohod6sKNBuu+oIaFPSfKg5nQ+/Uuno0C9VJJShs3cqLP5R0+W0 GrOo94SJTs02lqa5En5cHH+3nEj4QNDW8Lig0sN7oykub6JZEIhXQPFawaugNBrr8KhT borGNcD56vzQJlALtxY0/cpT5EFeHea8DMHCmrTCc3TIaMQNI52ndEupMAn1oal00zZH J2Xc7fs7tcGAjG60+ZNGKooodhfVuFDehZFFvP+t+JloR2abj8/zkw2/Ld43eRocGzRI wGrp5rZjByxlerGtyBCnBkNSMJplWnhNd1y8a8rodP71KG1H3L+LiMeChLpgg27Nz2eU KXpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=yFdfL4DWU1jM/wEfpGN+lx2+i6AUPvlWeIuT9GhEDr8=; b=WLFjYe24f6XsxDWC+8yd+ESzQgI3qrttdgeM5K1mrhqRHYldUkP8i0yYReFf1FOS+5 VxmTmoL+BHi8ab2IVc5nZQZ4bmrj/ySSZZ+Cik2wk18YjH0iVjyRopgYIzlsYjtdxrp3 RQ9J4Bra/jsXXe6O8jl4d3DIuOMa6Jbs0EvhgpXKEQ7V6f1ZeDzhNBtNKBEWbL1/SiEz 0XGPU8knCZ2wNRcDW3RQ/eYYbxiV8SWsxY8wtvwm//9K6SdFRTOYiLP5VjD60Cj1/wlV hUsOJTmXM/XIDb/pLADaSkV5iN9dTT6fOPyuI2P0RPR+atSWahwc/bQXBS2orTIlc8hN Ak2Q== X-Gm-Message-State: AIkVDXLr663neMRp/ft/aHpYdzVm0QlKvRKbjJ9axYiNR7KwGLjhS65D032IZgu9vmjpLQL3 X-Received: by 10.223.163.154 with SMTP id l26mr2483994wrb.35.1484734422897; Wed, 18 Jan 2017 02:13:42 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 123sm44269943wml.6.2017.01.18.02.13.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jan 2017 02:13:42 -0800 (PST) From: Thomas Monjalon To: Nelio Laranjeiro Cc: dev@dpdk.org, Adrien Mazarguil , Ferruh Yigit Date: Wed, 18 Jan 2017 11:13:41 +0100 Message-ID: <2717894.dQgb27QkBb@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1484733712-26636-1-git-send-email-nelio.laranjeiro@6wind.com> References: <1623789.EVbCba2Cxy@xps13> <1484733712-26636-1-git-send-email-nelio.laranjeiro@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix 32bits compilation issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 10:13:43 -0000 2017-01-18 11:01, Nelio Laranjeiro: > Fixes: 02bb06aca20f ("net/mlx5: use vector types to speed up processing") > > Reported-by: Thomas Monjalon > Signed-off-by: Nelio Laranjeiro > > --- > > Please squash it in the original patch if possible. It works, thanks. Squashed with "net/mlx5: use vector types to speed up processing"