diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-07-21 06:14:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-22 19:58:52 +0200 |
commit | 042f8825569d628517784d558aefe23c212f0fb2 (patch) | |
tree | 244a4db0ce68407dc4037caf7ee98d1d6aa83190 /include | |
parent | xen-netfront: fix queue name setting (diff) | |
download | linux-042f8825569d628517784d558aefe23c212f0fb2.tar.xz linux-042f8825569d628517784d558aefe23c212f0fb2.zip |
nfp: bring back support for offloading shared blocks
Now that we have offload replay infrastructure added by
commit 326367427cc0 ("net: sched: call reoffload op on block callback reg")
and flows are guaranteed to be removed correctly, we can revert
commit 951a8ee6def3 ("nfp: reject binding to shared blocks").
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: John Hurley <john.hurley@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/pkt_cls.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index e4252a176eec..4f405ca8346f 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h @@ -114,11 +114,6 @@ void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, { } -static inline bool tcf_block_shared(struct tcf_block *block) -{ - return false; -} - static inline struct Qdisc *tcf_block_q(struct tcf_block *block) { return NULL; |