mbox

[V2,0/6,0/6] app/testpmd: support attach and detach port for MP

Message ID 20220915124522.5407-1-lihuisong@huawei.com (mailing list archive)
Headers

Message

lihuisong (C) Sept. 15, 2022, 12:45 p.m. UTC
  This patchset do some bugfix and add attach and detach port for MP.

---
 -v2:
  resend due to CI unexplained failure. 

Huisong Li (6):
  bus/pci: fix a segfault when call callback
  bus/vdev: fix a segfault when call callback
  ethdev: fix push new event
  app/testpmd: check the validity of the port
  app/testpmd: support attach and detach port for MP
  app/testpmd: stop packet forwarding in new and destroy event

 app/test-pmd/testpmd.c                | 85 +++++++++++++++++----------
 app/test-pmd/testpmd.h                |  1 -
 drivers/bus/pci/pci_common.c          | 13 +++-
 drivers/bus/vdev/vdev.c               | 11 +++-
 drivers/net/bonding/bonding_testpmd.c |  1 -
 lib/ethdev/ethdev_driver.c            |  2 +-
 6 files changed, 75 insertions(+), 38 deletions(-)