From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 633351B2C9; Tue, 13 Feb 2018 17:35:31 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E016020CB0; Tue, 13 Feb 2018 11:35:30 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 11:35:30 -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=kNPap38rnCVdBbhGdC+qbLIAo3 JFH3yZofJHcsWUh/c=; b=L9vL+CuvnfNG8J1kLsojXCw7DCD3Me5MFlVkk141mq OBw7TKN8G8ZgMjuTldMoIxpcasbMPF4DVhx+VmCG2XjFino9qFmylQC5xaJqYL7h Tci2nuMcTrH1+UHTCRBh70i6iYRv5y4BFAmLnyQzziGSefr4IwshFKhkNMbV3PAp c= 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=kNPap3 8rnCVdBbhGdC+qbLIAo3JFH3yZofJHcsWUh/c=; b=aD8sqy/RRGhPxeYKkHIl7H FW/4ScLwUBBLCMf07tT62ZnXfS09xnPSDq7rZuUG+wPM8tngwl+gbY3knkB+/yKD RU46nUCmTrIT8bKHwyQSw0JZ7E23b867XNjm/WySv1O6ubIgctHJ72grnMtcxx+X 4YSvTj55jRRlLr238/bAvoNAN9p9u0B9XBJvrjzevA1dgdST2Tse4T4KVKkzun7/ x4aUWWyc9qFyq/DKSzw2YQTTEjIhHdcj//ye0SrzvUBmf9zt+Ai4hjl88qkouWow TTPnlngoXvRirpK7X0fwJNopzVo2u4FJd1ATZik43qzVqTo/JwMUFBHjgTI9aDmQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 79BB47E4B2; Tue, 13 Feb 2018 11:35:30 -0500 (EST) From: Thomas Monjalon To: Ophir Munk Cc: dev@dpdk.org, Pascal Mazon , Olga Shern , stable@dpdk.org Date: Tue, 13 Feb 2018 17:35:20 +0100 Message-ID: <4788233.rokdTfvtAd@xps> In-Reply-To: <1518509665-12171-1-git-send-email-ophirmu@mellanox.com> References: <1518509665-12171-1-git-send-email-ophirmu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] net/tap: add CRC stripping capability X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 16:35:31 -0000 13/02/2018 09:14, Ophir Munk: > CRC stripping is executed in the kernel outside of TAP PMD scope. > There is no prevention that the TAP PMD will report on Rx CRC > stripping capability. > In the corrupted code, TAP PMD did not report on this capability. > The fix enables TAP PMD to report that Rx CRC stripping is supported. > > Fixes: 02f96a0a82d1 ("net/tap: add TUN/TAP device PMD") > Cc: stable@dpdk.org > > Signed-off-by: Ophir Munk Applied, thanks