Message ID | 20240816101906.882743-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 359c5eb0f7364be9a26626402cc315e5e5f0d8c7 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] gve: Remove unused declaration gve_rx_alloc_rings() | expand |
On Fri, Aug 16, 2024 at 06:19:06PM +0800, Yue Haibing wrote: > Commit f13697cc7a19 ("gve: Switch to config-aware queue allocation") > convert this function to gve_rx_alloc_rings_gqi(). > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Simon Horman <horms@kernel.org> In future, please consider grouping similar changes, say up to 10, in a patchset.
On 2024/8/17 0:45, Simon Horman wrote: > On Fri, Aug 16, 2024 at 06:19:06PM +0800, Yue Haibing wrote: >> Commit f13697cc7a19 ("gve: Switch to config-aware queue allocation") >> convert this function to gve_rx_alloc_rings_gqi(). >> >> Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > > Reviewed-by: Simon Horman <horms@kernel.org> > > In future, please consider grouping similar changes, say up to 10, > in a patchset. ok, thanks for your review. > .
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 16 Aug 2024 18:19:06 +0800 you wrote: > Commit f13697cc7a19 ("gve: Switch to config-aware queue allocation") > convert this function to gve_rx_alloc_rings_gqi(). > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > --- > drivers/net/ethernet/google/gve/gve.h | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [net-next] gve: Remove unused declaration gve_rx_alloc_rings() https://git.kernel.org/netdev/net-next/c/359c5eb0f736 You are awesome, thank you!
diff --git a/drivers/net/ethernet/google/gve/gve.h b/drivers/net/ethernet/google/gve/gve.h index 09a85ed59143..301fa1ea4f51 100644 --- a/drivers/net/ethernet/google/gve/gve.h +++ b/drivers/net/ethernet/google/gve/gve.h @@ -1153,7 +1153,6 @@ int gve_rx_alloc_ring_gqi(struct gve_priv *priv, int idx); void gve_rx_free_ring_gqi(struct gve_priv *priv, struct gve_rx_ring *rx, struct gve_rx_alloc_rings_cfg *cfg); -int gve_rx_alloc_rings(struct gve_priv *priv); int gve_rx_alloc_rings_gqi(struct gve_priv *priv, struct gve_rx_alloc_rings_cfg *cfg); void gve_rx_free_rings_gqi(struct gve_priv *priv,
Commit f13697cc7a19 ("gve: Switch to config-aware queue allocation") convert this function to gve_rx_alloc_rings_gqi(). Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- drivers/net/ethernet/google/gve/gve.h | 1 - 1 file changed, 1 deletion(-)