From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 5D0821B1A5;
 Tue, 13 Feb 2018 17:41:47 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id F1A0221450;
 Tue, 13 Feb 2018 11:41:46 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Tue, 13 Feb 2018 11:41:46 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=ZQ0Fl7KGtEaez7SvSJ4SD1BIpU
 xVa3wkaNSJerhdlgU=; b=J0Qbn5UvCMohzIIIv/MfiCRtnb0kYyEFQVxwcl2nYt
 NEeo71rkXy9nm2T1yurdS54zrPGDJmArvceEuzoMnv+lgtP3EYv0pqU7+anFHPw8
 b9SH2c5NJOEcvkXdryPLMMYlOnvmq/s1y45IBTFwpwuPlCqCpDcYO9i3A6BBgnCT
 E=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ZQ0Fl7
 KGtEaez7SvSJ4SD1BIpUxVa3wkaNSJerhdlgU=; b=JBfLZJ3j0R1VFEQBlcCQtl
 NWvu5rnzLGRD4hu4LaZ75vmRLuwg1LmdRsNDptXTf+zGHjrAndnurRYyYIz0awC6
 7F64paMxcPbHBugKLEDo7sKi3dJhNvVUZMo+LNerm96OnXcOdpAzTqEoapYKsGuy
 xB8mL+k8JQSqh9deQNoIdUgzFrT3wlf4ZezjElcgcJdLQDHnUKYAgRNdGXvM4t5N
 mNgrUCVklVAJ00t3gBuj8COljR8QqBE4E6+FbkEjHnsQfoDDRqZrguU5tWUV+bw0
 5hCkBugmBCMnolPtYiyXDCG1UTz7pqSpJ65A9nsiOtKN1xThGjwLsIoq2HqT1NUQ
 ==
X-ME-Sender: <xms:ShWDWvK8gf1Zjqjo7QqupB0iXR4BsdoPnbJ2-Aq9uOuyNOkjnah2ow>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id A53C8246AC;
 Tue, 13 Feb 2018 11:41:46 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Matan Azrad <matan@mellanox.com>
Cc: dev@dpdk.org, Pascal Mazon <pascal.mazon@6wind.com>, stable@dpdk.org
Date: Tue, 13 Feb 2018 17:41:37 +0100
Message-ID: <1866347.sPIJkcizOs@xps>
In-Reply-To: <d9ed21ae-dd87-a279-693d-c1d83e3a1ea2@6wind.com>
References: <1518528126-27173-1-git-send-email-matan@mellanox.com>
 <d9ed21ae-dd87-a279-693d-c1d83e3a1ea2@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: fix jumbo frames entry in
	tap features
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Feb 2018 16:41:47 -0000

> > The current implementation of the Tap PMD doesn't support packet size
> > grater than 1522B, so no need to set jumbo frames in the Tap features.
> >
> > Fixes: 04b2c3c94346 ("doc: add tap features")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Matan Azrad <matan@mellanox.com>
> Acked-by: Pascal Mazon <pascal.mazon@6wind.com>

Applied, thanks