ethtool: Define RX n-tuple action to clear a rule
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
daebbca3ab
commit
c22ab7816f
1 changed files with 3 additions and 2 deletions
|
@ -492,11 +492,12 @@ struct ethtool_rx_ntuple_flow_spec {
|
||||||
__u64 data_mask;
|
__u64 data_mask;
|
||||||
|
|
||||||
__s32 action;
|
__s32 action;
|
||||||
#define ETHTOOL_RXNTUPLE_ACTION_DROP -1 /* drop packet */
|
#define ETHTOOL_RXNTUPLE_ACTION_DROP (-1) /* drop packet */
|
||||||
|
#define ETHTOOL_RXNTUPLE_ACTION_CLEAR (-2) /* clear filter */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct ethtool_rx_ntuple - command to set RX flow filter
|
* struct ethtool_rx_ntuple - command to set or clear RX flow filter
|
||||||
* @cmd: Command number - %ETHTOOL_SRXNTUPLE
|
* @cmd: Command number - %ETHTOOL_SRXNTUPLE
|
||||||
* @fs: Flow filter specification
|
* @fs: Flow filter specification
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue