Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
trx-ecpri
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
trx-ecpri
Commits
d430eca0
Commit
d430eca0
authored
May 16, 2022
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
fcac8f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
trx_ecpri_dpdk.c
trx_ecpri_dpdk.c
+1
-7
No files found.
trx_ecpri_dpdk.c
View file @
d430eca0
...
...
@@ -334,9 +334,6 @@ static void print_stats(FILE * f, int print_header) {
"%-"
STAT_INT_LEN
"d "
"%-"
STAT_INT_LEN
"d "
"%-"
STAT_INT_LEN
"d "
"%-"
STAT_INT_LEN
"d "
"%-"
STAT_INT_LEN
"d "
"%-"
STAT_INT_LEN
"d "
"
\n
"
,
rx_drop_counter
.
counter
,
tx_drop_counter
.
counter
,
...
...
@@ -359,10 +356,7 @@ static void print_stats(FILE * f, int print_header) {
rbuf_read_amount
(
&
rx_rbuf
),
rbuf_read_amount
(
&
trxr_rbuf
[
0
]),
rbuf_read_amount
(
&
trxw_rbuf
[
0
]),
rbuf_read_amount
(
&
tx_rbuf
),
tx_rbuf
.
write_index
,
tx_rbuf
.
read_index
,
min_count_trx
);
rbuf_read_amount
(
&
tx_rbuf
));
}
static
void
log_exit
(
const
char
*
section
,
const
char
*
msg
,
...)
{
...
...
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