Acked-by: Sairam Venugopal
On 9/11/16, 10:56 PM, "Nithin Raju" wrote:
>Signed-off-by: Nithin Raju
>---
> datapath-windows/CodingStyle | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/datapath-windows/CodingStyle b/datapath-windows/CodingStyle
>index 3550cdb..40873e8 100644
>--- a/data
Signed-off-by: Nithin Raju
---
datapath-windows/CodingStyle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/datapath-windows/CodingStyle b/datapath-windows/CodingStyle
index 3550cdb..40873e8 100644
--- a/datapath-windows/CodingStyle
+++ b/datapath-windows/CodingStyle
@@ -67,6 +67,8 @@ OvsDe
During a review, it seemed that some of the conventions were not clear.
Fixing them in this patch.
Signed-off-by: Nithin Raju
---
datapath-windows/CodingStyle | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/datapath-windows/CodingStyle b/datapath-windows/Cod
Update the file CodingStyle: add more Windows-style rules.
Also, other rules will make code more clear.
Windows Kernel style rules:
o) Type names (structs, enums), constants, symbols, macros.
o) Braces
o) Code annotations
o) Function suffix: Unsafe
o) Switch Cases
Code clarity rules:
o) OVS_ pre
Hello again,
I would also suggest, in order to improve clarity.
For instance, say if there is a function we need to add, that searches the list
of Hyper-V Nics in a list.
And this list is supposed to be previously locked / synchronized by the caller.
The windows kernel style, as we had seen in t
Hello guys,
I sent the email with this patch, as I have these suggestions for updating the
coding style
in the windows kernel driver.
I believe we should improve the coding style & coding style requirements. And,
given the
fact that the windows kernel driver is still fresh in the repository, th
Update the file CodingStyle: add more Windows-style rules.
Also, other rules will make code more clear.
Windows Kernel style rules:
o) Type names (structs, enums), constants, symbols, macros.
o) Braces
o) Code annotations
o) Function suffix: Unsafe
o) Switch Cases
Code clarity rules:
o) OVS_ pre