Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
34066b5c
Commit
34066b5c
authored
Aug 29, 2020
by
Antoine Kaufmann
Browse files
i40e: return non-zero value in FCOEFMAX register for linux driver
parent
eba23d84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
i40e_bm/i40e_bm.cc
i40e_bm/i40e_bm.cc
+2
-1
No files found.
i40e_bm/i40e_bm.cc
View file @
34066b5c
...
...
@@ -241,7 +241,8 @@ uint32_t i40e_bm::reg_mem_read32(uint64_t addr)
val
=
0
;
break
;
case
I40E_GLHMC_FCOEFMAX
:
val
=
0
;
// needed to make linux driver happy
val
=
0x1000
<<
I40E_GLHMC_FCOEFMAX_PMFCOEFMAX_SHIFT
;
break
;
case
I40E_GLHMC_FCOEFOBJSZ
:
val
=
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