From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] mlx4: check if port is configured for Ethernet Date: Thu, 24 Mar 2016 12:12:25 +0000 Message-ID: <20160324121225.GB13728@bricha3-MOBL3> References: <1458642866-28746-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B7DCE2BD3 for ; Thu, 24 Mar 2016 13:12:28 +0100 (CET) Content-Disposition: inline In-Reply-To: <1458642866-28746-1-git-send-email-adrien.mazarguil@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" On Tue, Mar 22, 2016 at 11:34:26AM +0100, Adrien Mazarguil wrote: > Notify user otherwise. A similar check has already been added to mlx5 in > commit "mlx5: check port is configured as ethernet device". > > Signed-off-by: Adrien Mazarguil > --- Applied to dpdk-next-net/rel_16_04 /Bruce