From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6BF7A11DE for ; Thu, 16 Mar 2017 14:47:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489672023; x=1521208023; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=OHHVzH+Wy4OOfpxfS5hRi0sDXD0MrMKxtfnEb4q+ek4=; b=RtRETyjvHr5qtK4jcOVHM29ICUa6LK3/PYqT+0W2bXctr33jVNced6G/ 5PwloycTp72yFMcOedoMRxxAcypK+w==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2017 06:47:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,172,1486454400"; d="scan'208";a="1143296652" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 16 Mar 2017 06:47:01 -0700 To: Yongseok Koh References: <20170310231334.2457-1-yskoh@mellanox.com> Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com From: Ferruh Yigit Message-ID: <8b5df55a-1676-f893-ab8e-e514f6828b9e@intel.com> Date: Thu, 16 Mar 2017 13:47:00 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 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: Thu, 16 Mar 2017 13:47:03 -0000 On 3/15/2017 11:55 PM, Yongseok Koh wrote: > This patchset is to add the Enhanced Multi-Packet Send feature which is > newly introduced for ConnectX-5 families of adaptors. > > v3: > * Fix indentation > * Fix typo in comment > * Change name of variables and functions > > v2: > * Resolves conflicts with other patches in review. > * Improved performance by relocating code segment. > * Changes default values of PMD options. > * Fixed comments in the code. > > Yongseok Koh (2): > net/mlx5: add enhanced multi-packet send for ConnectX-5 > doc: update PMD options for mlx5 Applied to dpdk-next-net/master, thanks. (doc patch squashed into first one)