From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix jumbo frames entry in tap features Date: Tue, 13 Feb 2018 17:41:37 +0100 Message-ID: <1866347.sPIJkcizOs@xps> References: <1518528126-27173-1-git-send-email-matan@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pascal Mazon , stable@dpdk.org To: Matan Azrad Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > Acked-by: Pascal Mazon Applied, thanks