Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fastclick
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SDN PP
fastclick
Commits
39e0124a
Commit
39e0124a
authored
Apr 04, 2018
by
Tom Barbette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix last commits
parent
662bdd8e
Pipeline
#1772
passed with stage
in 10 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/dpdkdevice.cc
lib/dpdkdevice.cc
+1
-1
No files found.
lib/dpdkdevice.cc
View file @
39e0124a
...
...
@@ -429,6 +429,7 @@ int DPDKDevice::static_initialize(ErrorHandler* errh) {
if
(
!
dpdk_enabled
)
{
return
errh
->
error
(
"You must start Click with --dpdk option when compiling with --enable-dpdk-pool"
);
}
#endif
if
(
!
alloc_pktmbufs
())
{
errh
->
error
(
"Could not allocate packet MBuf pools : error %d (%s)"
,
rte_errno
,
rte_strerror
(
rte_errno
));
if
(
rte_errno
==
12
)
{
...
...
@@ -436,7 +437,6 @@ int DPDKDevice::static_initialize(ErrorHandler* errh) {
}
return
-
1
;
}
#endif
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment