lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] RFC: SYS_ARCH_DECL_PROTECT makes no sense, remove it


From: Leon Woestenberg
Subject: [lwip-devel] RFC: SYS_ARCH_DECL_PROTECT makes no sense, remove it
Date: Wed, 05 May 2004 16:10:18 +0200
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hello,

the SYS_ARCH_DECL_PROTECT protection mechanism makes
no sense to me. It never did.

It protects pbuf->ref count against concurrent read-write-modify
actions, alright.

But as the rest of the pbuf fields and code is not protected against concurrent use (let alone the rest of the lwIP core) I see no real
world use of it.

RFC: Remove this from the stack.

Regards,

Leon.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]