[dpdk-test-report] |FAILURE| pw(72242) [v3, 11/14] examples/vdpa: use new wrappers instead of ops

sys_stv at intel.com sys_stv at intel.com
Sun Jun 28 18:02:46 CEST 2020


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/72242

_apply issues_

Submitter: Maxime Coquelin <maxime.coquelin at redhat.com>
Date: 2020-06-26 13:27:09
Reply_mail: 20200626132712.1437673-12-maxime.coquelin at redhat.com

DPDK git baseline:
	Repo:dpdk-next-virtio, CommitID: 4a756a8c2f9dbf1f43e2638028931331e2a617eb
	Repo:dpdk, CommitID: 6248368a9ae1eadf6b7fb05ab37497afdb714429


* Repo: dpdk-next-virtio
continue;
		if (vdev->ops->get_queue_num(vdev, &queue_num) < 0) {
			RTE_LOG(ERR, VDPA,
				"failed to get vdpa queue number "
				"for device %s.\n", dev->name);
			continue;
		}
		if (vdev->ops->get_features(vdev, &features) < 0) {
			RTE_LOG(ERR, VDPA,
				"failed to get vdpa features "
				"for device %s.\n", dev->name);

error: patch failed: examples/vdpa/main.c:301
error: examples/vdpa/main.c: patch does not apply

* Repo: dpdk
continue;
		if (vdev->ops->get_queue_num(vdev, &queue_num) < 0) {
			RTE_LOG(ERR, VDPA,
				"failed to get vdpa queue number "
				"for device %s.\n", dev->name);
			continue;
		}
		if (vdev->ops->get_features(vdev, &features) < 0) {
			RTE_LOG(ERR, VDPA,
				"failed to get vdpa features "
				"for device %s.\n", dev->name);

error: patch failed: examples/vdpa/main.c:301
error: examples/vdpa/main.c: patch does not apply
DPDK STV team


More information about the test-report mailing list