Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/95278 _apply patch failure_ Submitter: Xuan Ding Date: Monday, July 05 2021 08:40:26 Applied on: CommitID:4e048b8667fc80c29e27346ebffe7cbf7cf41ebc Apply patch set 95278-95279 failed: Skipped patch 'doc/guides/sample_app_ug/vhost.rst'. Checking patch examples/vhost/main.c... error: while searching for: } break; case OPT_CLIENT_NUM: client_mode = 1; break; error: patch failed: examples/vhost/main.c:679 Hunk #6 succeeded at 1728 (offset -71 lines). Applying patch examples/vhost/main.c with 1 reject... Hunk #1 applied cleanly. Hunk #2 applied cleanly. Hunk #3 applied cleanly. Hunk #4 applied cleanly. Rejected hunk #5. Hunk #6 applied cleanly. diff a/examples/vhost/main.c b/examples/vhost/main.c (rejected hunks) @@ -679,6 +686,10 @@ us_vhost_parse_args(int argc, char **argv) } break; + case OPT_DMA_VFIO_NUM: + dma_use_vfio = 1; + break; + case OPT_CLIENT_NUM: client_mode = 1; break; https://lab.dpdk.org/results/dashboard/patchsets/17643/ UNH-IOL DPDK Community Lab