diff mbox series

[net-next] net: fq: Remove unused typedef fq_flow_get_default_t

Message ID 20230807142111.33524-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 209bccbac9e6baa68308e1e236992ae3873e49dc
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: fq: Remove unused typedef fq_flow_get_default_t | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 1330 this patch: 1330
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/build_clang success Errors and warnings before: 1353 this patch: 1353
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 1353 this patch: 1353
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 9 lines checked
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/source_inline success Was 0 now: 0

Commit Message

Yue Haibing Aug. 7, 2023, 2:21 p.m. UTC
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>
---
 include/net/fq.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Simon Horman Aug. 8, 2023, 5:35 p.m. UTC | #1
On Mon, Aug 07, 2023 at 10:21:11PM +0800, Yue Haibing wrote:
> Commitbf9009bf21b5 ("net/fq_impl: drop get_default_func, move default flow to fq_tin")

nit: Commitbf9009bf21b5 -> Commit bf9009bf21b5

> remove its last user, so can remove it.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Aug. 8, 2023, 11:10 p.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 7 Aug 2023 22:21:11 +0800 you wrote:
> 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>
> ---
>  include/net/fq.h | 5 -----
>  1 file changed, 5 deletions(-)

Here is the summary with links:
  - [net-next] net: fq: Remove unused typedef fq_flow_get_default_t
    https://git.kernel.org/netdev/net-next/c/209bccbac9e6

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/net/fq.h b/include/net/fq.h
index 07b5aff6ec58..99fbe4127b95 100644
--- 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