From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 02 Mar 2016 13:15:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,530,1449561600"; d="scan'208";a="928258332" Received: from bricha3-mobl3.ger.corp.intel.com ([10.122.40.66]) by fmsmga002.fm.intel.com with SMTP; 02 Mar 2016 13:15:59 -0800 Received: by (sSMTP sendmail emulation); Wed, 02 Mar 2016 21:15:58 +0025 Date: Wed, 2 Mar 2016 21:15:57 +0000 From: Bruce Richardson To: olivier.matz@6wind.com, helin.zhang@intel.com 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 Content-Disposition: inline In-Reply-To: <1455555325-20046-1-git-send-email-emmericp@net.in.tum.de> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/3] add flag to disable CRC checksum offloading X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 21:16:01 -0000 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