Re: [RFC -v9 0/4] Lock-less list

From: Huang Ying
Date: Thu Dec 23 2010 - 03:31:46 EST


Hi, Valdis,

Thanks for your comments.

On Thu, 2010-12-23 at 14:05 +0800, Valdis.Kletnieks@xxxxxx wrote:
> On Thu, 23 Dec 2010 13:43:19 +0800, Huang Ying said:
> > Add a lock-less NULL-terminated linked list implementation. And use
> > that in irq_work and replace net/rds/xlist.h.
>
> A quick overview of the code looks mostly sane. What I don't see is
> an explanation of *why* this is being added. What benefits does it
> have over the current code? Is it faster? Smaller? Simply getting rid
> of near-duplicate versions in rds and irq_work? Something else?

The code is almost same. Just to avoid code duplicating, provide better
document, and make it easier for future users.

Best Regards,
Huang Ying



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/