dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Wenbo Cao <caowenbo@mucse.com>
Cc: thomas@monjalon.net, dev@dpdk.org, ferruh.yigit@amd.com,
	andrew.rybchenko@oktetlabs.ru, yaojun@mucse.com
Subject: Re: [PATCH v8 00/28] [v8]drivers/net Add Support mucse N10 Pmd Driver
Date: Mon, 10 Feb 2025 11:03:59 -0800	[thread overview]
Message-ID: <20250210110359.2b844491@hermes.local> (raw)
In-Reply-To: <1739172415-48507-1-git-send-email-caowenbo@mucse.com>

Driver review checklist for mucse PMD

Mark items with:
    ✔ passed
    ✘ Failed

Basic hygiene
    ✘ Look at CI results in patchwork; notify submitter if any failures
    ✔ Merge cleanly with git am; look for missing newline at EOF etc
    ✘ Run checkpatches; warnings are ok, but look more carefully.
    ✘ Run check-git-log; often get some minor warnings that are ok
    ✔ Run check-symbol-maps.sh
    ✔ Run check-doc-vs-code
    ✔ Run check-spdk-tag

Builds
    ✘ Normal Gcc build; make sure driver is built!
    ✘ Use latest experimental Gcc 15 to catch new warnings
    ✘ Clang build using current version (clang-19)
    ✘ Doc build

Rest of checklist skipped, not worth running with these kind of failures

  parent reply	other threads:[~2025-02-10 19:04 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-10  7:26 [PATCH v8 00/28] [v8]drivers/net Add Support mucse N10 Pmd Driver Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 01/28] net/rnp: add skeleton Wenbo Cao
2025-02-10 18:36   ` Stephen Hemminger
2025-02-10  7:26 ` [PATCH v8 02/28] net/rnp: add ethdev probe and remove Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 03/28] net/rnp: add log Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 04/28] net/rnp: support mailbox basic operate Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 05/28] net/rnp: add device init and uninit Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 06/28] net/rnp: add get device information operation Wenbo Cao
2025-02-10 18:34   ` Stephen Hemminger
2025-02-10  7:26 ` [PATCH v8 07/28] net/rnp: add support mac promisc mode Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 08/28] net/rnp: add queue setup and release operations Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 09/28] net/rnp: add queue stop and start operations Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 10/28] net/rnp: add support device start stop operations Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 11/28] net/rnp: add RSS support operations Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 12/28] net/rnp: add support link update operations Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 13/28] net/rnp: add support link setup operations Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 14/28] net/rnp: add Rx burst simple support Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 15/28] net/rnp: add Tx " Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 16/28] net/rnp: add MTU set operation Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 17/28] net/rnp: add Rx scatter segment version Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 18/28] net/rnp: add Tx multiple " Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 19/28] net/rnp: add support basic stats operation Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 20/28] net/rnp: add support xstats operation Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 21/28] net/rnp: add unicast MAC filter operation Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 22/28] net/rnp: add supported packet types Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 23/28] net/rnp: add support Rx checksum offload Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 24/28] net/rnp: add support Tx TSO offload Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 25/28] net/rnp: support VLAN offloads Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 26/28] net/rnp: add support VLAN filters operations Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 27/28] net/rnp: add queue info operation Wenbo Cao
2025-02-10  7:26 ` [PATCH v8 28/28] net/rnp: support Rx/Tx burst mode info Wenbo Cao
2025-02-10 18:43 ` [PATCH v8 00/28] [v8]drivers/net Add Support mucse N10 Pmd Driver Stephen Hemminger
2025-02-10 19:00 ` Stephen Hemminger
2025-02-10 19:02 ` Stephen Hemminger
2025-02-10 19:03 ` Stephen Hemminger [this message]
2025-02-11  8:56   ` 11

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=20250210110359.2b844491@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=caowenbo@mucse.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=thomas@monjalon.net \
    --cc=yaojun@mucse.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 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).