From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <changchun.ouyang@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id EAA4619F5
 for <dev@dpdk.org>; Wed, 24 Dec 2014 04:22:15 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga103.fm.intel.com with ESMTP; 23 Dec 2014 19:18:25 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.07,636,1413270000"; d="scan'208";a="642214547"
Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82])
 by fmsmga001.fm.intel.com with ESMTP; 23 Dec 2014 19:22:14 -0800
Received: from pgsmsx108.gar.corp.intel.com (10.221.44.103) by
 PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS)
 id 14.3.195.1; Wed, 24 Dec 2014 11:22:13 +0800
Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by
 PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS)
 id 14.3.195.1; Wed, 24 Dec 2014 11:22:13 +0800
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.216]) by
 SHSMSX104.ccr.corp.intel.com ([169.254.5.182]) with mapi id 14.03.0195.001;
 Wed, 24 Dec 2014 11:22:11 +0800
From: "Ouyang, Changchun" <changchun.ouyang@intel.com>
To: "Zhang, Helin" <helin.zhang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v2 1/6] ixgbe: Code cleanup
Thread-Index: AQHQHyVOn4jB/kSoNkO30lIr2iosdZydiU8AgACJFaA=
Date: Wed, 24 Dec 2014 03:22:10 +0000
Message-ID: <F52918179C57134FAEC9EA62FA2F96251194A091@shsmsx102.ccr.corp.intel.com>
References: <1418612225-6095-1-git-send-email-changchun.ouyang@intel.com>
 <1419389808-9559-1-git-send-email-changchun.ouyang@intel.com>
 <1419389808-9559-2-git-send-email-changchun.ouyang@intel.com>
 <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7D8FE0@SHSMSX104.ccr.corp.intel.com>
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7D8FE0@SHSMSX104.ccr.corp.intel.com>
Accept-Language: zh-CN, 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
Subject: Re: [dpdk-dev] [PATCH v2 1/6] ixgbe: Code cleanup
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Dec 2014 03:22:16 -0000

Hi Helin,

> -----Original Message-----
> From: Zhang, Helin
> Sent: Wednesday, December 24, 2014 11:08 AM
> To: Ouyang, Changchun; dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v2 1/6] ixgbe: Code cleanup
>=20
> Is header split really supported in ixgbe? I guess not. If not, this code=
 changes
> are not needed at all.
>=20

I don't try to modify any logic here, as you know vf rss don't have nothing=
 to do with header split.
You mean " guess not ", can you 'make sure of it' rather than 'guess' if yo=
u want to remove those codes?

Thanks
Changchun