forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath: Support for Linux kernel 3.9.
In certain cases we need to ensure we save off skb->cb before calling __skb_gso_segment() since in kernels >= 3.9 skb->cb is used by this routine. Signed-off-by: Pravin B Shelar <[email protected]> Signed-off-by: Kyle Mestery <[email protected]> Signed-off-by: Jesse Gross <[email protected]>
- Loading branch information
1 parent
6a69010
commit 7ceda29
Showing
6 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ openvswitch (1.12.0-1) unstable; urgency=low | |
through database paths (e.g. Private key option with the database name | ||
should look like "--private-key=db:Open_vSwitch,SSL,private_key"). | ||
- Added ovs-dev.py, a utility script helpful for Open vSwitch developers. | ||
- Support for Linux kernels up to 3.9 | ||
|
||
-- Open vSwitch team <[email protected]> Tue, 03 Jul 2013 15:02:34 -0700 | ||
|
||
|