RE: [PATCH v4 1/2] netdev: driver: ethernet: add cpsw address lookup engine support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joe

> -----Original Message-----
> From: Joe Perches [mailto:joe@xxxxxxxxxxx]
> Sent: Wednesday, February 29, 2012 10:19 AM
> To: N, Mugunthan V
> Cc: netdev@xxxxxxxxxxxxxxx; davem@xxxxxxxxxxxxx
> 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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Discussion]     [TCP Instrumentation]     [Ethernet Bridging]     [Linux Wireless Networking]     [Linux WPAN Networking]     [Linux Host AP]     [Linux WPAN Networking]     [Linux Bluetooth Networking]     [Linux ATH6KL Networking]     [Linux Networking Users]     [Linux Coverity]     [VLAN]     [Git]     [IETF Annouce]     [Linux Assembly]     [Security]     [Bugtraq]     [Yosemite Information]     [MIPS Linux]     [ARM Linux Kernel]     [ARM Linux]     [Linux Virtualization]     [Linux IDE]     [Linux RAID]     [Linux SCSI]