Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/69590 _apply issues_ Submitter: Yu, Jin Date: 2020-04-30 17:20:08 Reply_mail: 20200430172008.52657-1-jin.yu@intel.com DPDK git baseline: Repo:dpdk-next-virtio, CommitID: a36d37d0ef293e216ba875c9d5747a3fe808f8ed Repo:dpdk, CommitID: 67d376e7fe7d4e4149d3591ed94cba33206e8cd2 *Repo: dpdk-next-virtio for (i = 0; i < task->iovs_cnt; i++) { if (task->dxfer_dir == BLK_DIR_TO_DEV) memcpy(bdev->data + offset, task->iovs[i].iov_base, task->iovs[i].iov_len); error: patch failed: examples/vhost_blk/blk.c:50 error: examples/vhost_blk/blk.c: patch does not apply Checking patch examples/vhost_blk/vhost_blk.c... error: while searching for: #define MAX_TASK 12 -- static int g_should_stop = -1; struct vhost_blk_ctrlr * vhost_blk_ctrlr_find(const char *ctrlr_name) error: patch failed: examples/vhost_blk/vhost_blk.c:26 error: examples/vhost_blk/vhost_blk.c: patch does not apply Checking patch examples/vhost_blk/vhost_blk.h... error: while searching for: #endif -- bool used_wrap_counter; }; #define NUM_OF_BLK_QUEUES 1 error: patch failed: examples/vhost_blk/vhost_blk.h:30 error: examples/vhost_blk/vhost_blk.h: patch does not apply *Repo: dpdk static int g_should_stop = -1; struct vhost_blk_ctrlr * vhost_blk_ctrlr_find(const char *ctrlr_name) error: patch failed: examples/vhost_blk/vhost_blk.c:26 error: examples/vhost_blk/vhost_blk.c: patch does not apply Checking patch examples/vhost_blk/vhost_blk.h... error: while searching for: #define min(a, b) (((a) < (b)) ? (a) : (b)) -- struct vhost_blk_queue queues[NUM_OF_BLK_QUEUES]; /** Unique name for this block device. */ char name[64]; error: patch failed: examples/vhost_blk/vhost_blk.h:43 error: examples/vhost_blk/vhost_blk.h: patch does not apply DPDK STV team