From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] net/mlx5: add support for ConnectX-5 NICs Date: Fri, 6 Jan 2017 13:32:25 +0000 Message-ID: <7a566b76-65f0-2178-54eb-3babbdb3725a@intel.com> References: <20170105023219.10146-1-yskoh@mellanox.com> <20170106004931.2015-1-yskoh@mellanox.com> <20170106085042.GU12822@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Adrien Mazarguil , Yongseok Koh Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D6DB72B91 for ; Fri, 6 Jan 2017 14:32:27 +0100 (CET) In-Reply-To: <20170106085042.GU12822@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/6/2017 8:50 AM, Adrien Mazarguil wrote: > On Thu, Jan 05, 2017 at 04:49:31PM -0800, Yongseok Koh wrote: >> Add PCI device ID for ConnectX-5 and enable multi-packet send for PF and VF >> along with changing documentation and release note. >> >> Signed-off-by: Yongseok Koh > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.