[dpdk-dev] [PATCH 06/17] bond: support of unified packet type

2015-02-13 Thread Zhang, Helin
v] [PATCH 06/17] bond: support of unified packet type > > On 29/01/15 03:15, Helin Zhang wrote: > > 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 > > -

[dpdk-dev] [PATCH 06/17] bond: support of unified packet type

2015-02-11 Thread Declan Doherty
On 29/01/15 03:15, Helin Zhang wrote: > 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_bond/rte_eth_bond_pmd.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(

[dpdk-dev] [PATCH 06/17] bond: support of unified packet type

2015-01-29 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_bond/rte_eth_bond_pmd.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/librte_pmd_bond/rte_eth_bond_pmd