From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1A08B378E for ; Wed, 21 Sep 2016 02:46:51 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 20 Sep 2016 17:46:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,371,1470726000"; d="scan'208";a="1043452953" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 20 Sep 2016 17:46:51 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Sep 2016 17:46:50 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Sep 2016 17:46:50 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.15]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.118]) with mapi id 14.03.0248.002; Wed, 21 Sep 2016 08:46:48 +0800 From: "Lu, Wenzhuo" To: "Yigit, Ferruh" , wang wei , "thomas.monjalon@6wind.com" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done. Thread-Index: AQHSCDb+aZCvgHiIgkugoFJCelsoNaBuyh0AgBMy3wCAATWlQA== Date: Wed, 21 Sep 2016 00:46:47 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC090939329464@shsmsx102.ccr.corp.intel.com> References: <1473163517-19404-1-git-send-email-lnykww@gmail.com> <6A0DE07E22DDAD4C9103DF62FEBC0909392944CB@shsmsx102.ccr.corp.intel.com> In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 00:46:52 -0000 Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, September 20, 2016 10:18 PM > To: Lu, Wenzhuo; wang wei; thomas.monjalon@6wind.com > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config = done. >=20 > Hi Wenzhuo, >=20 > On 9/8/2016 2:07 AM, Lu, Wenzhuo wrote: > > 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 d= one. > >> > >> if start rxtx before flow director config, will cause driver can't > >> receive packets from nic. > >> > >> Signed-off-by: wang wei > > I think you're right. We should start rx/tx after the config is done. > > >=20 > Is this an Ack? Yes.=20