All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net/sfc: fix and extend secondary process support
@ 2026-08-20 13:03 Ivan Malov
  2026-08-20 13:03 ` [PATCH 1/2] net/sfc: fix shared adapter pointer set in secondary process Ivan Malov
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Ivan Malov @ 2026-08-20 13:03 UTC (permalink / raw)
  To: dev
  Cc: Viacheslav Galaktionov, Roman Zhukov, Pieter Jansen van Vuuren,
	Stephen Hemminger, Andrew Rybchenko

The series addresses two secondary process deficiencies.

Patch 1 adds a missing shared adapter pointer assignment to
the secondary process init path, preventing a NULL pointer
dereference at device close time.

Patch 2 pre-populates a primary-process device info cache
to satisfy the 'dev_infos_get' requirement now imposed by
the 'test-pmd' application on secondary processes.


Ivan Malov (2):
  net/sfc: fix shared adapter pointer set in secondary process
  net/sfc: provide cached dev info to use in secondary process

 drivers/net/sfc/sfc.h        |  7 +++++++
 drivers/net/sfc/sfc_ethdev.c | 30 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

-- 
2.47.3


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

end of thread, other threads:[~2026-08-24 17:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 13:03 [PATCH 0/2] net/sfc: fix and extend secondary process support Ivan Malov
2026-08-20 13:03 ` [PATCH 1/2] net/sfc: fix shared adapter pointer set in secondary process Ivan Malov
2026-08-21 19:09   ` Stephen Hemminger
2026-08-20 13:03 ` [PATCH 2/2] net/sfc: provide cached dev info to use " Ivan Malov
2026-08-21 19:10   ` Stephen Hemminger
2026-08-21 23:45 ` [PATCH v2 0/2] net/sfc: fix and extend secondary process support Ivan Malov
2026-08-21 23:45   ` [PATCH v2 1/2] net/sfc: fix shared adapter pointer set in secondary process Ivan Malov
2026-08-21 23:45   ` [PATCH v2 2/2] net/sfc: provide cached dev info to use " Ivan Malov
2026-08-22  0:06 ` [PATCH v3 0/2] net/sfc: fix and extend secondary process support Ivan Malov
2026-08-22  0:06   ` [PATCH v3 1/2] net/sfc: fix shared adapter pointer set in secondary process Ivan Malov
2026-08-22  0:06   ` [PATCH v3 2/2] net/sfc: provide cached dev info to use " Ivan Malov
2026-08-24 15:34     ` Stephen Hemminger
2026-08-24 16:30 ` [PATCH v4 0/2] net/sfc: fix and extend secondary process support Ivan Malov
2026-08-24 16:30   ` [PATCH v4 1/2] net/sfc: fix shared adapter pointer set in secondary process Ivan Malov
2026-08-24 16:30   ` [PATCH v4 2/2] net/sfc: provide cached dev info to use " Ivan Malov
2026-08-24 17:02   ` [PATCH v4 0/2] net/sfc: fix and extend secondary process support Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.