From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH net] Update old iproute2 and Xen Remus links Date: Wed, 3 Dec 2014 15:34:02 -0800 Message-ID: <20141203153402.03406b23@urahara> References: <1417644451-7305-1-git-send-email-agshew@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, corbet@lwn.net, jhs@mojatatu.com, davem@davemloft.net To: Andrew Shewmaker Return-path: In-Reply-To: <1417644451-7305-1-git-send-email-agshew@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 3 Dec 2014 14:07:31 -0800 Andrew Shewmaker wrote: > Signed-off-by: Andrew Shewmaker > --- > Documentation/Changes | 2 +- > net/sched/Kconfig | 7 ++++--- > 2 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/Documentation/Changes b/Documentation/Changes > index 1de131b..74bdda9 100644 > --- a/Documentation/Changes > +++ b/Documentation/Changes > @@ -383,7 +383,7 @@ o > > Ip-route2 > --------- > -o > +o > > OProfile > -------- > diff --git a/net/sched/Kconfig b/net/sched/Kconfig > index a1a8e29..d17053d 100644 > --- a/net/sched/Kconfig > +++ b/net/sched/Kconfig > @@ -22,8 +22,9 @@ menuconfig NET_SCHED > This code is considered to be experimental. > > To administer these schedulers, you'll need the user-level utilities > - from the package iproute2+tc at . > - That package also contains some documentation; for more, check out > + from the package iproute2+tc at > + . That package > + also contains some documentation; for more, check out > . > > This Quality of Service (QoS) support will enable you to use > @@ -336,7 +337,7 @@ config NET_SCH_PLUG > of virtual machines by allowing the generated network output to be rolled > back if needed. > > - For more information, please refer to http://wiki.xensource.com/xenwiki/Remus > + For more information, please refer to > > Say Y here if you are using this kernel for Xen dom0 and > want to protect Xen guests with Remus. Acked-by: Stephen Hemminger