From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw55663[v2, 10/10] enforce __rte_experimental at the start of symbol declarations
Date: 29 Jun 2019 15:05:21 -0700 [thread overview]
Message-ID: <ee68f5$7b2q8m@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 23091 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/55663
_apply issues_
Submitter: David Marchand <david.marchand@redhat.com>
Date: 2019-06-29 11:58:53
Reply_mail: 1561809533-6545-11-git-send-email-david.marchand@redhat.com
DPDK git baseline:
Repo:dpdk, CommitID: 75b66decdbd52948721f5c286244dc1d29d71711
*Repo: dpdk
}
}
END {
exit ret;
error: patch failed: devtools/checkpatches.sh:96
error: devtools/checkpatches.sh: patch does not apply
Checking patch drivers/net/ixgbe/rte_pmd_ixgbe.h...
error: while searching for:
* - (-ENODEV) if *port* invalid.
* - (IXGBE_ERR_SWFW_SYNC) If sw/fw semaphore acquisition failed
*/
int __rte_experimental
rte_pmd_ixgbe_mdio_lock(uint16_t port);
/**
error: patch failed: drivers/net/ixgbe/rte_pmd_ixgbe.h:584
error: drivers/net/ixgbe/rte_pmd_ixgbe.h: patch does not apply
Checking patch drivers/net/softnic/rte_eth_softnic.h...
error: while searching for:
* @return
* Zero on success, error code otherwise.
--
int __rte_experimental
rte_pmd_softnic_manage(uint16_t port_id);
#ifdef __cplusplus
error: patch failed: drivers/net/softnic/rte_eth_softnic.h:75
error: drivers/net/softnic/rte_eth_softnic.h: patch does not apply
Checking patch lib/librte_bbdev/rte_bbdev.h...
error: while searching for:
* @return
* The total number of usable devices.
--
uint16_t __rte_experimental
rte_bbdev_count(void);
/**
error: patch failed: lib/librte_bbdev/rte_bbdev.h:55
error: lib/librte_bbdev/rte_bbdev.h: patch does not apply
Checking patch lib/librte_bbdev/rte_bbdev_op.h...
error: while searching for:
* Operation type as string or NULL if op_type is invalid
*
--
const char* __rte_experimental
rte_bbdev_op_type_str(enum rte_bbdev_op_type op_type);
/**
error: patch failed: lib/librte_bbdev/rte_bbdev_op.h:461
error: lib/librte_bbdev/rte_bbdev_op.h: patch does not apply
Checking patch lib/librte_bbdev/rte_bbdev_pmd.h...
error: while searching for:
* @return
* - Slot in the rte_bbdev array for a new device;
--
struct rte_bbdev * __rte_experimental
rte_bbdev_allocate(const char *name);
/**
error: patch failed: lib/librte_bbdev/rte_bbdev_pmd.h:43
error: lib/librte_bbdev/rte_bbdev_pmd.h: patch does not apply
Checking patch lib/librte_bpf/rte_bpf.h...
error: while searching for:
* @param bpf
* BPF handle to destroy.
--
void __rte_experimental
rte_bpf_destroy(struct rte_bpf *bpf);
/**
error: patch failed: lib/librte_bpf/rte_bpf.h:113
error: lib/librte_bpf/rte_bpf.h: patch does not apply
Checking patch lib/librte_bpf/rte_bpf_ethdev.h...
error: while searching for:
* @param queue
* The identifier of the RX queue on the given port
--
void __rte_experimental
rte_bpf_eth_rx_unload(uint16_t port, uint16_t queue);
/**
error: patch failed: lib/librte_bpf/rte_bpf_ethdev.h:45
error: lib/librte_bpf/rte_bpf_ethdev.h: patch does not apply
Checking patch lib/librte_compressdev/rte_comp.h...
error: while searching for:
* - On success pointer to mempool
* - On failure NULL
--
struct rte_mempool * __rte_experimental
rte_comp_op_pool_create(const char *name,
unsigned int nb_elts, unsigned int cache_size,
uint16_t user_size, int socket_id);
error: patch failed: lib/librte_compressdev/rte_comp.h:420
error: lib/librte_compressdev/rte_comp.h: patch does not apply
Checking patch lib/librte_compressdev/rte_compressdev.h...
error: while searching for:
#define RTE_COMP_END_OF_CAPABILITIES_LIST() \
{ RTE_COMP_ALGO_UNSPECIFIED }
--
const struct rte_compressdev_capabilities * __rte_experimental
rte_compressdev_capability_get(uint8_t dev_id,
enum rte_comp_algorithm algo);
error: patch failed: lib/librte_compressdev/rte_compressdev.h:50
error: lib/librte_compressdev/rte_compressdev.h: patch does not apply
Checking patch lib/librte_compressdev/rte_compressdev_pmd.h...
error: while searching for:
* @return
* - The rte_compressdev structure pointer for the given device identifier.
--
struct rte_compressdev * __rte_experimental
rte_compressdev_pmd_get_named_dev(const char *name);
/**
error: patch failed: lib/librte_compressdev/rte_compressdev_pmd.h:59
error: lib/librte_compressdev/rte_compressdev_pmd.h: patch does not apply
Checking patch lib/librte_cryptodev/rte_cryptodev.h...
error: while searching for:
* - Return description of the asymmetric crypto capability if exist.
* - Return NULL if the capability not exist.
--
const struct rte_cryptodev_asymmetric_xform_capability * __rte_experimental
rte_cryptodev_asym_capability_get(uint8_t dev_id,
const struct rte_cryptodev_asym_capability_idx *idx);
error: patch failed: lib/librte_cryptodev/rte_cryptodev.h:230
error: lib/librte_cryptodev/rte_cryptodev.h: patch does not apply
Checking patch lib/librte_eal/common/include/arch/x86/rte_atomic_64.h...
error: while searching for:
};
} __rte_aligned(16) rte_int128_t;
--
static inline int __rte_experimental
rte_atomic128_cmp_exchange(rte_int128_t *dst,
rte_int128_t *exp,
const rte_int128_t *src,
error: patch failed: lib/librte_eal/common/include/arch/x86/rte_atomic_64.h:224
error: lib/librte_eal/common/include/arch/x86/rte_atomic_64.h: patch does not apply
Checking patch lib/librte_eal/common/include/generic/rte_atomic.h...
error: while searching for:
* @return
* Non-zero on success; 0 on failure.
--
static inline int __rte_experimental
rte_atomic128_cmp_exchange(rte_int128_t *dst,
rte_int128_t *exp,
const rte_int128_t *src,
error: patch failed: lib/librte_eal/common/include/generic/rte_atomic.h:1121
error: lib/librte_eal/common/include/generic/rte_atomic.h: patch does not apply
Checking patch lib/librte_eal/common/include/generic/rte_cycles.h...
error: while searching for:
* @param us
* Number of microseconds to wait.
--
void __rte_experimental
rte_delay_us_sleep(unsigned int us);
/**
error: patch failed: lib/librte_eal/common/include/generic/rte_cycles.h:165
error: lib/librte_eal/common/include/generic/rte_cycles.h: patch does not apply
Checking patch lib/librte_eal/common/include/generic/rte_rwlock.h...
error: while searching for:
* - -EBUSY if lock could not be acquired for reading because a
* writer holds the lock
--
static inline __rte_experimental int
rte_rwlock_read_trylock(rte_rwlock_t *rwl)
{
int32_t x;
error: patch failed: lib/librte_eal/common/include/generic/rte_rwlock.h:88
error: lib/librte_eal/common/include/generic/rte_rwlock.h: patch does not apply
Checking patch lib/librte_eal/common/include/generic/rte_ticketlock.h...
error: while searching for:
* @param tl
* A pointer to the ticketlock.
--
static inline __rte_experimental void
rte_ticketlock_init(rte_ticketlock_t *tl)
{
__atomic_store_n(&tl->tickets, 0, __ATOMIC_RELAXED);
error: patch failed: lib/librte_eal/common/include/generic/rte_ticketlock.h:48
error: lib/librte_eal/common/include/generic/rte_ticketlock.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_dev.h...
error: while searching for:
* - On success, zero.
* - On failure, a negative value.
--
int __rte_experimental
rte_dev_event_callback_register(const char *device_name,
rte_dev_event_cb_fn cb_fn,
void *cb_arg);
error: patch failed: lib/librte_eal/common/include/rte_dev.h:363
error: lib/librte_eal/common/include/rte_dev.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_eal.h...
error: while searching for:
* - 0 on success.
* - (<0) on failure.
--
int __rte_experimental
rte_mp_action_register(const char *name, rte_mp_t action);
/**
error: patch failed: lib/librte_eal/common/include/rte_eal.h:275
error: lib/librte_eal/common/include/rte_eal.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_fbarray.h...
error: while searching for:
* - 0 on success.
* - -1 on failure, with ``rte_errno`` indicating reason for failure.
--
int __rte_experimental
rte_fbarray_init(struct rte_fbarray *arr, const char *name, unsigned int len,
unsigned int elt_sz);
error: patch failed: lib/librte_eal/common/include/rte_fbarray.h:75
error: lib/librte_eal/common/include/rte_fbarray.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_interrupts.h...
error: while searching for:
* - On success, return the number of callback entities marked for remove.
* - On failure, a negative value.
--
int __rte_experimental
rte_intr_callback_unregister_pending(const struct rte_intr_handle *intr_handle,
rte_intr_callback_fn cb_fn, void *cb_arg,
rte_intr_unregister_callback_fn ucb_fn);
error: patch failed: lib/librte_eal/common/include/rte_interrupts.h:88
error: lib/librte_eal/common/include/rte_interrupts.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_lcore.h...
error: while searching for:
* @return
* The relative index, or -1 if not enabled.
--
__rte_experimental int
rte_lcore_to_cpu_id(int lcore_id);
/**
error: patch failed: lib/librte_eal/common/include/rte_lcore.h:183
error: lib/librte_eal/common/include/rte_lcore.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_malloc.h...
error: while searching for:
* align is not a power of two).
* - Otherwise, the pointer to the reallocated memory.
--
void * __rte_experimental
rte_realloc_socket(void *ptr, size_t size, unsigned int align, int socket);
/**
error: patch failed: lib/librte_eal/common/include/rte_malloc.h:153
error: lib/librte_eal/common/include/rte_malloc.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_memory.h...
error: while searching for:
* Virtual address corresponding to iova address (or NULL if address does not
* exist within DPDK memory map).
--
__rte_experimental void *
rte_mem_iova2virt(rte_iova_t iova);
/**
error: patch failed: lib/librte_eal/common/include/rte_memory.h:148
error: lib/librte_eal/common/include/rte_memory.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_random.h...
error: while searching for:
* @return
* A pseudo-random value between 0 and (upper_bound-1).
--
uint64_t __rte_experimental
rte_rand_max(uint64_t upper_bound);
#ifdef __cplusplus
error: patch failed: lib/librte_eal/common/include/rte_random.h:62
error: lib/librte_eal/common/include/rte_random.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_service.h...
error: while searching for:
* @retval 0 Service is not running on any lcore
* @retval -EINVAL Invalid service id
--
int32_t __rte_experimental
rte_service_may_be_active(uint32_t id);
/**
error: patch failed: lib/librte_eal/common/include/rte_service.h:178
error: lib/librte_eal/common/include/rte_service.h: patch does not apply
Checking patch lib/librte_ethdev/rte_ethdev.h...
error: while searching for:
* Next port id of the device, possibly port_id_start,
* RTE_MAX_ETHPORTS if there is none.
--
uint16_t __rte_experimental
rte_eth_find_next_of(uint16_t port_id_start,
const struct rte_device *parent);
error: patch failed: lib/librte_ethdev/rte_ethdev.h:1453
error: lib/librte_ethdev/rte_ethdev.h: patch does not apply
Checking patch lib/librte_ethdev/rte_ethdev_driver.h...
error: while searching for:
* @return
* Negative errno value on error, 0 on success.
--
int __rte_experimental
rte_eth_switch_domain_alloc(uint16_t *domain_id);
/**
error: patch failed: lib/librte_ethdev/rte_ethdev_driver.h:225
error: lib/librte_ethdev/rte_ethdev_driver.h: patch does not apply
Checking patch lib/librte_ethdev/rte_flow_driver.h...
error: while searching for:
*
* -E2BIG: graph-depth @p graph is too deep.
--
int __rte_experimental
rte_flow_expand_rss(struct rte_flow_expand_rss *buf, size_t size,
const struct rte_flow_item *pattern, uint64_t types,
const struct rte_flow_expand_node graph[],
error: patch failed: lib/librte_ethdev/rte_flow_driver.h:171
error: lib/librte_ethdev/rte_flow_driver.h: patch does not apply
Checking patch lib/librte_ethdev/rte_mtr.h...
error: while searching for:
* @return
* 0 on success, non-zero error code otherwise.
--
int __rte_experimental
rte_mtr_capabilities_get(uint16_t port_id,
struct rte_mtr_capabilities *cap,
struct rte_mtr_error *error);
error: patch failed: lib/librte_ethdev/rte_mtr.h:438
error: lib/librte_ethdev/rte_mtr.h: patch does not apply
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.h...
error: while searching for:
* - 0: Success, retrieved successfully.
* - <0: Error code on failure.
*/
int __rte_experimental
rte_event_eth_rx_adapter_stats_get(uint8_t id,
struct rte_event_eth_rx_adapter_stats *stats);
error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.h:413
error: lib/librte_eventdev/rte_event_eth_rx_adapter.h: patch does not apply
Checking patch lib/librte_flow_classify/rte_flow_classify.h...
error: while searching for:
* @return
* Handle to flow classifier instance on success or NULL otherwise
--
struct rte_flow_classifier * __rte_experimental
rte_flow_classifier_create(struct rte_flow_classifier_params *params);
/**
error: patch failed: lib/librte_flow_classify/rte_flow_classify.h:155
error: lib/librte_flow_classify/rte_flow_classify.h: patch does not apply
Checking patch lib/librte_hash/rte_hash.h...
error: while searching for:
* - 0 if freed successfully
* - -EINVAL if the parameters are invalid.
--
int __rte_experimental
rte_hash_free_key_with_position(const struct rte_hash *h,
const int32_t position);
error: patch failed: lib/librte_hash/rte_hash.h:366
error: lib/librte_hash/rte_hash.h: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag.h...
error: while searching for:
* @param tms
* Current timestamp
--
void __rte_experimental
rte_frag_table_del_expired_entries(struct rte_ip_frag_tbl *tbl,
struct rte_ip_frag_death_row *dr, uint64_t tms);
error: patch failed: lib/librte_ip_frag/rte_ip_frag.h:348
error: lib/librte_ip_frag/rte_ip_frag.h: patch does not apply
Checking patch lib/librte_ipsec/rte_ipsec.h...
error: while searching for:
* - Zero if operation completed successfully.
* - -EINVAL if the parameters are invalid.
--
int __rte_experimental
rte_ipsec_session_prepare(struct rte_ipsec_session *ss);
/**
error: patch failed: lib/librte_ipsec/rte_ipsec.h:84
error: lib/librte_ipsec/rte_ipsec.h: patch does not apply
Checking patch lib/librte_ipsec/rte_ipsec_group.h...
error: while searching for:
* @return
* The pointer to the related *rte_ipsec_session* structure.
--
static inline __rte_experimental struct rte_ipsec_session *
rte_ipsec_ses_from_crypto(const struct rte_crypto_op *cop)
{
const struct rte_security_session *ss;
error: patch failed: lib/librte_ipsec/rte_ipsec_group.h:42
error: lib/librte_ipsec/rte_ipsec_group.h: patch does not apply
Checking patch lib/librte_ipsec/rte_ipsec_sa.h...
error: while searching for:
* @return
* SA type value.
--
uint64_t __rte_experimental
rte_ipsec_sa_type(const struct rte_ipsec_sa *sa);
/**
error: patch failed: lib/librte_ipsec/rte_ipsec_sa.h:128
error: lib/librte_ipsec/rte_ipsec_sa.h: patch does not apply
Checking patch lib/librte_kni/rte_kni.h...
error: while searching for:
* Previous link state == linkdown: 0
* Previous link state == linkup: 1
--
int __rte_experimental
rte_kni_update_link(struct rte_kni *kni, unsigned int linkup);
/**
error: patch failed: lib/librte_kni/rte_kni.h:249
error: lib/librte_kni/rte_kni.h: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf.h...
error: while searching for:
* @return
* The pointer of the mbuf buffer.
--
static inline char * __rte_experimental
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
{
return (char *)mb + sizeof(*mb) + rte_pktmbuf_priv_size(mp);
error: patch failed: lib/librte_mbuf/rte_mbuf.h:866
error: lib/librte_mbuf/rte_mbuf.h: patch does not apply
Checking patch lib/librte_meter/rte_meter.h...
error: while searching for:
* @return
* 0 upon success, error code otherwise
--
int __rte_experimental
rte_meter_trtcm_rfc4115_profile_config(
struct rte_meter_trtcm_rfc4115_profile *p,
struct rte_meter_trtcm_rfc4115_params *params);
error: patch failed: lib/librte_meter/rte_meter.h:140
error: lib/librte_meter/rte_meter.h: patch does not apply
Checking patch lib/librte_net/rte_arp.h...
error: while searching for:
* @return
* - RARP packet pointer on success, or NULL on error
--
struct rte_mbuf * __rte_experimental
rte_net_make_rarp_packet(struct rte_mempool *mpool,
const struct rte_ether_addr *mac);
error: patch failed: lib/librte_net/rte_arp.h:63
error: lib/librte_net/rte_arp.h: patch does not apply
Checking patch lib/librte_net/rte_net.h...
error: while searching for:
* Protocol that follows IPv6 header.
* -1 if an error occurs during mbuf parsing.
--
int __rte_experimental
rte_net_skip_ip6_ext(uint16_t proto, const struct rte_mbuf *m, uint32_t *off,
int *frag);
error: patch failed: lib/librte_net/rte_net.h:51
error: lib/librte_net/rte_net.h: patch does not apply
Checking patch lib/librte_pipeline/rte_port_in_action.h...
error: while searching for:
* @return
* Input port action profile handle on success, NULL otherwise.
--
struct rte_port_in_action_profile * __rte_experimental
rte_port_in_action_profile_create(uint32_t socket_id);
/**
error: patch failed: lib/librte_pipeline/rte_port_in_action.h:172
error: lib/librte_pipeline/rte_port_in_action.h: patch does not apply
Checking patch lib/librte_pipeline/rte_table_action.h...
error: while searching for:
* @return
* Table action profile handle on success, NULL otherwise.
--
struct rte_table_action_profile * __rte_experimental
rte_table_action_profile_create(struct rte_table_action_common_config *common);
/**
error: patch failed: lib/librte_pipeline/rte_table_action.h:823
error: lib/librte_pipeline/rte_table_action.h: patch does not apply
Checking patch lib/librte_power/rte_power_empty_poll.h...
error: while searching for:
* - 0 on success.
* - Negative on error.
--
void __rte_experimental
rte_power_empty_poll_stat_free(void);
/**
error: patch failed: lib/librte_power/rte_power_empty_poll.h:142
error: lib/librte_power/rte_power_empty_poll.h: patch does not apply
Checking patch lib/librte_rcu/rte_rcu_qsbr.h...
error: while searching for:
* Possible rte_errno codes are:
* - EINVAL - max_threads is 0
--
size_t __rte_experimental
rte_rcu_qsbr_get_memsize(uint32_t max_threads);
/**
error: patch failed: lib/librte_rcu/rte_rcu_qsbr.h:122
error: lib/librte_rcu/rte_rcu_qsbr.h: patch does not apply
Checking patch lib/librte_sched/rte_sched.h...
error: while searching for:
* @return
* 0 upon success, error code otherwise
--
int __rte_experimental
rte_sched_port_pipe_profile_add(struct rte_sched_port *port,
struct rte_sched_pipe_params *params,
uint32_t *pipe_profile_id);
error: patch failed: lib/librte_sched/rte_sched.h:249
error: lib/librte_sched/rte_sched.h: patch does not apply
Checking patch lib/librte_security/rte_security.h...
error: while searching for:
* - On success returns 0
* - On failure return errno
--
int __rte_experimental
rte_security_session_update(struct rte_security_ctx *instance,
struct rte_security_session *sess,
struct rte_security_session_conf *conf);
error: patch failed: lib/librte_security/rte_security.h:346
error: lib/librte_security/rte_security.h: patch does not apply
Checking patch lib/librte_stack/rte_stack.h...
error: while searching for:
* @return
* Actual number of objects pushed (either 0 or *n*).
--
static __rte_always_inline unsigned int __rte_experimental
rte_stack_push(struct rte_stack *s, void * const *obj_table, unsigned int n)
{
RTE_ASSERT(s != NULL);
error: patch failed: lib/librte_stack/rte_stack.h:112
error: lib/librte_stack/rte_stack.h: patch does not apply
Checking patch lib/librte_stack/rte_stack_lf.h...
error: while searching for:
* @return
* Actual number of objects enqueued.
--
static __rte_always_inline unsigned int __rte_experimental
__rte_stack_lf_push(struct rte_stack *s,
void * const *obj_table,
unsigned int n)
error: patch failed: lib/librte_stack/rte_stack_lf.h:23
error: lib/librte_stack/rte_stack_lf.h: patch does not apply
Checking patch lib/librte_stack/rte_stack_std.h...
error: while searching for:
* @return
* Actual number of objects pushed (either 0 or *n*).
--
static __rte_always_inline unsigned int __rte_experimental
__rte_stack_std_push(struct rte_stack *s, void * const *obj_table,
unsigned int n)
{
error: patch failed: lib/librte_stack/rte_stack_std.h:19
error: lib/librte_stack/rte_stack_std.h: patch does not apply
Checking patch lib/librte_table/rte_table_hash_func.h...
error: while searching for:
#include <rte_compat.h>
#include <rte_common.h>
--
static inline uint64_t __rte_experimental
rte_crc32_u64_generic(uint64_t crc, uint64_t value)
{
int i;
error: patch failed: lib/librte_table/rte_table_hash_func.h:14
error: lib/librte_table/rte_table_hash_func.h: patch does not apply
Checking patch lib/librte_telemetry/rte_telemetry.h...
error: while searching for:
* @return
* -EALREADY if Telemetry is already initialised.
--
int32_t __rte_experimental
rte_telemetry_init(void);
/**
error: patch failed: lib/librte_telemetry/rte_telemetry.h:31
error: lib/librte_telemetry/rte_telemetry.h: patch does not apply
Checking patch lib/librte_telemetry/rte_telemetry_parser.h...
error: while searching for:
#ifndef _RTE_TELEMETRY_PARSER_H_
#define _RTE_TELEMETRY_PARSER_H_
--
int32_t __rte_experimental
rte_telemetry_parse(struct telemetry_impl *telemetry, char *socket_rx_data);
#endif
error: patch failed: lib/librte_telemetry/rte_telemetry_parser.h:8
error: lib/librte_telemetry/rte_telemetry_parser.h: patch does not apply
Checking patch lib/librte_timer/rte_timer.h...
error: while searching for:
* - 0: Success
* - -ENOSPC: maximum number of timer data instances already allocated
--
int __rte_experimental rte_timer_data_alloc(uint32_t *id_ptr);
/**
* @warning
error: patch failed: lib/librte_timer/rte_timer.h:147
error: lib/librte_timer/rte_timer.h: patch does not apply
Checking patch lib/librte_vhost/rte_vdpa.h...
error: while searching for:
* @return
* device id on success, -1 on failure
--
int __rte_experimental
rte_vdpa_register_device(struct rte_vdpa_dev_addr *addr,
struct rte_vdpa_dev_ops *ops);
error: patch failed: lib/librte_vhost/rte_vdpa.h:100
error: lib/librte_vhost/rte_vdpa.h: patch does not apply
Checking patch lib/librte_vhost/rte_vhost.h...
error: while searching for:
* @return
* 0 on success, -1 on failure
--
int __rte_experimental
rte_vhost_driver_attach_vdpa_device(const char *path, int did);
/**
error: patch failed: lib/librte_vhost/rte_vhost.h:313
error: lib/librte_vhost/rte_vhost.h: patch does not apply
Checking patch lib/librte_vhost/rte_vhost_crypto.h...
error: while searching for:
* 0 if the Vhost Crypto Instance is created successfully.
* Negative integer if otherwise
--
int __rte_experimental
rte_vhost_crypto_create(int vid, uint8_t cryptodev_id,
struct rte_mempool *sess_pool,
struct rte_mempool *sess_priv_pool,
error: patch failed: lib/librte_vhost/rte_vhost_crypto.h:35
error: lib/librte_vhost/rte_vhost_crypto.h: patch does not apply
DPDK STV team
reply other threads:[~2019-06-29 22:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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$7b2q8m@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).