Re: [PATCH net-next v3] em_canid: Ematch rule to match CAN frames according to their identifiers

Oliver Hartkopp <[email protected]> Mon, 02 Jul 2012 19:04:52 +0200
Newsgroups gmane.linux.network,gmane.linux.can,gmane.linux.network.routing
Message-ID <[email protected]>
On 02.07.2012 17:06, Rostislav Lisovy wrote:

> This ematch makes it possible to classify CAN frames (AF_CAN) according
> to their identifiers. This functionality can not be easily achieved with
> existing classifiers, such as u32, because CAN identifier is always stored
> in native endianness, whereas u32 expects Network byte order.
> 
> Signed-off-by: Rostislav Lisovy <[email protected]>


Acked-by: Oliver Hartkopp <[email protected]>

Thanks Rostislav!