[dpdk-test-report] |FAILURE| pw42962[v4, 15/21] net/mlx5: remove useless arguments in hrxq API

sys_stv at intel.com sys_stv at intel.com
Thu Jul 12 11:41:37 CEST 2018


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

_apply issues_

Submitter: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>
Date: 2018-07-12 09:31:01
DPDK git baseline:
	Repo:dpdk-master, CommitID: ed3077c16557e40e1967bed146eed3023b6cea5f
	Repo:dpdk-next-eventdev, CommitID: 9131a10a60bdbf8cd19e0158c6e01648a1d25e23
	Repo:dpdk-next-net, CommitID: e5647516deae231db94b5488a6c3d48310ab619c
	Repo:dpdk-next-crypto, CommitID: 085253f14969998ced648ddc7f5fc08c3e44f73d
	Repo:dpdk-next-virtio, CommitID: 3afaf9bf05f701c170ffe90a6b3365bbb3738e9d

*Repo: dpdk-master
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
					     MLX5_RSS_HASH_KEY_LEN,
					     verbs->hash_fields,
					     (*flow->queue),
					     flow->rss.queue_num, 0, 0);
			if (!hrxq)
--
						     MLX5_RSS_HASH_KEY_LEN,
						     verbs->hash_fields,
						     (*flow->queue),
						     flow->rss.queue_num, 0, 0);
			if (!hrxq) {
				rte_flow_error_set
					(error, rte_errno,

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1875
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 1738 (offset -2 lines).
Hunk #2 succeeded at 1746 (offset -2 lines).
Hunk #3 succeeded at 1767 (offset -2 lines).
Hunk #4 succeeded at 1782 (offset -2 lines).
--
Hunk #6 succeeded at 1851 (offset -2 lines).
Hunk #7 succeeded at 1859 (offset -2 lines).
Hunk #8 succeeded at 1874 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 156 (offset -1 lines).
error: while searching for:
struct mlx5_hrxq *mlx5_hrxq_new(struct rte_eth_dev *dev,
				const uint8_t *rss_key, uint32_t rss_key_len,
				uint64_t hash_fields,
				const uint16_t *queues, uint32_t queues_n,
				uint32_t tunnel, uint32_t rss_level);
--
				uint32_t tunnel, uint32_t rss_level);
int mlx5_hrxq_release(struct rte_eth_dev *dev, struct mlx5_hrxq *hxrq);
int mlx5_hrxq_ibv_verify(struct rte_eth_dev *dev);
struct mlx5_hrxq *mlx5_hrxq_drop_new(struct rte_eth_dev *dev);

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:271
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
					     MLX5_RSS_HASH_KEY_LEN,
					     verbs->hash_fields,
					     (*flow->queue),
					     flow->rss.queue_num, 0, 0);
			if (!hrxq)
--
						     MLX5_RSS_HASH_KEY_LEN,
						     verbs->hash_fields,
						     (*flow->queue),
						     flow->rss.queue_num, 0, 0);
			if (!hrxq) {
				rte_flow_error_set
					(error, rte_errno,

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1875
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 1758 (offset 18 lines).
Hunk #2 succeeded at 1766 (offset 18 lines).
Hunk #3 succeeded at 1787 (offset 18 lines).
error: while searching for:
				.rx_hash_key = rss_key ?
					       (void *)(uintptr_t)rss_key :
					       rss_hash_default_key,
				.rx_hash_fields_mask = hash_fields |
					(tunnel && rss_level > 1 ?
--
		 &qp_init_attr);
#else
	qp = mlx5_glue->create_qp_ex
		(priv->ctx,

error: patch failed: drivers/net/mlx5/mlx5_rxq.c:1797
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
error: while searching for:
struct mlx5_hrxq *mlx5_hrxq_new(struct rte_eth_dev *dev,
				const uint8_t *rss_key, uint32_t rss_key_len,
				uint64_t hash_fields,
				const uint16_t *queues, uint32_t queues_n,
				uint32_t tunnel, uint32_t rss_level);
--
				uint32_t tunnel, uint32_t rss_level);
int mlx5_hrxq_release(struct rte_eth_dev *dev, struct mlx5_hrxq *hxrq);
int mlx5_hrxq_ibv_verify(struct rte_eth_dev *dev);
struct mlx5_hrxq *mlx5_hrxq_drop_new(struct rte_eth_dev *dev);

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:271
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
					     MLX5_RSS_HASH_KEY_LEN,
					     verbs->hash_fields,
					     (*flow->queue),
					     flow->rss.queue_num, 0, 0);
			if (!hrxq)
--
						     MLX5_RSS_HASH_KEY_LEN,
						     verbs->hash_fields,
						     (*flow->queue),
						     flow->rss.queue_num, 0, 0);
			if (!hrxq) {
				rte_flow_error_set
					(error, rte_errno,

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1875
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 1738 (offset -2 lines).
Hunk #2 succeeded at 1746 (offset -2 lines).
Hunk #3 succeeded at 1767 (offset -2 lines).
Hunk #4 succeeded at 1782 (offset -2 lines).
--
Hunk #6 succeeded at 1851 (offset -2 lines).
Hunk #7 succeeded at 1859 (offset -2 lines).
Hunk #8 succeeded at 1874 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 156 (offset -1 lines).
error: while searching for:
struct mlx5_hrxq *mlx5_hrxq_new(struct rte_eth_dev *dev,
				const uint8_t *rss_key, uint32_t rss_key_len,
				uint64_t hash_fields,
				const uint16_t *queues, uint32_t queues_n,
				uint32_t tunnel, uint32_t rss_level);
--
				uint32_t tunnel, uint32_t rss_level);
int mlx5_hrxq_release(struct rte_eth_dev *dev, struct mlx5_hrxq *hxrq);
int mlx5_hrxq_ibv_verify(struct rte_eth_dev *dev);
struct mlx5_hrxq *mlx5_hrxq_drop_new(struct rte_eth_dev *dev);

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:271
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
					     MLX5_RSS_HASH_KEY_LEN,
					     verbs->hash_fields,
					     (*flow->queue),
					     flow->rss.queue_num, 0, 0);
			if (!hrxq)
--
						     MLX5_RSS_HASH_KEY_LEN,
						     verbs->hash_fields,
						     (*flow->queue),
						     flow->rss.queue_num, 0, 0);
			if (!hrxq) {
				rte_flow_error_set
					(error, rte_errno,

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1875
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 1738 (offset -2 lines).
Hunk #2 succeeded at 1746 (offset -2 lines).
Hunk #3 succeeded at 1767 (offset -2 lines).
Hunk #4 succeeded at 1782 (offset -2 lines).
--
Hunk #6 succeeded at 1851 (offset -2 lines).
Hunk #7 succeeded at 1859 (offset -2 lines).
Hunk #8 succeeded at 1874 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 156 (offset -1 lines).
error: while searching for:
struct mlx5_hrxq *mlx5_hrxq_new(struct rte_eth_dev *dev,
				const uint8_t *rss_key, uint32_t rss_key_len,
				uint64_t hash_fields,
				const uint16_t *queues, uint32_t queues_n,
				uint32_t tunnel, uint32_t rss_level);
--
				uint32_t tunnel, uint32_t rss_level);
int mlx5_hrxq_release(struct rte_eth_dev *dev, struct mlx5_hrxq *hxrq);
int mlx5_hrxq_ibv_verify(struct rte_eth_dev *dev);
struct mlx5_hrxq *mlx5_hrxq_drop_new(struct rte_eth_dev *dev);

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:271
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
					     MLX5_RSS_HASH_KEY_LEN,
					     verbs->hash_fields,
					     (*flow->queue),
					     flow->rss.queue_num, 0, 0);
			if (!hrxq)
--
						     MLX5_RSS_HASH_KEY_LEN,
						     verbs->hash_fields,
						     (*flow->queue),
						     flow->rss.queue_num, 0, 0);
			if (!hrxq) {
				rte_flow_error_set
					(error, rte_errno,

error: patch failed: drivers/net/mlx5/mlx5_flow.c:1875
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #1 succeeded at 1738 (offset -2 lines).
Hunk #2 succeeded at 1746 (offset -2 lines).
Hunk #3 succeeded at 1767 (offset -2 lines).
Hunk #4 succeeded at 1782 (offset -2 lines).
--
Hunk #6 succeeded at 1851 (offset -2 lines).
Hunk #7 succeeded at 1859 (offset -2 lines).
Hunk #8 succeeded at 1874 (offset -2 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 156 (offset -1 lines).
error: while searching for:
struct mlx5_hrxq *mlx5_hrxq_new(struct rte_eth_dev *dev,
				const uint8_t *rss_key, uint32_t rss_key_len,
				uint64_t hash_fields,
				const uint16_t *queues, uint32_t queues_n,
				uint32_t tunnel, uint32_t rss_level);
--
				uint32_t tunnel, uint32_t rss_level);
int mlx5_hrxq_release(struct rte_eth_dev *dev, struct mlx5_hrxq *hxrq);
int mlx5_hrxq_ibv_verify(struct rte_eth_dev *dev);
struct mlx5_hrxq *mlx5_hrxq_drop_new(struct rte_eth_dev *dev);

error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:271
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply

DPDK STV team


More information about the test-report mailing list