All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jubran, Samih" <sameehj@amazon.com>
To: YueHaibing <yuehaibing@huawei.com>,
	"davem@davemloft.net" <davem@davemloft.net>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH net-next] net: ena: remove set but not used variable 'rx_ring'
Date: Tue, 24 Dec 2019 12:56:32 +0000	[thread overview]
Message-ID: <64328693e17744688e90e49cecd11aeb@EX13D11EUB003.ant.amazon.com> (raw)
In-Reply-To: <20191224125128.36680-1-yuehaibing@huawei.com>

Good catch, looks good.
Ack, thanks!

> -----Original Message-----
> From: YueHaibing <yuehaibing@huawei.com>
> Sent: Tuesday, December 24, 2019 2:51 PM
> To: davem@davemloft.net; Jubran, Samih <sameehj@amazon.com>
> Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; YueHaibing
> <yuehaibing@huawei.com>
> Subject: [PATCH net-next] net: ena: remove set but not used variable
> 'rx_ring'
> 
> drivers/net/ethernet/amazon/ena/ena_netdev.c: In function
> ena_xdp_xmit_buff:
> drivers/net/ethernet/amazon/ena/ena_netdev.c:316:19: warning:
>  variable rx_ring set but not used [-Wunused-but-set-variable]
> 
> commit 548c4940b9f1 ("net: ena: Implement XDP_TX action") left behind this
> unused variable.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  drivers/net/ethernet/amazon/ena/ena_netdev.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/net/ethernet/amazon/ena/ena_netdev.c
> b/drivers/net/ethernet/amazon/ena/ena_netdev.c
> index 081acf0..894e8c1 100644
> --- a/drivers/net/ethernet/amazon/ena/ena_netdev.c
> +++ b/drivers/net/ethernet/amazon/ena/ena_netdev.c
> @@ -313,7 +313,6 @@ static int ena_xdp_xmit_buff(struct net_device *dev,
>  	struct ena_com_tx_ctx ena_tx_ctx = {0};
>  	struct ena_tx_buffer *tx_info;
>  	struct ena_ring *xdp_ring;
> -	struct ena_ring *rx_ring;
>  	u16 next_to_use, req_id;
>  	int rc;
>  	void *push_hdr;
> @@ -324,8 +323,6 @@ static int ena_xdp_xmit_buff(struct net_device *dev,
>  	req_id = xdp_ring->free_ids[next_to_use];
>  	tx_info = &xdp_ring->tx_buffer_info[req_id];
>  	tx_info->num_of_bufs = 0;
> -	rx_ring = &xdp_ring->adapter->rx_ring[qid -
> -		  xdp_ring->adapter->xdp_first_ring];
>  	page_ref_inc(rx_info->page);
>  	tx_info->xdp_rx_page = rx_info->page;
> 
> --
> 2.7.4
> 


  reply	other threads:[~2019-12-24 12:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-24 12:51 [PATCH net-next] net: ena: remove set but not used variable 'rx_ring' YueHaibing
2019-12-24 12:56 ` Jubran, Samih [this message]
2019-12-28  0:32 ` David Miller
2020-02-18  1:59 YueHaibing
2020-02-18  5:53 ` David Miller
2020-02-18  6:19   ` Yuehaibing

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64328693e17744688e90e49cecd11aeb@EX13D11EUB003.ant.amazon.com \
    --to=sameehj@amazon.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=yuehaibing@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.