From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753620AbaIYRHD (ORCPT ); Thu, 25 Sep 2014 13:07:03 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:48016 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752501AbaIYRHA (ORCPT ); Thu, 25 Sep 2014 13:07:00 -0400 Message-ID: <54244B92.4020004@ti.com> Date: Thu, 25 Sep 2014 13:06:26 -0400 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Joe Perches CC: "davem@davemloft.net" , "netdev@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "robh+dt@kernel.org" , "grant.likely@linaro.org" , "devicetree@vger.kernel.org" , "Nair, Sandeep" Subject: Re: [PATCH v4 2/3] net: Add Keystone NetCP ethernet driver References: <1411653805-29257-1-git-send-email-santosh.shilimkar@ti.com> <1411653805-29257-3-git-send-email-santosh.shilimkar@ti.com> <1411655363.4026.13.camel@joe-AO725> In-Reply-To: <1411655363.4026.13.camel@joe-AO725> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 25 September 2014 10:29 AM, Joe Perches wrote: > On Thu, 2014-09-25 at 10:03 -0400, Santosh Shilimkar wrote: >> From: Sandeep Nair >> >> The network coprocessor (NetCP) is a hardware accelerator that processes >> Ethernet packets. NetCP has a gigabit Ethernet (GbE) subsystem with a ethernet >> switch sub-module to send and receive packets. NetCP also includes a packet >> accelerator (PA) module to perform packet classification operations such as >> header matching, and packet modification operations such as checksum >> generation. NetCP can also optionally include a Security Accelerator(SA) >> capable of performing IPSec operations on ingress/egress packets. > > Some checkpatch trivia you might consider: Sure. I fold that in. Thanks !! regards, Santosh