[dpdk-dev] [PATCH v3 08/16] vmxnet3: support of unified packet type

2015-02-27 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, February 27, 2015 7:26 PM > To: dev at dpdk.org; Zhang, Helin > Subject: Re: [dpdk-dev] [PATCH v3 08/16] vmxnet3: support of unified packet > type > > 2015-

[dpdk-dev] [PATCH v3 08/16] vmxnet3: support of unified packet type

2015-02-27 Thread Thomas Monjalon
2015-02-17 14:59, Helin Zhang: > To unify packet types among all PMDs, bit masks of packet type for > 'ol_flags' are replaced by unified packet type. > > Signed-off-by: Helin Zhang Helin, this patch was already acked in v2 and you didn't change it. Please keep the Acked-by line in such case.

[dpdk-dev] [PATCH v3 08/16] vmxnet3: support of unified packet type

2015-02-17 Thread Helin Zhang
To unify packet types among all PMDs, bit masks of packet type for 'ol_flags' are replaced by unified packet type. Signed-off-by: Helin Zhang --- lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) v2 changes: * Used redefined packet types and