Re: [PATCH] new UDPCP Communication Protocol

Previous thread: Coding style change by Michael Ahern on Sunday, January 2, 2011 - 2:23 pm. (2 messages)

Next thread: [PATCH] watchdog: Improve failure message and documentation by Ben Hutchings on Sunday, January 2, 2011 - 3:00 pm. (3 messages)
From: Eric Dumazet
Date: Sunday, January 2, 2011 - 2:55 pm

Since you depend on zlib_adler32(), you should add a dependence in
Kconfig so that its available

select ZLIB_INFLATE


--

From: Stefani Seibold
Date: Sunday, January 2, 2011 - 3:16 pm

No this is not necessary, since zlib_adler32() is defined as a static
inline function in include/linux/zutil.h


--

From: Eric Dumazet
Date: Sunday, January 2, 2011 - 3:31 pm

Wow, this huge function is inlined, how shocking :)



--

Previous thread: Coding style change by Michael Ahern on Sunday, January 2, 2011 - 2:23 pm. (2 messages)

Next thread: [PATCH] watchdog: Improve failure message and documentation by Ben Hutchings on Sunday, January 2, 2011 - 3:00 pm. (3 messages)