automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw37498[dpdk-dev, 2/8] bus/fslmc: support scanning and probing of QDMA devices
@ 2018-07-06  6:51 sys_stv
  0 siblings, 0 replies; 5+ messages in thread
From: sys_stv @ 2018-07-06  6:51 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 5999 bytes --]

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

_apply issues_

Submitter: Nipun Gupta <nipun.gupta@nxp.com>
Date: 2018-04-07 15:16:58
DPDK git baseline:
	Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
	Repo:dpdk-next-eventdev, CommitID: aa9cbfc8cd1cae3e91e4741edc2aaf3d08056a39
	Repo:dpdk-next-net, CommitID: 0b8b92e38cd55c68e4dc49dd597f62327798ec74
	Repo:dpdk-next-crypto, CommitID: a5203e08a5e9b6ee9ffbbf4c150b7776de833b08
	Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a

*Repo: dpdk-master
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-test-report]  |FAILURE| pw37498[dpdk-dev, 2/8] bus/fslmc: support scanning and probing of QDMA devices
@ 2018-07-06  7:51 sys_stv
  0 siblings, 0 replies; 5+ messages in thread
From: sys_stv @ 2018-07-06  7:51 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 5999 bytes --]

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

_apply issues_

Submitter: Nipun Gupta <nipun.gupta@nxp.com>
Date: 2018-04-07 15:16:58
DPDK git baseline:
	Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
	Repo:dpdk-next-eventdev, CommitID: aa9cbfc8cd1cae3e91e4741edc2aaf3d08056a39
	Repo:dpdk-next-net, CommitID: 0b8b92e38cd55c68e4dc49dd597f62327798ec74
	Repo:dpdk-next-crypto, CommitID: a5203e08a5e9b6ee9ffbbf4c150b7776de833b08
	Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a

*Repo: dpdk-master
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-test-report]  |FAILURE| pw37498[dpdk-dev, 2/8] bus/fslmc: support scanning and probing of QDMA devices
@ 2018-07-05  8:39 sys_stv
  0 siblings, 0 replies; 5+ messages in thread
From: sys_stv @ 2018-07-05  8:39 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 5999 bytes --]

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

_apply issues_

Submitter: Nipun Gupta <nipun.gupta@nxp.com>
Date: 2018-04-07 15:16:58
DPDK git baseline:
	Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
	Repo:dpdk-next-eventdev, CommitID: aa9cbfc8cd1cae3e91e4741edc2aaf3d08056a39
	Repo:dpdk-next-net, CommitID: 0b8b92e38cd55c68e4dc49dd597f62327798ec74
	Repo:dpdk-next-crypto, CommitID: a5203e08a5e9b6ee9ffbbf4c150b7776de833b08
	Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a

*Repo: dpdk-master
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/bus/fslmc/fslmc_bus.c...
error: while searching for:
		dev->dev_type = DPAA2_CI;
	else if (!strncmp("dpmcp", t_ptr, 5))
		dev->dev_type = DPAA2_MPORTAL;
	else
		dev->dev_type = DPAA2_UNKNOWN;


error: patch failed: drivers/bus/fslmc/fslmc_bus.c:164
error: drivers/bus/fslmc/fslmc_bus.c: patch does not apply
Checking patch drivers/bus/fslmc/fslmc_vfio.c...
error: while searching for:
		switch (dev->dev_type) {
		case DPAA2_ETH:
		case DPAA2_CRYPTO:
			ret = fslmc_process_iodevices(dev);
			if (ret) {
				DPAA2_BUS_DEBUG("Dev (%s) init failed",

error: patch failed: drivers/bus/fslmc/fslmc_vfio.c:554
error: drivers/bus/fslmc/fslmc_vfio.c: patch does not apply
Checking patch drivers/bus/fslmc/rte_fslmc.h...
error: while searching for:
	DPAA2_IO,	/**< DPIO type device */
	DPAA2_CI,	/**< DPCI type device */
	DPAA2_MPORTAL,  /**< DPMCP type device */
	/* Unknown device placeholder */
	DPAA2_UNKNOWN,
	DPAA2_DEVTYPE_MAX,

error: patch failed: drivers/bus/fslmc/rte_fslmc.h:61
error: drivers/bus/fslmc/rte_fslmc.h: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-test-report]  |FAILURE| pw37498[dpdk-dev, 2/8] bus/fslmc: support scanning and probing of QDMA devices
@ 2018-07-05  8:32 sys_stv
  0 siblings, 0 replies; 5+ messages in thread
From: sys_stv @ 2018-07-05  8:32 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

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

_apply issues_

Submitter: Nipun Gupta <nipun.gupta@nxp.com>
Date: 2018-04-07 15:16:58
DPDK git baseline:
	
	
	
	
	

Apply patchset failed, the failed patch is:                    http://dpdk.org/patch/37200

DPDK STV team

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-test-report]  |FAILURE| pw37498[dpdk-dev, 2/8] bus/fslmc: support scanning and probing of QDMA devices
@ 2018-04-19  5:32 sys_stv
  0 siblings, 0 replies; 5+ messages in thread
From: sys_stv @ 2018-04-19  5:32 UTC (permalink / raw)
  To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

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

_apply issues_

Submitter: Nipun Gupta <nipun.gupta@nxp.com>
Date: 2018-04-07 15:16:58
DPDK git baseline:
	

	

	

	

	

*Repo: dpdk-master

*Repo: dpdk-next-eventdev

*Repo: dpdk-next-net

*Repo: dpdk-next-crypto

*Repo: dpdk-next-virtio


DPDK STV team

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-06  7:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06  6:51 [dpdk-test-report] |FAILURE| pw37498[dpdk-dev, 2/8] bus/fslmc: support scanning and probing of QDMA devices sys_stv
  -- strict thread matches above, loose matches on Subject: below --
2018-07-06  7:51 sys_stv
2018-07-05  8:39 sys_stv
2018-07-05  8:32 sys_stv
2018-04-19  5:32 sys_stv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).