← Back to team overview

rohc team mailing list archive

Re: useless ceil() calls

 

Hello,

> While porting the library to linux kernel space I discovered multiple
> ceil function calls with integer value as argument.
> I'm not really sure if it's a redundant call and not a bug.
> My intention is to get rid of floating-point expressions because linux
> kernel does not support it.

You're right. The ceil() calls are useless. I committed you patch in
trunk [1]. Thank you!

Linux kernel support would a great thing. There is Launchpad blueprint
on this subject [2]. Is it planned to make the modifications public?

Regards,
Didier

[1] http://bazaar.launchpad.net/~didier-barvaux/rohc/main/revision/393
[2] https://blueprints.launchpad.net/rohc/+spec/kernel+module

Attachment: signature.asc
Description: PGP signature


Follow ups

References