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:
eb87268
)
iavf: fix promisc flags
78/42678/2
author
Damjan Marion
<
[email protected]
>
Fri, 4 Apr 2025 11:28:14 +0000
(13:28 +0200)
committer
Dave Wallace
<
[email protected]
>
Fri, 4 Apr 2025 15:09:16 +0000
(15:09 +0000)
define unused flag bits so they are initialized to zero
Change-Id: Ibcab38efa33d70cb4f8a813b5eaf001c8ddea4fe
Type: fix
Signed-off-by: Damjan Marion <
[email protected]
>
src/plugins/dev_iavf/virtchnl.h
patch
|
blob
|
history
diff --git
a/src/plugins/dev_iavf/virtchnl.h
b/src/plugins/dev_iavf/virtchnl.h
index
2099104
..
7215868
100644
(file)
--- a/
src/plugins/dev_iavf/virtchnl.h
+++ b/
src/plugins/dev_iavf/virtchnl.h
@@
-560,6
+560,7
@@
typedef struct
{
u16 unicast_promisc : 1;
u16 multicast_promisc : 1;
+ u16 unused : 14;
};
u16 flags;
};