From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 482B81B3BC for ; Tue, 25 Sep 2018 17:05:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 08:05:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="89215144" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2018 08:03:45 -0700 To: David Marchand Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, Thomas Monjalon References: <20180904101257.61129-1-ferruh.yigit@intel.com> <20180924173140.83312-1-ferruh.yigit@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <18f7eb3b-fdb6-6faf-72db-9bce5a5052d0@intel.com> Date: Tue, 25 Sep 2018 16:03:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: announce CRC strip changes in release notes 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: Tue, 25 Sep 2018 15:05:44 -0000 On 9/24/2018 6:12 PM, David Marchand wrote: > On Mon, Sep 24, 2018 at 7:31 PM, Ferruh Yigit wrote: >> Document changes done in >> commit 323e7b667f18 ("ethdev: make default behavior CRC strip on Rx") >> >> Signed-off-by: Ferruh Yigit Acked-by: Thomas Monjalon > Reviewed-by: David Marchand Applied to dpdk-next-net/master, thanks.