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