automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw65903net/sfc: fix log format specifiers
@ 2020-02-24 20:37 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-02-24 20:37 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Ferruh Yigit <ferruh.yigit@intel.com>
Date: 2020-02-19 14:04:57
Reply_mail: 20200219140457.4043282-1-ferruh.yigit@intel.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
	Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240

*Repo: dpdk-next-net
sfc_log_init(sa, "name=%s id=%u len=%lu socket_id=%d",
		     name, id, len, socket_id);

	mz = rte_eth_dma_zone_reserve(sa->eth_dev, name, id, len,

error: patch failed: drivers/net/sfc/sfc.c:30
error: drivers/net/sfc/sfc.c: patch does not apply
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:

	if ((rss_conf->rss_key != NULL) &&
--
		sfc_err(sa, "RSS key size is wrong (should be %lu)",
			sizeof(rss->key));
		return -EINVAL;
	}

error: patch failed: drivers/net/sfc/sfc_ethdev.c:1520
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:

	if (conf->rss_key != NULL) {
--
			sfc_err(sa, "RSS key size is wrong (should be %lu)",
				sizeof(rss->key));
			return EINVAL;
		}

error: patch failed: drivers/net/sfc/sfc_rx.c:1403
error: drivers/net/sfc/sfc_rx.c: patch does not apply
*Repo: dpdk
sfc_log_init(sa, "name=%s id=%u len=%lu socket_id=%d",
		     name, id, len, socket_id);

	mz = rte_eth_dma_zone_reserve(sa->eth_dev, name, id, len,

error: patch failed: drivers/net/sfc/sfc.c:30
error: drivers/net/sfc/sfc.c: patch does not apply
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:

	if ((rss_conf->rss_key != NULL) &&
--
		sfc_err(sa, "RSS key size is wrong (should be %lu)",
			sizeof(rss->key));
		return -EINVAL;
	}

error: patch failed: drivers/net/sfc/sfc_ethdev.c:1520
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:

	if (conf->rss_key != NULL) {
--
			sfc_err(sa, "RSS key size is wrong (should be %lu)",
				sizeof(rss->key));
			return EINVAL;
		}

error: patch failed: drivers/net/sfc/sfc_rx.c:1403
error: drivers/net/sfc/sfc_rx.c: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-24 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 20:37 [dpdk-test-report] |FAILURE| pw65903net/sfc: fix log format specifiers 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).