From: Florian Fainelli <f.faine...@gmail.com> Date: Fri, 3 Aug 2018 10:57:13 -0700
> Does the current approach of specifying a bitmask of filters looks > reasonable to you though? So, in order to answer that, I need some clarification. The mask, as I see it, is a bit map of 48 possible positions (SOPASS_MAX * bits_per_byte). How do these bits map to individual rxnfc entries? Are they locations? If so, how are special locations handled? What about "special" locations, where the driver and/or hardware are supposed to decide the location based upon the "special" type used? If you considered the following, and you explained why it won't work, I apologize. But I'm wondering why you just don't find some way to specify this as a boolean of the flow spec in the rxnfc request or similar? That, at least semantically, seems to avoids several issues. And it is unambiguous what flow rule the wake filter boolean applies to. Right?