From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7C8CA47CD for ; Wed, 21 Sep 2016 14:36:44 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 21 Sep 2016 05:36:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,373,1470726000"; d="scan'208";a="1034164738" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.133]) by orsmga001.jf.intel.com with SMTP; 21 Sep 2016 05:36:41 -0700 Received: by (sSMTP sendmail emulation); Wed, 21 Sep 2016 13:36:40 +0025 Date: Wed, 21 Sep 2016 13:36:40 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: "Lu, Wenzhuo" , wang wei , "thomas.monjalon@6wind.com" , "dev@dpdk.org" Message-ID: <20160921123639.GL16464@bricha3-MOBL3> References: <1473163517-19404-1-git-send-email-lnykww@gmail.com> <6A0DE07E22DDAD4C9103DF62FEBC0909392944CB@shsmsx102.ccr.corp.intel.com> <6A0DE07E22DDAD4C9103DF62FEBC090939329464@shsmsx102.ccr.corp.intel.com> <0de52d4c-180a-a5d7-a7ac-0214e2b2c4c5@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0de52d4c-180a-a5d7-a7ac-0214e2b2c4c5@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) 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 12:36:44 -0000 On Wed, Sep 21, 2016 at 10:28:39AM +0100, Ferruh Yigit wrote: > ... > > >>>> 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? > > Yes. > > > > To put it explicitly: > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/rel_16_11 /Bruce