From c7886c5d50782b9653ab41772fb93cff0c0ad9da Mon Sep 17 00:00:00 2001 From: wuzhouhui Date: Sun, 10 Mar 2019 11:35:46 +0800 Subject: [PATCH] vcl: update buf if whole buf cannot be done at once Change-Id: I0d56d2cee012b46da848362f322d6f246f8bf4c2 Signed-off-by: wuzhouhui --- src/vcl/vcl_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vcl/vcl_test.h b/src/vcl/vcl_test.h index 638d519d95c..cb38f291cfb 100644 --- a/src/vcl/vcl_test.h +++ b/src/vcl/vcl_test.h @@ -509,6 +509,7 @@ vcl_test_write (int fd, uint8_t * buf, uint32_t nbytes, if (tx_bytes != nbytes) { nbytes_left = nbytes_left - rv; + buf += rv; if (stats) stats->tx_incomp++; } -- 2.16.6