From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C0EF25588 for ; Tue, 20 Sep 2016 16:17:51 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 20 Sep 2016 07:17:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,368,1470726000"; d="scan'208";a="763731431" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.69]) ([10.237.220.69]) by FMSMGA003.fm.intel.com with ESMTP; 20 Sep 2016 07:17:49 -0700 To: "Lu, Wenzhuo" , wang wei , "thomas.monjalon@6wind.com" References: <1473163517-19404-1-git-send-email-lnykww@gmail.com> <6A0DE07E22DDAD4C9103DF62FEBC0909392944CB@shsmsx102.ccr.corp.intel.com> Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: Date: Tue, 20 Sep 2016 15:17:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909392944CB@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Tue, 20 Sep 2016 14:17:52 -0000 Hi Wenzhuo, 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 done. >> >> 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. > Is this an Ack?