From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0D605388F for ; Tue, 3 May 2016 12:55:42 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 03 May 2016 03:55:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,572,1455004800"; d="scan'208";a="971468346" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.29]) by fmsmga002.fm.intel.com with SMTP; 03 May 2016 03:55:38 -0700 Received: by (sSMTP sendmail emulation); Tue, 03 May 2016 11:55:36 +0025 Date: Tue, 3 May 2016 11:55:36 +0100 From: Bruce Richardson To: "Zhang, Helin" Cc: "Topel, Bjorn" , "dev@dpdk.org" , "Wu, Jingjing" Message-ID: <20160503105535.GB20328@bricha3-MOBL3> References: <1461250975-14437-1-git-send-email-bjorn.topel@intel.com> <1461303562-8103-1-git-send-email-bjorn.topel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3] i40evf: Report error if HW CRC strip is disabled for non-DPDK PF hosts 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: Tue, 03 May 2016 10:55:43 -0000 On Fri, Apr 29, 2016 at 01:42:33PM +0000, Zhang, Helin wrote: > > > > -----Original Message----- > > From: Topel, Bjorn > > Sent: Friday, April 22, 2016 1:39 PM > > To: dev@dpdk.org > > Cc: Zhang, Helin; Wu, Jingjing; Topel, Bjorn > > Subject: [PATCH v3] i40evf: Report error if HW CRC strip is disabled for non- > > DPDK PF hosts > > > > On hosts running a non-DPDK PF driver, the VF has no means of changing the > > HW CRC strip setting for a RX queue. It's implicitly enabled. > > > > This patch checks if the host is running a non-DPDK PF kernel driver, and > > returns an error, if HW CRC stripping was disabled. > > > > Signed-off-by: Björn Töpel > Acked-by: Helin Zhang Applied to dpdk-next-net/rel_16_07 /Bruce