From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] examples/ip_fragmentation: limit max frame size Date: Fri, 21 Apr 2017 02:21:46 +0200 Message-ID: <4740611.8CVrdJKHVm@xps> References: <1490288768-8114-1-git-send-email-Andriy.Berestovskyy@cavium.com> <1491834656-20656-1-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Konstantin Ananyev To: Andriy Berestovskyy Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0C8072BAE for ; Fri, 21 Apr 2017 02:21:48 +0200 (CEST) In-Reply-To: <1491834656-20656-1-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/04/2017 16:30, Andriy Berestovskyy: > Some PMDs do not support 9,5K jumbo frames, so the example fails. > Limit the frame size to the maximum supported by the underlying NIC. > > Signed-off-by: Andriy Berestovskyy Series squashed and applied, thanks