From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/3] add flag to disable CRC checksum offloading Date: Wed, 2 Mar 2016 21:15:57 +0000 Message-ID: <20160302211557.GB8804@bricha3-MOBL3> References: <1455555325-20046-1-git-send-email-emmericp@net.in.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: olivier.matz@6wind.com, helin.zhang@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C60682956 for ; Wed, 2 Mar 2016 22:16:00 +0100 (CET) Content-Disposition: inline In-Reply-To: <1455555325-20046-1-git-send-email-emmericp@net.in.tum.de> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Feb 15, 2016 at 05:55:22PM +0100, Paul Emmerich wrote: > This patch adds a new tx checksum offloading flag: PKT_TX_NO_CRC_CSUM. > This allows disabling CRC checksum offloading on a per-packet basis. > Doing this can be useful if you want to send out invalid packets on > purpose, e.g. in a packet generator/test framework. > > > Paul Emmerich (3): > add tx crc disable flag > ixgbe: use crc checksum disable flag > i40e: use crc checksum disable flag > Maintainers, Any comments or ack on the patchset. [The first patch is missing the "mbuf" prefix as it's a patch to that library.] /Bruce