DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: liwencheng <liwencheng@phytium.com.cn>
Cc: dev@dpdk.org
Subject: Re: [PATCH v4 2/4] net/macb: add new poll mode driver
Date: Wed, 2 Apr 2025 18:43:53 -0700	[thread overview]
Message-ID: <20250402184353.206864a6@hermes.local> (raw)
In-Reply-To: <1743577136-119797-1-git-send-email-liwencheng@phytium.com.cn>

On Wed,  2 Apr 2025 06:58:56 +0000
liwencheng <liwencheng@phytium.com.cn> wrote:

> add Phytium NIC MACB ethdev PMD driver.
> 
> v4:
> * Changed functions that always return 0 and whose return value
> is unused to void type, improving code simplicity and readability.
> * Fixed the implicit conversion issues in the
> macb_usxgmii_pcs_check_for_link and
> macb_usxgmii_pcs_check_for_link functions.
> * Added the missing SPDX license tags.
> * Fix tab errors in meson.build file.
> * Use RTE_LOG_LINE instead of rte_log.
> * Replace %l with %PRI*64.
> * Replace rte_smp_[r/w]mb with rte_[r/w]mb.
> * Do not use variadic arguments in macros.
> * Do not use variable-length array pkts[nb_bufs].
> * Use __rte_cache_aligned only for struct or union types alignment.
> * Support hardware Rx/Tx checksum offload.
> * Fixed some code style issues.
> 
> Signed-off-by: liwencheng <liwencheng@phytium.com.cn>

These checkpatch warnings can be avoided by putting __rte_unused after the declaration.

I.e 
eth_macb_xmit_pkts_vec(void *tx_queue __rte_unused,

CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#7246: FILE: drivers/net/macb/macb_rxtx.c:1370:
+eth_macb_recv_pkts_vec(void __rte_unused *rx_queue,
                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#7247: FILE: drivers/net/macb/macb_rxtx.c:1371:
+		       struct rte_mbuf __rte_unused **rx_pkts,
 		                                    ^

CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#7254: FILE: drivers/net/macb/macb_rxtx.c:1378:
+eth_macb_recv_scattered_pkts_vec(void __rte_unused *rx_queue,
                                                    ^

CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#7255: FILE: drivers/net/macb/macb_rxtx.c:1379:
+				  struct rte_mbuf __rte_unused **rx_pkts,
 				                               ^

CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#7262: FILE: drivers/net/macb/macb_rxtx.c:1386:
+eth_macb_xmit_pkts_vec(void __rte_unused *tx_queue,
                                          ^

CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#7263: FILE: drivers/net/macb/macb_rxtx.c:1387:
+				struct rte_mbuf __rte_unused **tx_pkts,
 				                             ^


  reply	other threads:[~2025-04-03  1:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-02  6:58 liwencheng
2025-04-03  1:43 ` Stephen Hemminger [this message]
2025-04-03  1:45 ` Stephen Hemminger
  -- strict thread matches above, loose matches on Subject: below --
2024-12-10  7:04 [PATCH v3 1/6] net/macb: add new driver Wencheng Li
2025-04-02  7:09 ` [PATCH v4 2/4] net/macb: add new poll mode driver liwencheng

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=20250402184353.206864a6@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=liwencheng@phytium.com.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).