A gentle ping~ > -----Original Message----- > From: Chaoyong He > Sent: Friday, April 26, 2024 3:49 PM > To: dev@dpdk.org > Cc: oss-drivers <oss-driv...@corigine.com>; Chaoyong He > <chaoyong...@corigine.com> > Subject: [PATCH 00/10] support software live migration > > This patch series aims to add the support of software live migration feature > for > NFP vDPA device. > > Xinying Yu (10): > mailmap: add new contributor > vdpa/nfp: fix logic in hardware init > vdpa/nfp: fix the logic of reconfiguration > vdpa/nfp: refactor the logic of datapath update > vdpa/nfp: add the live migration logic > vdpa/nfp: add the interrupt logic of vring relay > vdpa/nfp: setup the VF configure > vdpa/nfp: recover the ring index on new host > vdpa/nfp: setup vring relay thread > doc: update nfp document > > .mailmap | 1 + > doc/guides/vdpadevs/nfp.rst | 9 + > drivers/common/nfp/nfp_common_ctrl.h | 11 +- > drivers/vdpa/nfp/nfp_vdpa.c | 440 +++++++++++++++++++++++++-- > drivers/vdpa/nfp/nfp_vdpa_core.c | 135 ++++++-- > drivers/vdpa/nfp/nfp_vdpa_core.h | 14 + > 6 files changed, 564 insertions(+), 46 deletions(-) > > -- > 2.39.1
- Re: [PATCH 08/10] vdpa/nfp: recover the ring index on... Maxime Coquelin
- [PATCH 07/10] vdpa/nfp: setup the VF configure Chaoyong He
- Re: [PATCH 07/10] vdpa/nfp: setup the VF configure Maxime Coquelin
- [PATCH 09/10] vdpa/nfp: setup vring relay thread Chaoyong He
- Re: [PATCH 09/10] vdpa/nfp: setup vring relay thread Maxime Coquelin
- [PATCH 10/10] doc: update nfp document Chaoyong He
- Re: [PATCH 10/10] doc: update nfp document Patrick Robb
- Re: [PATCH 10/10] doc: update nfp document Maxime Coquelin
- RE: [PATCH 00/10] support software live migration Chaoyong He
- [PATCH v2 00/11] support software live migration Chaoyong He
- [PATCH v2 01/11] mailmap: add new contributor Chaoyong He
- [PATCH v2 02/11] vdpa/nfp: fix logic in hardware init Chaoyong He
- [PATCH v2 03/11] vdpa/nfp: fix the logic of reconfigu... Chaoyong He
- [PATCH v2 04/11] vdpa/nfp: refactor the logic of data... Chaoyong He
- [PATCH v2 05/11] vdpa/nfp: add the live migration log... Chaoyong He
- [PATCH v2 06/11] vdpa/nfp: add the interrupt logic of... Chaoyong He
- [PATCH v2 07/11] vdpa/nfp: setup the VF configure Chaoyong He
- [PATCH v2 08/11] vdpa/nfp: recover the ring index on ... Chaoyong He
- [PATCH v2 09/11] vdpa/nfp: setup vring relay thread Chaoyong He