From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 9FF54DE3 for ; Thu, 17 Jan 2019 23:53:02 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 8DB2113C7; Thu, 17 Jan 2019 17:53:01 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 17 Jan 2019 17:53:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=7oLLTAHTZGXyh8igjDw2k1jIHh9k/5TQexvq3U670/g=; b=LZVDDlpGTV5i z5UTyXYFqRTLuZmTHvLepXCtXGXKbJ66VsWj18ukQRgCk65wpqI2eLtC3e+dEWwu Yi8dYhRejJ/mS3O0I+jnHxcW/EnuVS9vCDiAtsvhi/uQGjMsJyFqnnVUSZ/psXFC haL+KbGCSw+Mc26TTjMJEH0NCuCvkNk= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=7oLLTAHTZGXyh8igjDw2k1jIHh9k/5TQexvq3U670 /g=; b=ooHv/D0bRVBVF397/wYDATzO3D//IMBqGYqEyAiBCUIsynDcdvdZqpbva UDDkgU1Uavl9omx0sLqSFfq4NtYLyY3ErDSWEF/mK5cfXhMcBfSqjAE7ZAlLXfOA szZe5+dzmbRrjxLISPmjRm20viLWnLD54c/vT9H2JdrnO2w9uxyxebcOYyJQK5k+ zoLWb9ONFYrpRiQrA57BArZN737sRJH0sGoTap1rgJZPg22ZRCqLa4CLlaLOGpcL d1D8g5cNwncPPGA9ZfKs9y234TnqQJ4LtwPkLVggI9HAZr0WUXCUhhUJhGqM/3Md XQrepdAJnX+c8js4/JyTkSHr4eV5w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgeelgddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0C19C100BA; Thu, 17 Jan 2019 17:52:59 -0500 (EST) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org Date: Thu, 17 Jan 2019 23:52:59 +0100 Message-ID: <2618843.yreldFxbLz@xps> In-Reply-To: <1547643346-24486-1-git-send-email-konstantin.ananyev@intel.com> References: <1547643346-24486-1-git-send-email-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/ip_fragmentation: fix fail to start on i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2019 22:53:02 -0000 16/01/2019 13:55, Konstantin Ananyev: > Previous commit sets mtu to the same value as max_rx_pkt_len. > Though PMDs (at least Intel ones) consider MTU as > max_rx_pkt_len minus ether header, crc bytes, vlan tags. > > Fixes: 73d2c1d3f33c ("examples/ip_fragmentation: support big packets") > Signed-off-by: Konstantin Ananyev Applied, thanks