From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <wenzhuo.lu@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id 00E6C8E84
 for <dev@dpdk.org>; Thu,  8 Sep 2016 03:07:27 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga104.jf.intel.com with ESMTP; 07 Sep 2016 18:07:26 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.30,298,1470726000"; d="scan'208";a="1052863484"
Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203])
 by fmsmga002.fm.intel.com with ESMTP; 07 Sep 2016 18:07:26 -0700
Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by
 FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Wed, 7 Sep 2016 18:07:26 -0700
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Wed, 7 Sep 2016 18:07:26 -0700
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.109]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.166]) with mapi id 14.03.0248.002;
 Thu, 8 Sep 2016 09:07:23 +0800
From: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>
To: wang wei <lnykww@gmail.com>, "thomas.monjalon@6wind.com"
 <thomas.monjalon@6wind.com>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.
Thread-Index: AQHSCDb+aZCvgHiIgkugoFJCelsoNaBuyh0A
Date: Thu, 8 Sep 2016 01:07:23 +0000
Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909392944CB@shsmsx102.ccr.corp.intel.com>
References: <1473163517-19404-1-git-send-email-lnykww@gmail.com>
In-Reply-To: <1473163517-19404-1-git-send-email-lnykww@gmail.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
Subject: Re: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config
 done.
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: Thu, 08 Sep 2016 01:07:28 -0000

Hi Wei,


> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of wang wei
> Sent: Tuesday, September 6, 2016 8:05 PM
> To: thomas.monjalon@6wind.com
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done=
.
>=20
> if start rxtx before flow director config, will cause driver can't receiv=
e packets
> from nic.
>=20
> Signed-off-by: wang wei <lnykww@gmail.com>
I think you're right. We should start rx/tx after the config is done.