* [dpdk-test-report] |FAILURE| pw62526[v2, 1/1] net/octeontx2: add SDP interface support
@ 2019-11-08 1:11 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2019-11-08 1:11 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 4714 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/62526
_apply issues_
Submitter: Subrahmanyam Nilla <snilla@marvell.com>
Date: 2019-11-06 09:27:34
Reply_mail: 20191106092734.30427-1-snilla@marvell.com
DPDK git baseline:
Repo:dpdk-next-net-mrvl, CommitID: feba77e2fb797b4ddbe898b031aaf8d305f71c16
Repo:dpdk, CommitID: 9a643edb2b74c5993465089aa23178cd9ad612cc
*Repo: dpdk-next-net-mrvl
#define PCI_DEVID_OCTEONTX2_DPI_VF 0xA081
/* Subsystem Device ID */
#define PCI_SUBSYS_DEVID_96XX_95XX 0xB200
error: patch failed: drivers/common/octeontx2/otx2_common.h:121
error: drivers/common/octeontx2/otx2_common.h: patch does not apply
Checking patch drivers/common/octeontx2/otx2_dev.c...
error: while searching for:
case PCI_DEVID_OCTEONTX2_RVU_CPT_VF:
case PCI_DEVID_OCTEONTX2_RVU_AF_VF:
case PCI_DEVID_OCTEONTX2_RVU_VF:
dev->hwcap |= OTX2_HWCAP_F_VF;
break;
}
error: patch failed: drivers/common/octeontx2/otx2_dev.c:885
error: drivers/common/octeontx2/otx2_dev.c: patch does not apply
Checking patch drivers/common/octeontx2/otx2_dev.h...
error: while searching for:
#define otx2_dev_is_lbk(dev) ((dev->hwcap & OTX2_HWCAP_F_VF) && \
(dev->tx_chan_base < 0x700))
#define otx2_dev_revid(dev) (dev->hwcap & 0xFF)
#define otx2_dev_is_A0(dev) \
((RVU_PCI_REV_MAJOR(otx2_dev_revid(dev)) == 0x0) && \
error: patch failed: drivers/common/octeontx2/otx2_dev.h:19
error: drivers/common/octeontx2/otx2_dev.h: patch does not apply
Checking patch drivers/net/octeontx2/otx2_ethdev.c...
error: while searching for:
{
struct otx2_mbox *mbox = dev->mbox;
--
if (otx2_dev_is_vf(dev))
return 0;
otx2_mbox_alloc_msg_cgx_start_rxtx(mbox);
error: patch failed: drivers/net/octeontx2/otx2_ethdev.c:144
error: drivers/net/octeontx2/otx2_ethdev.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_ethdev.h...
error: while searching for:
uint64_t clk_delta;
bool mc_tbl_set;
struct otx2_nix_mc_filter_tbl mc_fltr_tbl;
} __rte_cache_aligned;
struct otx2_eth_txq {
error: patch failed: drivers/net/octeontx2/otx2_ethdev.h:321
error: drivers/net/octeontx2/otx2_ethdev.h: patch does not apply
Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c...
error: while searching for:
req = otx2_mbox_alloc_msg_nix_set_hw_frs(mbox);
req->update_smq = true;
/* FRS HW config should exclude FCS but include NPC VTAG insert size */
req->maxlen = frame_size - RTE_ETHER_CRC_LEN + NIX_MAX_VTAG_ACT_SIZE;
error: patch failed: drivers/net/octeontx2/otx2_ethdev_ops.c:36
error: drivers/net/octeontx2/otx2_ethdev_ops.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_flow_ctrl.c...
error: while searching for:
struct nix_bp_cfg_rsp *rsp;
int rc;
if (enb) {
req = otx2_mbox_alloc_msg_nix_bp_enable(mbox);
req->chan_base = 0;
error: patch failed: drivers/net/octeontx2/otx2_flow_ctrl.c:14
error: drivers/net/octeontx2/otx2_flow_ctrl.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_link.c...
error: while searching for:
RTE_SET_USED(wait_to_complete);
--
if (otx2_dev_is_lbk(dev))
return 0;
otx2_mbox_alloc_msg_cgx_get_linkinfo(mbox);
error: patch failed: drivers/net/octeontx2/otx2_link.c:93
error: drivers/net/octeontx2/otx2_link.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_mac.c...
error: while searching for:
struct otx2_mbox *mbox = dev->mbox;
int rc;
--
if (otx2_dev_is_vf(dev))
return -ENOTSUP;
if (otx2_dev_active_vfs(dev))
error: patch failed: drivers/net/octeontx2/otx2_mac.c:15
error: drivers/net/octeontx2/otx2_mac.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_ptp.c...
error: while searching for:
struct otx2_mbox *mbox = dev->mbox;
uint8_t rc = -EINVAL;
--
if (otx2_dev_is_vf(dev))
return rc;
if (en) {
error: patch failed: drivers/net/octeontx2/otx2_ptp.c:104
error: drivers/net/octeontx2/otx2_ptp.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_tm.c...
Hunk #1 succeeded at 379 (offset -31 lines).
error: while searching for:
else
--
req->num_regs++;
if (pir.rate && pir.burst) {
*reg++ = NIX_AF_TL2X_PIR(schq);
*regval++ = shaper2regval(&pir) | 1;
error: patch failed: drivers/net/octeontx2/otx2_tm.c:465
error: drivers/net/octeontx2/otx2_tm.c: patch does not apply
*Repo: dpdk
if (otx2_dev_is_lbk(dev))
return 0;
memset(&fc_conf, 0, sizeof(struct rte_eth_fc_conf));
error: patch failed: drivers/net/octeontx2/otx2_flow_ctrl.c:199
error: drivers/net/octeontx2/otx2_flow_ctrl.c: patch does not apply
Checking patch drivers/net/octeontx2/otx2_link.c...
Checking patch drivers/net/octeontx2/otx2_mac.c...
Checking patch drivers/net/octeontx2/otx2_ptp.c...
Checking patch drivers/net/octeontx2/otx2_tm.c...
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-08 1:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 1:11 [dpdk-test-report] |FAILURE| pw62526[v2, 1/1] net/octeontx2: add SDP interface support 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).