[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <EB1619762EAF8B4E97A227FB77B7E0293179370C@DBDE01.ent.ti.com>
Date: Wed, 29 Feb 2012 15:27:32 +0000
From: "N, Mugunthan V" <mugunthanvnm@...com>
To: Joe Perches <joe@...ches.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"davem@...emloft.net" <davem@...emloft.net>
Subject: RE: [PATCH v4 1/2] netdev: driver: ethernet: add cpsw address
lookup engine support
Joe
> -----Original Message-----
> From: Joe Perches [mailto:joe@...ches.com]
> Sent: Wednesday, February 29, 2012 10:19 AM
> To: N, Mugunthan V
> Cc: netdev@...r.kernel.org; davem@...emloft.net
> Subject: Re: [PATCH v4 1/2] netdev: driver: ethernet: add cpsw address
> lookup engine support
>
> On Wed, 2012-02-29 at 10:15 +0530, Mugunthan V N wrote:
> > TI CPSW ethernet switch has a built-in address lookup engine. This
> patch adds
> > the code necessary for programming this module.
> []
> > drivers/net/ethernet/ti/cpsw_ale.c | 638
> ++++++++++++++++++++++++++++++++++++
> []
> > +struct cpsw_ale *cpsw_ale_create(struct cpsw_ale_params *params)
> > +{
> > + struct cpsw_ale *ale;
> > +
> > + ale = kzalloc(sizeof(*ale), GFP_KERNEL);
> > + ale->params = *params;
>
> kzalloc failure...
>
Will take care of the kzalloc failures in next set of patches.
With regards
Mugunthan V N
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists