[dpdk-dev] [PATCH v3] i40e:Fix the Descriptor Done check mechanism for i40e

2015-07-10 Thread Thomas Monjalon
> > If a descriptor the device drive is handling is the context descriptor, its > > type > > value will be 0x1. > > When using the not operator ! to do the conditional check, if the expression > > value is zero, the device driver will consider the transaction for this > > descriptor > > has been

[dpdk-dev] [PATCH v3] i40e:Fix the Descriptor Done check mechanism for i40e

2015-07-09 Thread Zhe Tao
If a descriptor the device drive is handling is the context descriptor, its type value will be 0x1. When using the not operator ! to do the conditional check, if the expression value is zero, the device driver will consider the transaction for this descriptor has been completed, even its DD

[dpdk-dev] [PATCH v3] i40e:Fix the Descriptor Done check mechanism for i40e

2015-07-09 Thread Wu, Jingjing
Acked-by: Jingjing Wu > -Original Message- > From: Tao, Zhe > Sent: Thursday, July 09, 2015 10:58 AM > To: dev at dpdk.org > Cc: Tao, Zhe; Wu, Jingjing > Subject: [PATCH v3] i40e:Fix the Descriptor Done check mechanism for i40e > > If a descriptor the device drive is handling is the