From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 6DBC89B8D for ; Wed, 2 Aug 2017 17:33:14 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id m85so44897372wma.1 for ; Wed, 02 Aug 2017 08:33:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=/X2h4M6iznHT0vN5Bzrc9Rb58VseCr2yFPGpm9OB9U8=; b=NjyHzg6XNrOIW4EVc47DiwOECOJ26N7WDYAopezjmQDFGbwzsE4Te5swEEGs+6+eQt I8YyVPkV808amhB3h0eNuYicWP0ccx8vGtZ+G/flnOEmGqFNu+pJ+FyTV5dnpVwF2qR8 I+2MO1/HilFXDQnE8HiyAr0lwi9MUmLEakBvhsxAzPonxTxipsmBtg4ZPjGZAQ0J2YAf vQlA6F2lQFwsQpOiZPojw4ajxY7FmbiiUvKQ58ieLLhrP1V5cLhA75P7vsyBKWPjI+yo Wt8fhMu0V311rKl8sW9CSgU79FeIRth9RZzLsnxC5Xp2gH5NGORYtuXyT/61pC5ECqyO wVxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=/X2h4M6iznHT0vN5Bzrc9Rb58VseCr2yFPGpm9OB9U8=; b=TeK/rd5Kyc8TrEqDXxkHLuaEaLgggouU/UE/z/sEihRQ7iy7ZreXXgjzw/gtz40pvf ql562mRbNxzeNSMc3eDUqHAP10Q/OXxXOmtI/kmLeK8FG9ZZYUG66sMil6a8BllwUeF4 SdRqolmdoJX8WTdTO2dzrtkxLX9b9739NvwuLcnkPlLYprpV2Tbwd4wWuoAjFSYrwAt1 vlI1ry9QuiTQn8Ykbv90LzVbLK90Nlkj0UKU6ETG8oWRLw9uYDBf8+H1ks7BK5t6JoD7 oE//yUgLKThE034L1Ci/fkJPlKspXrb0AAX3K/U5PxAfgXGZMohFKdGp9mnKAFGQJ5Hj MALA== X-Gm-Message-State: AIVw113bFfAlIGh8iX/D4Nt+GcQT2aWw/liPQxsEMzxSU1HT07a7eF2D zLIb+u3fsWO9MI97g7IPew== X-Received: by 10.28.22.143 with SMTP id 137mr4307938wmw.68.1501687993627; Wed, 02 Aug 2017 08:33:13 -0700 (PDT) Received: from ping.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id l8sm4029993wmd.15.2017.08.02.08.33.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Aug 2017 08:33:13 -0700 (PDT) From: Nelio Laranjeiro To: dev@dpdk.org, Thomas Monjalon , Ferruh Yigit Date: Wed, 2 Aug 2017 17:32:55 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2] net/mlx5: enable/disable vPMD and some cleanups 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, 02 Aug 2017 15:33:14 -0000 This series add more information and flexibility to the user to use or not the vPMD. An information will be printed to inform the user which Tx/Rx function have been automatically selected in addition, new device parameters are added to disable Tx/Rx vector (see device documentation for more details). Changes in v2: Remove other patches to only leave the most important one, the capability for the user to deactivate the Tx/Rx vector code at runtime. It can be very useful to blame this young code in cases of issues without having to tweak and recompile the code to reach the same goal. Other patches will be differed for the next release has they are less important. Nelio Laranjeiro (1): net/mlx5: add parameters to enable/disable vector code doc/guides/nics/mlx5.rst | 14 ++++++++++++++ drivers/net/mlx5/mlx5.c | 23 +++++++++++++++++++++++ drivers/net/mlx5/mlx5.h | 2 ++ drivers/net/mlx5/mlx5_rxtx_vec_sse.c | 9 +++++++-- 4 files changed, 46 insertions(+), 2 deletions(-) -- 2.1.4