Re: [dpdk-dev] [PATCH] [v3] vdpa/ifc: increase readability in function
From: Ferruh Yigit <hidden>
Date: 2021-09-30 17:24:56
From: Ferruh Yigit <hidden>
Date: 2021-09-30 17:24:56
On 9/28/2021 3:22 AM, Wang, Xiao W wrote:
Hi,quoted
-----Original Message----- From: jilei chen <redacted> Sent: Monday, September 27, 2021 6:18 PM To: Wang, Xiao W <redacted> Cc: dev@dpdk.org Subject: [PATCH] [v3] vdpa/ifc: increase readability in function Use bool type for function's switch parameter, this could avoid passing "1" or "0" which is not reader friendly. Signed-off-by: jilei chen <redacted>>Acked-by: Xiao Wang <redacted>
Applied to dpdk-next-net/main, thanks.