git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
eal/linux: fix epoll fd list rebuild for interrupts
[dpdk.git]
/
lib
/
librte_eal
/
ppc
/
rte_cycles.c
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (C) IBM Corporation 2019.
3
*/
4
5
#include "eal_private.h"
6
7
uint64_t
8
get_tsc_freq_arch(void)
9
{
10
return 0;
11
}