Blog
Community
Development
Documentation
CNDP
22.08.0
Main Page
Related Pages
Data Structures
Data Structures
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
x
Functions
_
c
d
e
f
g
h
i
j
k
l
m
n
p
s
t
u
v
x
Variables
Typedefs
a
b
c
h
i
j
l
m
o
p
s
t
u
v
Enumerations
Enumerator
_
a
c
d
e
j
m
p
r
s
t
u
Macros
_
a
c
d
e
h
i
j
k
l
m
o
p
r
t
u
v
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
trie_avx512.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2020-2022 Intel Corporation
3
*/
4
5
#ifndef _TRIE_AVX512_H_
6
#define _TRIE_AVX512_H_
7
8
#include <stdint.h>
// for uint64_t, uint8_t
9
10
#include "
private_fib6.h
"
// for CNE_FIB6_IPV6_ADDR_SIZE
11
12
void
cne_trie_vec_lookup_bulk_2b(
void
*p, uint8_t ips[][
CNE_FIB6_IPV6_ADDR_SIZE
],
13
uint64_t *next_hops,
const
unsigned
int
n);
14
15
void
cne_trie_vec_lookup_bulk_4b(
void
*p, uint8_t ips[][
CNE_FIB6_IPV6_ADDR_SIZE
],
16
uint64_t *next_hops,
const
unsigned
int
n);
17
18
void
cne_trie_vec_lookup_bulk_8b(
void
*p, uint8_t ips[][
CNE_FIB6_IPV6_ADDR_SIZE
],
19
uint64_t *next_hops,
const
unsigned
int
n);
20
21
#endif
/* _TRIE_AVX512_H_ */
CNE_FIB6_IPV6_ADDR_SIZE
#define CNE_FIB6_IPV6_ADDR_SIZE
Definition:
cne_fib6.h:30
private_fib6.h
lib
usr
clib
fib
trie_avx512.h
Generated by
1.9.1