Re: [PATCH v4] skbedit: allow the user to specify bitmask for mark

2016-10-27 Thread David Miller
From: Antonio Quartulli Date: Mon, 24 Oct 2016 20:32:57 +0800 > The user may want to use only some bits of the skb mark in > his skbedit rules because the remaining part might be used by > something else. > > Introduce the "mask" parameter to the skbedit actor in order > to implement such functi

[PATCH v4] skbedit: allow the user to specify bitmask for mark

2016-10-24 Thread Antonio Quartulli
The user may want to use only some bits of the skb mark in his skbedit rules because the remaining part might be used by something else. Introduce the "mask" parameter to the skbedit actor in order to implement such functionality. When the mask is specified, only those bits selected by the latter