tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Generic crc32c support in kernel?
On Sat, Aug 13, 2016 at 05:17:17PM -0400, Thor Lancelot Simon wrote:
> On Fri, Aug 12, 2016 at 07:37:50PM +0000, Paul_Koning%Dell.com@localhost wrote:
> >
> > It seems sensible. It could be done by a common CRC routine that takes a table pointer argument, then the two specific routines are just wrappers.
> >
>
> It would be really nice to not pay the function call overhead on modern
> Intel CPUs where this is a single instruction. Not sure this is possible
> in a generic kernel without resorting to binary patch, but we do that in
> other places...
>
> Thor
Not just Intel, but also ARMv8, optionally.
Home |
Main Index |
Thread Index |
Old Index