DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] small cleanup - use PCI lib
@ 2023-10-19 15:31 Thomas Monjalon
  2023-10-19 15:31 ` [PATCH 1/2] drivers: use macro for PCI address format Thomas Monjalon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas Monjalon @ 2023-10-19 15:31 UTC (permalink / raw)
  To: dev; +Cc: David Marchand, chenbox

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-29  8:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 15:31 [PATCH 0/2] small cleanup - use PCI lib Thomas Monjalon
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

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).