Re: [dpdk-dev] [PATCH] Enhance code readability when dma_map in ifc/ifcvp_vdpa

2021-09-26 Thread Wang, Xiao W
Hi Jilei, Please notice the patch format requirement, the subject of the patch should start with "vdpa/ifc: ". You also need to keep it concise, around ~50 characters. Refer " doc/guides/contributing/patches.rst" for more detail. Back to this patch, it looks we can just change function ifcvf_dma

[dpdk-dev] [PATCH] Enhance code readability when dma_map in ifc/ifcvp_vdpa

2021-09-26 Thread jilei chen
Signed-off-by: jilei chen --- drivers/vdpa/ifc/ifcvf_vdpa.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c index 1dc813d0a3..c2bf26f2b7 100644 --- a/drivers/vdpa/ifc/ifcvf_vdpa.c +++ b/drivers/vdpa/ifc/i

[dpdk-dev] [PATCH] Enhance code readability when dma_map in ifc/ifcvp_vdpa

2021-09-26 Thread jilei chen
From: Jilei Chen Signed-off-by: Jilei Chen --- drivers/net/ifc/ifcvf_vdpa.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/net/ifc/ifcvf_vdpa.c b/drivers/net/ifc/ifcvf_vdpa.c index da4667ba54..fe7ec87a8a 100644 --- a/drivers/net/ifc/ifcvf_vdpa.c +++ b/dri