From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 24 Mar 2016 05:12:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,385,1455004800"; d="scan'208";a="770586778" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.85]) by orsmga003.jf.intel.com with SMTP; 24 Mar 2016 05:12:26 -0700 Received: by (sSMTP sendmail emulation); Thu, 24 Mar 2016 12:12:25 +0025 Date: Thu, 24 Mar 2016 12:12:25 +0000 From: Bruce Richardson To: Adrien Mazarguil Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1458642866-28746-1-git-send-email-adrien.mazarguil@6wind.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] mlx4: check if port is configured for Ethernet X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 12:12:29 -0000 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