[dpdk-test-report] |FAILURE| pw37433[dpdk-dev, 7/7] net/sfc: convert to the advanced EFX RSS interface

sys_stv at intel.com sys_stv at intel.com
Thu May 10 10:13:20 CEST 2018


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

_apply issues_

Submitter: Andrew Rybchenko <arybchenko at solarflare.com>
Date: 2018-04-06 17:21:20
DPDK git baseline:
	Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc
	Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f
	Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571
	Repo:dpdk-next-crypto, CommitID: 728ca9b0d5abea82cd01dee6645456a9d56215f7
	Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689

*Repo: dpdk-master
Checking patch drivers/net/sfc/sfc.c...
error: while searching for:
};

static int
sfc_set_rss_defaults(struct sfc_adapter *sa)
{
	struct sfc_rss *rss = &sa->rss;
	int rc;

error: patch failed: drivers/net/sfc/sfc.c:578
error: drivers/net/sfc/sfc.c: patch does not apply
Checking patch drivers/net/sfc/sfc.h...
error: while searching for:
extern "C" {
#endif

/** RSS hash offloads mask */
#define SFC_RSS_OFFLOADS	(ETH_RSS_IP | ETH_RSS_TCP)

/*
 * +---------------+
 * | UNINITIALIZED |<-----------+

error: patch failed: drivers/net/sfc/sfc.h:27
error: drivers/net/sfc/sfc.h: patch does not apply
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
		dev_info->default_txconf.txq_flags |= ETH_TXQ_FLAGS_NOREFCOUNT;

	if (rss->context_type != EFX_RX_SCALE_UNAVAILABLE) {
		dev_info->reta_size = EFX_RSS_TBL_SIZE;
		dev_info->hash_key_size = EFX_RSS_KEY_SIZE;
		dev_info->flow_type_rss_offloads = SFC_RSS_OFFLOADS;
	}

	/* Initialize to hardware limits */

error: patch failed: drivers/net/sfc/sfc_ethdev.c:154
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
	struct sfc_rxq *rxq;
	unsigned int rxq_hw_index_min;
	unsigned int rxq_hw_index_max;
	uint64_t rss_hf;
	const uint8_t *rss_key;
	struct sfc_flow_rss *sfc_rss_conf = &flow->rss_conf;
	unsigned int i;

error: patch failed: drivers/net/sfc/sfc_flow.c:1268
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
	rte_free(rxq);
}

efx_rx_hash_type_t
sfc_rte_to_efx_hash_type(uint64_t rss_hf)
--
	return rss_hf;
}

static int

error: patch failed: drivers/net/sfc/sfc_rx.c:1132
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
				   unsigned int sw_index);
int sfc_rx_qdesc_done(struct sfc_dp_rxq *dp_rxq, unsigned int offset);

efx_rx_hash_type_t sfc_rte_to_efx_hash_type(uint64_t rss_hf);
uint64_t sfc_efx_to_rte_hash_type(efx_rx_hash_type_t efx_hash_types);

#ifdef __cplusplus
}

error: patch failed: drivers/net/sfc/sfc_rx.h:152
error: drivers/net/sfc/sfc_rx.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/sfc/sfc.c...
error: while searching for:
};

static int
sfc_set_rss_defaults(struct sfc_adapter *sa)
{
	struct sfc_rss *rss = &sa->rss;
	int rc;

error: patch failed: drivers/net/sfc/sfc.c:578
error: drivers/net/sfc/sfc.c: patch does not apply
Checking patch drivers/net/sfc/sfc.h...
error: while searching for:
extern "C" {
#endif

/** RSS hash offloads mask */
#define SFC_RSS_OFFLOADS	(ETH_RSS_IP | ETH_RSS_TCP)

/*
 * +---------------+
 * | UNINITIALIZED |<-----------+

error: patch failed: drivers/net/sfc/sfc.h:27
error: drivers/net/sfc/sfc.h: patch does not apply
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
		dev_info->default_txconf.txq_flags |= ETH_TXQ_FLAGS_NOREFCOUNT;

	if (rss->context_type != EFX_RX_SCALE_UNAVAILABLE) {
		dev_info->reta_size = EFX_RSS_TBL_SIZE;
		dev_info->hash_key_size = EFX_RSS_KEY_SIZE;
		dev_info->flow_type_rss_offloads = SFC_RSS_OFFLOADS;
	}

	/* Initialize to hardware limits */

error: patch failed: drivers/net/sfc/sfc_ethdev.c:154
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
	struct sfc_rxq *rxq;
	unsigned int rxq_hw_index_min;
	unsigned int rxq_hw_index_max;
	uint64_t rss_hf;
	const uint8_t *rss_key;
	struct sfc_flow_rss *sfc_rss_conf = &flow->rss_conf;
	unsigned int i;

error: patch failed: drivers/net/sfc/sfc_flow.c:1268
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
	rte_free(rxq);
}

efx_rx_hash_type_t
sfc_rte_to_efx_hash_type(uint64_t rss_hf)
--
	return rss_hf;
}

static int

error: patch failed: drivers/net/sfc/sfc_rx.c:1132
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
				   unsigned int sw_index);
int sfc_rx_qdesc_done(struct sfc_dp_rxq *dp_rxq, unsigned int offset);

efx_rx_hash_type_t sfc_rte_to_efx_hash_type(uint64_t rss_hf);
uint64_t sfc_efx_to_rte_hash_type(efx_rx_hash_type_t efx_hash_types);

#ifdef __cplusplus
}

error: patch failed: drivers/net/sfc/sfc_rx.h:152
error: drivers/net/sfc/sfc_rx.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/sfc/sfc.c...
error: while searching for:
};

static int
sfc_set_rss_defaults(struct sfc_adapter *sa)
{
	struct sfc_rss *rss = &sa->rss;
	int rc;

error: patch failed: drivers/net/sfc/sfc.c:578
error: drivers/net/sfc/sfc.c: patch does not apply
Checking patch drivers/net/sfc/sfc.h...
error: while searching for:
extern "C" {
#endif

/** RSS hash offloads mask */
#define SFC_RSS_OFFLOADS	(ETH_RSS_IP | ETH_RSS_TCP)

/*
 * +---------------+
 * | UNINITIALIZED |<-----------+

error: patch failed: drivers/net/sfc/sfc.h:27
error: drivers/net/sfc/sfc.h: patch does not apply
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
		dev_info->default_txconf.txq_flags |= ETH_TXQ_FLAGS_NOREFCOUNT;

	if (rss->context_type != EFX_RX_SCALE_UNAVAILABLE) {
		dev_info->reta_size = EFX_RSS_TBL_SIZE;
		dev_info->hash_key_size = EFX_RSS_KEY_SIZE;
		dev_info->flow_type_rss_offloads = SFC_RSS_OFFLOADS;
	}

	/* Initialize to hardware limits */

error: patch failed: drivers/net/sfc/sfc_ethdev.c:154
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
	struct sfc_rxq *rxq;
	unsigned int rxq_hw_index_min;
	unsigned int rxq_hw_index_max;
	uint64_t rss_hf;
	const uint8_t *rss_key;
	struct sfc_flow_rss *sfc_rss_conf = &flow->rss_conf;
	unsigned int i;

error: patch failed: drivers/net/sfc/sfc_flow.c:1268
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
	rte_free(rxq);
}

efx_rx_hash_type_t
sfc_rte_to_efx_hash_type(uint64_t rss_hf)
--
	return rss_hf;
}

static int

error: patch failed: drivers/net/sfc/sfc_rx.c:1132
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
				   unsigned int sw_index);
int sfc_rx_qdesc_done(struct sfc_dp_rxq *dp_rxq, unsigned int offset);

efx_rx_hash_type_t sfc_rte_to_efx_hash_type(uint64_t rss_hf);
uint64_t sfc_efx_to_rte_hash_type(efx_rx_hash_type_t efx_hash_types);

#ifdef __cplusplus
}

error: patch failed: drivers/net/sfc/sfc_rx.h:152
error: drivers/net/sfc/sfc_rx.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/sfc/sfc.c...
error: while searching for:
};

static int
sfc_set_rss_defaults(struct sfc_adapter *sa)
{
	struct sfc_rss *rss = &sa->rss;
	int rc;

error: patch failed: drivers/net/sfc/sfc.c:578
error: drivers/net/sfc/sfc.c: patch does not apply
Checking patch drivers/net/sfc/sfc.h...
error: while searching for:
extern "C" {
#endif

/** RSS hash offloads mask */
#define SFC_RSS_OFFLOADS	(ETH_RSS_IP | ETH_RSS_TCP)

/*
 * +---------------+
 * | UNINITIALIZED |<-----------+

error: patch failed: drivers/net/sfc/sfc.h:27
error: drivers/net/sfc/sfc.h: patch does not apply
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
		dev_info->default_txconf.txq_flags |= ETH_TXQ_FLAGS_NOREFCOUNT;

	if (rss->context_type != EFX_RX_SCALE_UNAVAILABLE) {
		dev_info->reta_size = EFX_RSS_TBL_SIZE;
		dev_info->hash_key_size = EFX_RSS_KEY_SIZE;
		dev_info->flow_type_rss_offloads = SFC_RSS_OFFLOADS;
	}

	/* Initialize to hardware limits */

error: patch failed: drivers/net/sfc/sfc_ethdev.c:154
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
	struct sfc_rxq *rxq;
	unsigned int rxq_hw_index_min;
	unsigned int rxq_hw_index_max;
	uint64_t rss_hf;
	const uint8_t *rss_key;
	struct sfc_flow_rss *sfc_rss_conf = &flow->rss_conf;
	unsigned int i;

error: patch failed: drivers/net/sfc/sfc_flow.c:1268
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
	rte_free(rxq);
}

efx_rx_hash_type_t
sfc_rte_to_efx_hash_type(uint64_t rss_hf)
--
	return rss_hf;
}

static int

error: patch failed: drivers/net/sfc/sfc_rx.c:1132
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
				   unsigned int sw_index);
int sfc_rx_qdesc_done(struct sfc_dp_rxq *dp_rxq, unsigned int offset);

efx_rx_hash_type_t sfc_rte_to_efx_hash_type(uint64_t rss_hf);
uint64_t sfc_efx_to_rte_hash_type(efx_rx_hash_type_t efx_hash_types);

#ifdef __cplusplus
}

error: patch failed: drivers/net/sfc/sfc_rx.h:152
error: drivers/net/sfc/sfc_rx.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/sfc/sfc.c...
error: while searching for:
};

static int
sfc_set_rss_defaults(struct sfc_adapter *sa)
{
	struct sfc_rss *rss = &sa->rss;
	int rc;

error: patch failed: drivers/net/sfc/sfc.c:578
error: drivers/net/sfc/sfc.c: patch does not apply
Checking patch drivers/net/sfc/sfc.h...
error: while searching for:
extern "C" {
#endif

/** RSS hash offloads mask */
#define SFC_RSS_OFFLOADS	(ETH_RSS_IP | ETH_RSS_TCP)

/*
 * +---------------+
 * | UNINITIALIZED |<-----------+

error: patch failed: drivers/net/sfc/sfc.h:27
error: drivers/net/sfc/sfc.h: patch does not apply
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
		dev_info->default_txconf.txq_flags |= ETH_TXQ_FLAGS_NOREFCOUNT;

	if (rss->context_type != EFX_RX_SCALE_UNAVAILABLE) {
		dev_info->reta_size = EFX_RSS_TBL_SIZE;
		dev_info->hash_key_size = EFX_RSS_KEY_SIZE;
		dev_info->flow_type_rss_offloads = SFC_RSS_OFFLOADS;
	}

	/* Initialize to hardware limits */

error: patch failed: drivers/net/sfc/sfc_ethdev.c:154
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_flow.c...
error: while searching for:
	struct sfc_rxq *rxq;
	unsigned int rxq_hw_index_min;
	unsigned int rxq_hw_index_max;
	uint64_t rss_hf;
	const uint8_t *rss_key;
	struct sfc_flow_rss *sfc_rss_conf = &flow->rss_conf;
	unsigned int i;

error: patch failed: drivers/net/sfc/sfc_flow.c:1268
error: drivers/net/sfc/sfc_flow.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
	rte_free(rxq);
}

efx_rx_hash_type_t
sfc_rte_to_efx_hash_type(uint64_t rss_hf)
--
	return rss_hf;
}

static int

error: patch failed: drivers/net/sfc/sfc_rx.c:1132
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
				   unsigned int sw_index);
int sfc_rx_qdesc_done(struct sfc_dp_rxq *dp_rxq, unsigned int offset);

efx_rx_hash_type_t sfc_rte_to_efx_hash_type(uint64_t rss_hf);
uint64_t sfc_efx_to_rte_hash_type(efx_rx_hash_type_t efx_hash_types);

#ifdef __cplusplus
}

error: patch failed: drivers/net/sfc/sfc_rx.h:152
error: drivers/net/sfc/sfc_rx.h: patch does not apply

DPDK STV team


More information about the test-report mailing list