From 188cd00c520855615331d35c087a22215767b8fb Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 27 May 2022 19:06:31 +0100 Subject: re-work SGL API (#675) Harmonize and rename the vfu_*sg() APIs to better reflect their functionality: in our case, there is no mapping happening as part of these calls, they are merely housekeeping for range splitting, dirty tracking, and so on. Signed-off-by: John Levon Reviewed-by: Thanos Makatos --- samples/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/client.c') diff --git a/samples/client.c b/samples/client.c index 38da81d..da211b8 100644 --- a/samples/client.c +++ b/samples/client.c @@ -51,7 +51,7 @@ #define CLIENT_MAX_FDS (32) -/* This is low, so we get testing of vfu_dma_read/write() chunking. */ +/* This is low, so we get testing of vfu_sgl_read/write() chunking. */ #define CLIENT_MAX_DATA_XFER_SIZE (1024) static char const *irq_to_str[] = { -- cgit v1.1