projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4a734
)
net: fq: Remove unused typedef fq_flow_get_default_t
author
Yue Haibing
<yuehaibing@huawei.com>
Mon, 7 Aug 2023 14:21:11 +0000
(22:21 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 8 Aug 2023 22:58:23 +0000
(15:58 -0700)
Commitbf9009bf21b5 ("net/fq_impl: drop get_default_func, move default flow to fq_tin")
remove its last user, so can remove it.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://lore.kernel.org/r/20230807142111.33524-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/fq.h
patch
|
blob
|
history
diff --git
a/include/net/fq.h
b/include/net/fq.h
index
07b5aff
..
99fbe41
100644
(file)
--- a/
include/net/fq.h
+++ b/
include/net/fq.h
@@
-98,9
+98,4
@@
typedef bool fq_skb_filter_t(struct fq *,
struct sk_buff *,
void *);
-typedef struct fq_flow *fq_flow_get_default_t(struct fq *,
- struct fq_tin *,
- int idx,
- struct sk_buff *);
-
#endif