Re: [dpdk-dev] [PATCH v1] app/testpmd: fix Tx first with LSC interrupt

2017-08-03 Thread Thomas Monjalon
> > The lsc_interrupt flag is enabled by default, and when the --tx-first is > > used > > as a command line parameter, the 32 packets can be sent out before the > > link state is up, resulting in the loss of the packets, and no further > > forwarding will take place. > > > > E.g. ./build/app/test

Re: [dpdk-dev] [PATCH v1] app/testpmd: fix Tx first with LSC interrupt

2017-08-01 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt > Sent: Tuesday, July 25, 2017 11:28 AM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Hunt, David > > Subject: [dpdk-dev] [PATCH v1] app/testpmd: fix Tx first with LSC interrupt > > The lsc_interrupt flag i