RE: [PATCH 03/10] vdpa/nfp: fix the logic of reconfiguration

2024-06-13 Thread Chaoyong He
> On 4/26/24 09:48, Chaoyong He wrote: > > From: Xinying Yu > > > > The ctrl words of vDPA is locate on the extend word, so should use the > > 'nfp_ext_reconfig()' rather than 'nfp_reconfig()'. > > located* > extended* > > so it should* > Will fix in the v2 patch series. Thanks for your review

Re: [PATCH 03/10] vdpa/nfp: fix the logic of reconfiguration

2024-06-13 Thread Maxime Coquelin
On 4/26/24 09:48, Chaoyong He wrote: From: Xinying Yu The ctrl words of vDPA is locate on the extend word, so should use the 'nfp_ext_reconfig()' rather than 'nfp_reconfig()'. located* extended* so it should* Also replace the misuse of 'NFP_NET_CFG_CTRL_SCATTER' macro with 'NFP_NET_CFG

[PATCH 03/10] vdpa/nfp: fix the logic of reconfiguration

2024-04-26 Thread Chaoyong He
From: Xinying Yu The ctrl words of vDPA is locate on the extend word, so should use the 'nfp_ext_reconfig()' rather than 'nfp_reconfig()'. Also replace the misuse of 'NFP_NET_CFG_CTRL_SCATTER' macro with 'NFP_NET_CFG_CTRL_VIRTIO'. Fixes: b47a0373903f ("vdpa/nfp: add datapath update") Cc: chaoyo