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 3B093591F for ; Mon, 9 Nov 2015 06:27:19 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 08 Nov 2015 21:27:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,265,1444719600"; d="scan'208";a="831289672" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 08 Nov 2015 21:27:18 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 8 Nov 2015 21:27:18 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 8 Nov 2015 21:27:17 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.83]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.138]) with mapi id 14.03.0248.002; Mon, 9 Nov 2015 13:27:15 +0800 From: "Liu, Jijiang" To: Yuanhan Liu Thread-Topic: [dpdk-dev] [PATCH v3 7/8] lib/librte_vhost:dequeue vhost TX offload Thread-Index: AQHRFu8/IrRWI5XbDUmRr+VCEiJQOZ6SknmAgACd9XA= Date: Mon, 9 Nov 2015 05:27:14 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC22BD90C7@SHSMSX101.ccr.corp.intel.com> References: <1446634456-413-1-git-send-email-jijiang.liu@intel.com> <1446634456-413-8-git-send-email-jijiang.liu@intel.com> <20151109040053.GI2326@yliu-dev.sh.intel.com> In-Reply-To: <20151109040053.GI2326@yliu-dev.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 7/8] lib/librte_vhost:dequeue vhost TX offload 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: Mon, 09 Nov 2015 05:27:19 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Monday, November 9, 2015 12:01 PM > To: Liu, Jijiang > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 7/8] lib/librte_vhost:dequeue vhost TX > offload >=20 > On Wed, Nov 04, 2015 at 06:54:15PM +0800, Jijiang Liu wrote: > > Dequeue vhost TX offload in vhost lib. >=20 > This is not enough; you need do corresponding setups at RX side, otherwis= e > the packet will be droped in the target VM at TCP layer in VM2VM case, fo= r > checksum validation is failed. >=20 > --yliu Yes, the VM2VM case need to be considered,will fix it in next version of pa= tch.