DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: David Marchand <david.marchand@redhat.com>, chenbox@nvidia.com
Subject: [PATCH 0/2] small cleanup - use PCI lib
Date: Thu, 19 Oct 2023 17:31:51 +0200	[thread overview]
Message-ID: <20231019154125.308002-1-thomas@monjalon.net> (raw)

Some drivers could use more the PCI lib facilities.

Thomas Monjalon (2):
  drivers: use macro for PCI address format
  drivers: use function to compare PCI addresses

 drivers/event/skeleton/skeleton_eventdev.c | 2 +-
 drivers/net/ena/ena_ethdev.c               | 2 +-
 drivers/net/enic/enic.h                    | 3 +--
 drivers/net/enic/enic_ethdev.c             | 2 +-
 drivers/net/enic/enic_vf_representor.c     | 2 +-
 drivers/net/hinic/hinic_pmd_ethdev.c       | 4 ++--
 drivers/net/mana/mana.c                    | 6 ++----
 drivers/net/mlx4/mlx4.c                    | 5 +----
 drivers/net/mlx5/linux/mlx5_os.c           | 7 ++-----
 drivers/net/thunderx/nicvf_ethdev.c        | 2 +-
 10 files changed, 13 insertions(+), 22 deletions(-)

-- 
2.42.0


             reply	other threads:[~2023-10-19 15:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19 15:31 Thomas Monjalon [this message]
2023-10-19 15:31 ` [PATCH 1/2] drivers: use macro for PCI address format Thomas Monjalon
2023-10-20  1:02   ` John Daley (johndale)
2023-10-20  3:30     ` lihuisong (C)
2023-10-19 15:31 ` [PATCH 2/2] drivers: use function to compare PCI addresses Thomas Monjalon
2023-10-19 16:04   ` Long Li
2023-10-29  8:54 ` [PATCH 0/2] small cleanup - use PCI lib Thomas Monjalon

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=20231019154125.308002-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=chenbox@nvidia.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    /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).