[dpdk-test-report] |FAILURE| pw56310common/octeontx2: add CNF95xx SoC support
sys_stv at intel.com
sys_stv at intel.com
Wed Jul 17 10:18:38 CEST 2019
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/56310
_apply issues_
Submitter: Nithin Dabilpuram <ndabilpuram at marvell.com>
Date: 2019-07-10 17:01:42
Reply_mail: 20190710170142.142517-1-ndabilpuram at 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
More information about the test-report
mailing list