From patchwork Fri Apr 7 13:58:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 748303 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w01Q24kLVz9s7s for ; Fri, 7 Apr 2017 23:58:34 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="AjIwui6M"; dkim-atps=neutral Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 27085BCF; Fri, 7 Apr 2017 13:58:33 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp2.linuxfoundation.org (smtp2.linux-foundation.org [172.17.192.36]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 98362BCA for ; Fri, 7 Apr 2017 13:58:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from nov-007-i459.relay.mailchannels.net (nov-007-i459.relay.mailchannels.net [46.232.183.13]) by smtp2.linuxfoundation.org (Postfix) with ESMTPS id A46581DABB for ; Fri, 7 Apr 2017 13:58:28 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 64FFC203E04 for ; Fri, 7 Apr 2017 13:58:24 +0000 (UTC) Received: from one.mxroute.com (unknown [100.96.126.101]) by relay.mailchannels.net (Postfix) with ESMTPA id BA1142026EF for ; Fri, 7 Apr 2017 13:58:23 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com (one-outgoing.mxroute.com [172.20.66.218]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.37); Fri, 07 Apr 2017 13:58:24 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-Obese-Shade: 52b8919a45b3daf0_1491573504234_3593661741 X-MC-Loop-Signature: 1491573504233:4084509180 X-MC-Ingress-Time: 1491573504233 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=NflKe0WeVkD+CMKMHPJdnfUaPVlOjCJuxN2qFTGkfs0=; b=AjIwui6MpF7QkpwnsfrKkkFeZK /yNNsABEilc+HouoYDrkwtVW3MBSgicqZ70cqfGj6JHXkYcWfIGjmXbNvNPYB4fFEfeoFXKPH0Tv4 0oMkZMWXrQ4JIwdGC2CGrLNQCqWwWXodj/DWwDIwzLLIaHu4l6tpCZRC6mvMQYLrAS3a0X00bu0Gl 55xzFLbzD3JGC+tuG5Grxfgis4l6u/90b+PB7MV5kKfSV+7JB1eH826fVbCRt1iSSkf7Ik3yguPR7 YKZb6yd0BAZQcdnE+vxz+sp3mk89zt7IG//LrXDFymMpokFfYTHpMPlXORnF3HCYRiMQ/rM7j3NBm cFBp4Zog==; From: Stephen Finucane To: dev@openvswitch.org Date: Fri, 7 Apr 2017 14:58:15 +0100 Message-Id: <20170407135815.8371-1-stephen@that.guru> X-Mailer: git-send-email 2.9.3 X-OutGoing-Spam-Status: No, score=-10.0 X-AuthUser: stephen@that.guru X-Spam-Status: No, score=0.9 required=5.0 tests=BAYES_50,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp2.linux-foundation.org Subject: [ovs-dev] [PATCH] doc: Fix broken formatting in releases FAQ X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org --- Documentation/faq/releases.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst index 98f5636..c85eff8 100644 --- a/Documentation/faq/releases.rst +++ b/Documentation/faq/releases.rst @@ -163,13 +163,13 @@ Q: What DPDK version does each Open vSwitch release work with? 2.7.x 16.11.1 ============ ======= -Q: I get an error like this when I configure Open vSwitch:: +Q: I get an error like this when I configure Open vSwitch: - configure: error: Linux kernel in is version , but - version newer than is not supported (please refer to the - FAQ for advice) + configure: error: Linux kernel in is version , but + version newer than is not supported (please refer to the + FAQ for advice) -What should I do? + What should I do? A: You have the following options: