tunneling: Use flow flag for GRE checksum calculation.
[cascardo/ovs.git] / CONTRIBUTING.md
index b434e78..d48924f 100644 (file)
@@ -27,7 +27,10 @@ In particular:
 
 Testing is also important:
 
 
 Testing is also important:
 
-  - A patch that adds or deletes files should be tested with
+  - A patch that modifies existing code should be tested with
+    `make check` before submission.
+
+  - A patch that adds or deletes files should also be tested with
     `make distcheck` before submission.
 
   - A patch that modifies Linux kernel code should be at least
     `make distcheck` before submission.
 
   - A patch that modifies Linux kernel code should be at least
@@ -44,8 +47,8 @@ Testing is also important:
 If you are using GitHub, then you may utilize the travis-ci.org CI build
 system by linking your GitHub repository to it. This will run some of
 the above tests automatically when you push changes to your repository.
 If you are using GitHub, then you may utilize the travis-ci.org CI build
 system by linking your GitHub repository to it. This will run some of
 the above tests automatically when you push changes to your repository.
-See the "Continuous Integration with Travis-CI" in the [INSTALL](INSTALL.md)
-file for details on how to set it up.
+See the "Continuous Integration with Travis-CI" in the [INSTALL.md] file
+for details on how to set it up.
 
 Email Subject
 -------------
 
 Email Subject
 -------------
@@ -278,8 +281,8 @@ If you cannot convince your email client not to mangle patches, then
 sending the patch as an attachment is a second choice.
 
 Please follow the style used in the code that you are modifying.  The
 sending the patch as an attachment is a second choice.
 
 Please follow the style used in the code that you are modifying.  The
-[CodingStyle](CodingStyle.md) file describes the coding style used in
-most of Open vSwitch. Use Linux kernel coding style for Linux kernel code.
+[CodingStyle.md] file describes the coding style used in most of Open
+vSwitch. Use Linux kernel coding style for Linux kernel code.
 
 Example
 -------
 
 Example
 -------
@@ -316,3 +319,5 @@ index fdd952e..f6cb88e 100644
 1.7.7.3
 ```
 
 1.7.7.3
 ```
 
+[INSTALL.md]:INSTALL.md
+[CodingStyle.md]:CodingStyle.md