Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ generate_dpdk_extra_mk
Function
generate_dpdk_extra_mk
build.py:244–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
243
244
def
generate_dpdk_extra_mk():
245
with
open(
'core/extra.dpdk.mk'
,
'w'
)
as
fp:
246
fp.write(
247
'LIBS += %s\n'
%
' '
.join(map(
lambda
lib:
'-l'
+ lib, extra_libs)))
248
249
250
def
find_current_plugins():
Callers
1
configure_dpdk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected