Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753459AbdCIVaI (ORCPT ); Thu, 9 Mar 2017 16:30:08 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:44646 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbdCIVaG (ORCPT ); Thu, 9 Mar 2017 16:30:06 -0500 Date: Thu, 09 Mar 2017 13:30:04 -0800 (PST) Message-Id: <20170309.133004.625286707966619053.davem@davemloft.net> To: Jie.Deng1@synopsys.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 net-next] net: dwc-xlgmac: Initial driver for DesignWare Enterprise Ethernet From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 25.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 09 Mar 2017 13:30:05 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 493 Lines: 14 From: Jie Deng Date: Wed, 8 Mar 2017 14:06:18 +0800 > Synopsys provides a new DesignWare Core Enterprise Ethernet MAC > IP (DWC-XLGMAC) for Ethernet designs. It is compliant with the > IEEE 802.3-2012 specifications, including IEEE 802.3ba and > consortium specifications. > > This patch provides the initial 25G/40G/50G/100G Ethernet driver > for Synopsys XLGMAC IP Prototyping Kit. > > Signed-off-by: Jie Deng Applied to net-next, thanks.