aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf.r...
diff options
context:
space:
mode:
authorTomas Alexy <tomas.alexy@pantheon.tech>2021-02-22 09:43:54 +0100
committerPeter Mikus <pmikus@cisco.com>2021-02-24 10:21:47 +0000
commit9b87bc2230963448436d6f260808eb0e09dfdf09 (patch)
tree84f6e8c5de796cb8e9f32ef6c0598991447ecd92 /tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf.robot
parent0561d043063bec469833a85b09c0875c14cf4d4a (diff)
Infra: Azure - file cleanup
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech> Change-Id: I8b97123711a76bf8851f6c4997e819d79364b83b
Diffstat (limited to 'tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf.robot')
0 files changed, 0 insertions, 0 deletions
an> * are updated. Thus, new clients tracking an entry is O(n^2). With the * tracker as indirection, the entry is sourced only once. */ /** * Track a FIB entry * @param fib_index The FIB the entry is in * @param prefix The Prefix of the entry to track * @param child_type The type of object that is tracking this entry * @param child_index The pool index of the object tracking * @param sigbling [RETURNED] The sibling index of the child on the tracker * @return The index of the FIB entry */ extern fib_node_index_t fib_entry_track(u32 fib_index, const fib_prefix_t *prefix, fib_node_type_t child_type, index_t child_index, u32 *sibling); /** * Stop tracking a FIB entry * @param fei FIB entry index (as returned from the track API above) * @param sibling Sibling index (as returned from the track API above) */ extern void fib_entry_untrack(fib_node_index_t fei, u32 sibling); extern void fib_entry_track_module_init(void); #endif