[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-21 Thread Bruce Richardson
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

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-21 Thread Ferruh Yigit
... >>>> 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:

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-21 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, September 20, 2016 10:18 PM > To: Lu, Wenzhuo; wang wei; thomas.monjalon at 6wind.com > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done. > >

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-20 Thread Ferruh Yigit
at 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?

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-08 Thread Lu, Wenzhuo
Hi Wei, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of wang wei > Sent: Tuesday, September 6, 2016 8:05 PM > To: thomas.monjalon at 6wind.com > Cc: dev at dpdk.org > Subject: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config d

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-07 Thread wei wang
2016-09-07 9:33 GMT+08:00 Wu, Jingjing : > > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of wang wei >> Sent: Tuesday, September 6, 2016 8:05 PM >> To: thomas.monjalon at 6wind.com >> Cc: dev at dpdk.org >> Subje

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-07 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of wang wei > Sent: Tuesday, September 6, 2016 8:05 PM > To: thomas.monjalon at 6wind.com > Cc: dev at dpdk.org > Subject: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-06 Thread wang wei
if start rxtx before flow director config, will cause driver can't receive packets from nic. Signed-off-by: wang wei --- drivers/net/ixgbe/ixgbe_ethdev.c | 60 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.