[U-Boot-Users] [PATCH v3] QE UEC: Extend number of supported UECs to 4

David Saada David.Saada at ecitele.com
Tue Jan 15 11:41:03 CET 2008


> Sorry, I can not apply it. The patch has problem.
> 
> I suggest you manage source code with git,
> and generate patch with git.
> 
> Thanks,
> Dave
> 
Dave,
We have another source code repository (Synergy), and managing the
source code with git is just not possible. I have posted many patches in
the past using diff -purN, and there was never any problem. 

> On Tue, 2008-01-15 at 10:40 +0200, David Saada wrote:
> > This patch extends the number of supported UECs to 4. Note that the
> > problem of QE thread resources exhaustion is resolved by setting the
> > correct number of QE threads according to Ethernet type (GBE or FE).
> >
> > Signed-off-by: David Saada <david.saada at ecitele.com>
> >
> > > diff -purN drivers/qe/uec.c.orig drivers/qe/uec.c
> 
> '>' is added.
> I don't know how did you generate the patch.
> 
> > --- drivers/qe/uec.c.orig	2008-01-14 11:48:28.000000000 +0200
> > +++ drivers/qe/uec.c	2008-01-15 09:42:59.118870000 +0200
> > @@ -40,8 +40,13 @@ static uec_info_t eth1_uec_info = {
> >  		.tx_clock	= CFG_UEC1_TX_CLK,
> >  		.eth_type	= CFG_UEC1_ETH_TYPE,
> >  	},
> 
> > > diff -purN net/eth.c.orig net/eth.c
> 
> same as below.

I can't understand the problem. Is it the '>' before the diff? I just
added it manually - I can remove it.

David.




More information about the U-Boot mailing list