summaryrefslogtreecommitdiff
path: root/FAQ.md
Commit message (Collapse)AuthorAgeFilesLines
* tunnels: Enable UDP checksum computation for Geneve and VXLAN.Jesse Gross2015-03-241-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | The kernel module can already support outer UDP checksums for Geneve and VXLAN using the standard checksum flag in tunnel metadata. This makes userspace aware of the capability so that users can enable it on tunnel ports. There is a complication in that there is no way for userspace to probe or detect if the kernel does not support this capability in order to warn the user. In this case, connectivity will appear to function normally but packets will not be checksum protected. This is mainly an issue for VXLAN which has existed in the kernel for a some time without checksum support - while there are also a few kernel versions that support Geneve only without checksums, they are much less common. There isn't a particularly good solution to the compatibility issue without introducing a larger capabilities structure. However, UDP checksums are likely to be used only rarely at this point in time and the VXLAN spec (where the main problem lies) recommends against them. Therefore, this is considered to be an advanced user feature and we settle for just documenting the issue. Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Pritesh Kothari <pritesh.kothari@cisco.com>
* FAQ.md: Add a few more details on how to support a new field.Ben Pfaff2015-03-131-5/+19
| | | | | Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Thomas Graf <tgraf@noironetworks.com>
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-1/+10
| | | | | | | | We've been warning about the change since 2.1, which was released a year ago. Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
* FAQ.md: Explain why "ovs-vsctl show" shows a port but it isn't there.Ben Pfaff2015-03-051-0/+34
| | | | | | | I've explained this a lot over the years. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Gurucharan Shetty <gshetty@nicira.com>
* FAQ.md: Mention Linux version that first could handle IPFIX flow monitoring.Ben Pfaff2015-02-231-2/+3
| | | | | | | | | I think that the critical commit is commit 4490108b4a5ada (openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.), which first appeared in Linux 3.10. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Romain Lenglet <romain.lenglet@oracle.com>
* FAQ.md: Update LTS release version number from 1.9 to 2.3.Ben Pfaff2015-02-201-1/+1
| | | | | | | | | The 2.3 branch has been the long-term release for a while now, but somehow we forgot to update the FAQ. Reported-by: Kentaro Ebisawa <ebiken.g@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Gurucharan Shetty <gshetty@nicira.com>
* FAQ: Update VXLAN references from draft to RFC7348Kentaro Ebisawa2015-02-201-2/+2
| | | | | | | VXLAN is now RFC, so we better to change the pointer to it. Signed-off-by: Kentaro Ebisawa <ebiken.g@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* datapath: Allow building against 3.19.xThomas Graf2015-02-061-0/+1
| | | | | Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
* FAQ: Explain how to quickly add many ports.Ben Pfaff2015-01-131-0/+20
| | | | | | | This comes up from time to time. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Thomas Graf <tgraf@noironetworks.com>
* FAQ.md: Describe OpenFlow packet buffering.Ben Pfaff2015-01-111-0/+41
| | | | | Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
* FAQ.md: Correct claims about MPLS.Ben Pfaff2014-12-051-8/+10
| | | | | | | | | An examination of the source code and the tests shows that the FAQ claimed more for version 2.3 than was really in there. Reported-by: null pointer <null.pointer.boom@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
* FAQ: Fix formatting for command block.Robert Ã…kerblom-Andersson2014-12-051-2/+2
| | | | Signed-off-by: Robert Ã…kerblom-Andersson <Robert.nr1@gmail.com>
* FAQ: Describe how to add new fields and new actions.Ben Pfaff2014-11-061-0/+23
| | | | | | | | | We get these questions from time to time and it would be nice to just be able to cut and paste the answer. (And possibly some people might actually read the answer straight from the FAQ.) Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Andy Zhou <azhou@nicira.com>
* doc: Add more cross references between docsThomas Graf2014-10-301-7/+11
| | | | | | | Suggested-by: Lori Jakab <lojakab@cisco.com> Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Reviewed-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* doc: Convert docs to Markdown languageThomas Graf2014-10-281-0/+1645
Converts the majority of docs over to use the Markdown language for pretty printing on GitHub. It's a rough first convertion without exploiting the full potential of Markdown at this point. Section titles and indentation are fixed as needed. Minimal docs interlinking is added. Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Signed-off-by: Ben Pfaff <blp@nicira.com>