commit | b72920f6e4a9d6607b723d69b7f412c829769c75 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Apr 15 20:10:18 2021 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Apr 18 22:04:49 2021 +0200 |
tree | ba27ac40ee59d6d83365ff1ce05f38933b7a5037 | |
parent | 8826218215de1aae9d89a6ea8d3786f224711334 [diff] |
netfilter: nftables: counter hardware offload support This patch adds the .offload_stats operation to synchronize hardware stats with the expression data. Update the counter expression to use this new interface. The hardware stats are retrieved from the netlink dump path via FLOW_CLS_STATS command to the driver. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>