git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/i40e: fix Rx packet statistics
[dpdk.git]
/
drivers
/
net
/
sfc
/
sfc_service.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
*
3
* Copyright(c) 2020-2021 Xilinx, Inc.
4
*/
5
6
#ifndef _SFC_SERVICE_H
7
#define _SFC_SERVICE_H
8
9
#include <stdint.h>
10
11
#ifdef __cplusplus
12
extern "C" {
13
#endif
14
15
uint32_t sfc_get_service_lcore(int socket_id);
16
17
#ifdef __cplusplus
18
}
19
#endif
20
#endif /* _SFC_SERVICE_H */