[PATCH net-next 0/2] mvpp2: resolve two warnings

STALE1916d

4 messages, 2 authors, 2021-05-10 · open the first message on its own page

[PATCH net-next 0/2] mvpp2: resolve two warnings

From: Matteo Croce <hidden>
Date: 2021-05-10 16:52:52

From: Matteo Croce <redacted>

Just two small changes to suppress two warnings.

Matteo Croce (2):
  mvpp2: remove unused parameter
  mvpp2: suppress warning

 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 8 ++++----
 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c  | 3 ---
 2 files changed, 4 insertions(+), 7 deletions(-)

-- 
2.31.1

[PATCH net-next 1/2] mvpp2: remove unused parameter

From: Matteo Croce <hidden>
Date: 2021-05-10 16:53:25

From: Matteo Croce <redacted>

mvpp2_run_xdp() has an unused parameter rxq, remove it.

Fixes: 07dd0a7aae7f ("mvpp2: add basic XDP support")
Signed-off-by: Matteo Croce <redacted>
---
 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
index ec706d614cac..28b8d9b3cbe6 100644
--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
@@ -3784,9 +3784,9 @@ mvpp2_xdp_xmit(struct net_device *dev, int num_frame,
 }
 
 static int
-mvpp2_run_xdp(struct mvpp2_port *port, struct mvpp2_rx_queue *rxq,
-	      struct bpf_prog *prog, struct xdp_buff *xdp,
-	      struct page_pool *pp, struct mvpp2_pcpu_stats *stats)
+mvpp2_run_xdp(struct mvpp2_port *port, struct bpf_prog *prog,
+	      struct xdp_buff *xdp, struct page_pool *pp,
+	      struct mvpp2_pcpu_stats *stats)
 {
 	unsigned int len, sync, err;
 	struct page *page;
@@ -3925,7 +3925,7 @@ static int mvpp2_rx(struct mvpp2_port *port, struct napi_struct *napi,
 					 MVPP2_MH_SIZE + MVPP2_SKB_HEADROOM,
 					 rx_bytes, false);
 
-			ret = mvpp2_run_xdp(port, rxq, xdp_prog, &xdp, pp, &ps);
+			ret = mvpp2_run_xdp(port, xdp_prog, &xdp, pp, &ps);
 
 			if (ret) {
 				xdp_ret |= ret;
-- 
2.31.1

[PATCH net-next 2/2] mvpp2: suppress warning

From: Matteo Croce <hidden>
Date: 2021-05-10 16:53:47

From: Matteo Croce <redacted>

Remove some unreachable code, so to suppress this warning:

drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c: In function ‘mvpp2_prs_tcam_first_free’:
drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c:397:10: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  397 |  if (end >= MVPP2_PRS_TCAM_SRAM_SIZE)
      |          ^~

Fixes: 3f518509dedc ("ethernet: Add new driver for Marvell Armada 375 network unit")
Signed-off-by: Matteo Croce <redacted>
---
 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c
index 7cc7d72d761e..93575800ca92 100644
--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c
+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c
@@ -394,9 +394,6 @@ static int mvpp2_prs_tcam_first_free(struct mvpp2 *priv, unsigned char start,
 	if (start > end)
 		swap(start, end);
 
-	if (end >= MVPP2_PRS_TCAM_SRAM_SIZE)
-		end = MVPP2_PRS_TCAM_SRAM_SIZE - 1;
-
 	for (tid = start; tid <= end; tid++) {
 		if (!priv->prs_shadow[tid].valid)
 			return tid;
-- 
2.31.1

Re: [PATCH net-next 0/2] mvpp2: resolve two warnings

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-05-10 22:20:27

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon, 10 May 2021 18:52:30 +0200 you wrote:
From: Matteo Croce <redacted>

Just two small changes to suppress two warnings.

Matteo Croce (2):
  mvpp2: remove unused parameter
  mvpp2: suppress warning

[...]
Here is the summary with links:
  - [net-next,1/2] mvpp2: remove unused parameter
    https://git.kernel.org/netdev/net-next/c/376d68929d5b
  - [net-next,2/2] mvpp2: suppress warning
    https://git.kernel.org/netdev/net-next/c/4c598e5e679c

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help