Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bf0a6f8
)
octeon: fix SDP device link information
95/41595/2
author
Monendra Singh Kushwaha
<
[email protected]
>
Mon, 23 Sep 2024 09:40:10 +0000
(15:10 +0530)
committer
Damjan Marion
<
[email protected]
>
Tue, 24 Sep 2024 10:15:42 +0000
(10:15 +0000)
This patch fixes SDP (System DPI Packet Interface Unit)
device link information.
Type: fix
Change-Id: I4563094601d9bb24132e4dc712cde14daa7f4364
Signed-off-by: Monendra Singh Kushwaha <
[email protected]
>
src/plugins/dev_octeon/port.c
patch
|
blob
|
history
diff --git
a/src/plugins/dev_octeon/port.c
b/src/plugins/dev_octeon/port.c
index
8290880
..
6cf58fe
100644
(file)
--- a/
src/plugins/dev_octeon/port.c
+++ b/
src/plugins/dev_octeon/port.c
@@
-211,7
+211,7
@@
oct_port_poll (vlib_main_t *vm, vnet_dev_port_t *port)
return;
}
- if (roc_nix_is_lbk (nix))
+ if (roc_nix_is_lbk (nix)
|| roc_nix_is_sdp (nix)
)
{
link_info.status = 1;
link_info.full_duplex = 1;