DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] reduce the length of PCI name
@ 2023-06-15  6:51 Chaoyong He
  2023-06-15  6:51 ` [PATCH 1/2] net/nfp: fix representor name too long Chaoyong He
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chaoyong He @ 2023-06-15  6:51 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, niklas.soderlund, Chaoyong He

Use the complete PCI name as the part of representor port name cause the
app crash, because the name is too long.

Fix this by reduce the length, using only the parts after the first ':'.

To keep unification, also use the same approach for the name of hash
parameters.

Long Wu (2):
  net/nfp: fix representor name too long
  net/nfp: reduce the length of PCI name

 drivers/net/nfp/flower/nfp_flower.c             |  2 +-
 drivers/net/nfp/flower/nfp_flower_representor.c | 13 ++++++++-----
 drivers/net/nfp/nfp_flow.c                      | 10 ++++------
 3 files changed, 13 insertions(+), 12 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-06-21 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-15  6:51 [PATCH 0/2] reduce the length of PCI name Chaoyong He
2023-06-15  6:51 ` [PATCH 1/2] net/nfp: fix representor name too long Chaoyong He
2023-06-15  6:51 ` [PATCH 2/2] net/nfp: reduce the length of PCI name Chaoyong He
2023-06-21 17:28 ` [PATCH 0/2] " Ferruh Yigit

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