From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw56310common/octeontx2: add CNF95xx SoC support
Date: 17 Jul 2019 01:18:38 -0700 [thread overview]
Message-ID: <ee68f5$7foqs7@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2602 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/56310
_apply issues_
Submitter: Nithin Dabilpuram <ndabilpuram@marvell.com>
Date: 2019-07-10 17:01:42
Reply_mail: 20190710170142.142517-1-ndabilpuram@marvell.com
DPDK git baseline:
Repo:dpdk, CommitID: 135393d4560bcffaa3fe0b739d26591565a320a2
*Repo: dpdk
/* IO Access */
#define otx2_read64(addr) rte_read64_relaxed((void *)(addr))
#define otx2_write64(val, addr) rte_write64_relaxed((val), (void *)(addr))
error: patch failed: drivers/common/octeontx2/otx2_common.h:108
error: drivers/common/octeontx2/otx2_common.h: patch does not apply
Checking patch drivers/common/octeontx2/otx2_dev.c...
error: while searching for:
}
--
dev->hwcap |= OTX2_HWCAP_F_A0;
}
static void
error: patch failed: drivers/common/octeontx2/otx2_dev.c:876
error: drivers/common/octeontx2/otx2_dev.c: patch does not apply
Checking patch drivers/common/octeontx2/otx2_dev.h...
error: while searching for:
#include "otx2_mempool.h"
--
#define otx2_dev_is_A0(dev) (dev->hwcap & OTX2_HWCAP_F_A0)
struct otx2_dev;
error: patch failed: drivers/common/octeontx2/otx2_dev.h:13
error: drivers/common/octeontx2/otx2_dev.h: patch does not apply
Checking patch drivers/event/octeontx2/otx2_evdev.c...
Checking patch drivers/mempool/octeontx2/otx2_mempool.c...
Checking patch drivers/net/octeontx2/otx2_ethdev.c...
error: while searching for:
--
if (otx2_dev_is_A0(dev) &&
(txmode->offloads & DEV_TX_OFFLOAD_SCTP_CKSUM) &&
((txmode->offloads & DEV_TX_OFFLOAD_OUTER_IPV4_CKSUM) ||
(txmode->offloads & DEV_TX_OFFLOAD_OUTER_UDP_CKSUM))) {
error: patch failed: drivers/net/octeontx2/otx2_ethdev.c:1235
error: drivers/net/octeontx2/otx2_ethdev.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_flow_ctrl.c...
error: while searching for:
/* Check if TX pause frame is already enabled or not */
if (fc->tx_pause ^ tx_pause) {
if (otx2_dev_is_A0(dev) && eth_dev->data->dev_started) {
/* on A0, CQ should be in disabled state
* while setting flow control configuration.
*/
otx2_info("Stop the port=%d for setting flow control\n",
error: patch failed: drivers/net/octeontx2/otx2_flow_ctrl.c:162
error: drivers/net/octeontx2/otx2_flow_ctrl.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_tm.c...
error: while searching for:
nix_tm_have_tl1_access(struct otx2_eth_dev *dev)
{
--
return otx2_dev_is_pf(dev) && !otx2_dev_is_A0(dev) &&
!is_lbk && !dev->maxvf;
}
error: patch failed: drivers/net/octeontx2/otx2_tm.c:59
error: drivers/net/octeontx2/otx2_tm.c: patch does not apply
DPDK STV team
next reply other threads:[~2019-07-17 8:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 8:18 sys_stv [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-07-11 9:26 sys_stv
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ee68f5$7foqs7@orsmga001.jf.intel.com' \
--to=sys_stv@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).