Skip to content

Commit

Permalink
faq: Document DPDK version maintenance.
Browse files Browse the repository at this point in the history
The faq already shows the DPDK versions that were
used with each OVS version. Give information about
DPDK stable and LTS releases, so the user can understand
if those versions are maintained.

Signed-off-by: Kevin Traynor <[email protected]>
Signed-off-by: Ian Stokes <[email protected]>
  • Loading branch information
kevintraynor authored and istokes committed May 11, 2018
1 parent c290377 commit 6b71df2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Documentation/faq/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,22 @@ Q: What DPDK version does each Open vSwitch release work with?
2.9.x 17.11.2
============ =======

Q: Are all the DPDK releases that OVS versions work with maintained?

No. DPDK follows YY.MM.n (Year.Month.Number) versioning.

Typically, all DPDK releases get a stable YY.MM.1 update with bugfixes 3
months after the YY.MM.0 release. In some cases there may also be a
YY.MM.2 release.

DPDK LTS releases start once a year at YY.11.0 and are maintained for
two years, with YY.MM.n+1 releases around every 3 months.

The latest information about DPDK stable and LTS releases can be found
at `DPDK stable`_.

.. _DPDK stable: http://dpdk.org/doc/guides/contributing/stable.html

Q: I get an error like this when I configure Open vSwitch:

configure: error: Linux kernel in <dir> is version <x>, but
Expand Down

0 comments on commit 6b71df2

Please sign in to comment.