From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wu, Jingjing" Subject: Re: [RFC] net/ixgbe: start rxtx after all nic config done. Date: Wed, 7 Sep 2016 01:33:15 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E1C336C@SHSMSX103.ccr.corp.intel.com> References: <1473163517-19404-1-git-send-email-lnykww@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: wang wei , "thomas.monjalon@6wind.com" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3D783592F for ; Wed, 7 Sep 2016 03:33:20 +0200 (CEST) In-Reply-To: <1473163517-19404-1-git-send-email-lnykww@gmail.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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 Good pointer. How about move all flow director and VMDQ configure to ixgbe_dev_configure? Thanks Jingjing