DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 00/17] NFP bugfix
@ 2024-06-24  1:57 Chaoyong He
  2024-06-24  1:57 ` [PATCH 01/17] net/nfp: refactor speed configuration logic Chaoyong He
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Chaoyong He @ 2024-06-24  1:57 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series consist a branch of bugfix patches from NFP PMD,
in order to speed up the review process and avoid send them out one
by one.

Chaoyong He (4):
  net/nfp: fix coredump caused by firmware abnormal cleanup
  net/nfp: forbid offload flow rules with empty action list
  net/nfp: remove redundancy function call
  net/nfp: fix null pointer dereferences

Long Wu (6):
  net/nfp: fix flow rule match data problem
  net/nfp: fix flow rule action data problem
  net/nfp: enlarge the flow rules limitation
  net/nfp: enlarge flow hash table size
  net/nfp: fix flow position index problem
  net/nfp: fix port action core dump

Peng Zhang (3):
  doc: update the metadata description section
  net/nfp: remove the unneeded logic
  net/nfp: adapts the reverse sequence card

Zerun Fu (4):
  net/nfp: refactor speed configuration logic
  net/nfp: refactor device speed update logic
  net/nfp: fix link status display problem
  net/nfp: fix getting firmware version

 doc/guides/nics/nfp.rst                       |   4 -
 drivers/net/nfp/flower/nfp_flower_flow.c      |   9 +-
 .../net/nfp/flower/nfp_flower_representor.c   |   2 +-
 drivers/net/nfp/nfdk/nfp_nfdk_dp.c            |   6 -
 drivers/net/nfp/nfp_ethdev.c                  | 109 +++++++++++++-----
 drivers/net/nfp/nfp_ethdev_vf.c               |   2 -
 drivers/net/nfp/nfp_net_cmsg.h                |   6 +-
 drivers/net/nfp/nfp_net_common.c              |  61 ++++++----
 drivers/net/nfp/nfp_net_common.h              |  28 ++++-
 drivers/net/nfp/nfp_net_flow.c                |  95 +++++++++++++--
 10 files changed, 239 insertions(+), 83 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-06-24  2:00 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-24  1:57 [PATCH 00/17] NFP bugfix Chaoyong He
2024-06-24  1:57 ` [PATCH 01/17] net/nfp: refactor speed configuration logic Chaoyong He
2024-06-24  1:57 ` [PATCH 02/17] net/nfp: refactor device speed update logic Chaoyong He
2024-06-24  1:57 ` [PATCH 03/17] net/nfp: fix link status display problem Chaoyong He
2024-06-24  1:57 ` [PATCH 04/17] net/nfp: fix coredump caused by firmware abnormal cleanup Chaoyong He
2024-06-24  1:57 ` [PATCH 05/17] net/nfp: forbid offload flow rules with empty action list Chaoyong He
2024-06-24  1:57 ` [PATCH 06/17] net/nfp: remove redundancy function call Chaoyong He
2024-06-24  1:57 ` [PATCH 07/17] net/nfp: fix flow rule match data problem Chaoyong He
2024-06-24  1:57 ` [PATCH 08/17] net/nfp: fix flow rule action " Chaoyong He
2024-06-24  1:57 ` [PATCH 09/17] net/nfp: enlarge the flow rules limitation Chaoyong He
2024-06-24  1:57 ` [PATCH 10/17] net/nfp: enlarge flow hash table size Chaoyong He
2024-06-24  1:57 ` [PATCH 11/17] net/nfp: fix flow position index problem Chaoyong He
2024-06-24  1:57 ` [PATCH 12/17] net/nfp: fix getting firmware version Chaoyong He
2024-06-24  1:57 ` [PATCH 13/17] doc: update the metadata description section Chaoyong He
2024-06-24  1:57 ` [PATCH 14/17] net/nfp: remove the unneeded logic Chaoyong He
2024-06-24  1:57 ` [PATCH 15/17] net/nfp: adapts the reverse sequence card Chaoyong He
2024-06-24  1:57 ` [PATCH 16/17] net/nfp: fix null pointer dereferences Chaoyong He
2024-06-24  1:57 ` [PATCH 17/17] net/nfp: fix port action core dump Chaoyong He

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