[dpdk-dev] [PATCH] net/bonding: only handle lacp slow packets

2016-11-07 Thread Thomas Monjalon
> > We should not drop the slow packets which subtype is not marker or lacp. > > Because slow packets have other subtype like OAM,OSSP,user defined and so > > on. > > > > Signed-off-by: Linhaifeng > > Reviewed-by: Tomasz Kulasek Applied, thanks

[dpdk-dev] [PATCH] net/bonding: only handle lacp slow packets

2016-11-07 Thread Kulasek, TomaszX
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of linhaifeng > Sent: Friday, November 4, 2016 04:30 > To: dev at dpdk.org > Cc: Yigit, Ferruh ; Doherty, Declan > > Subject: [dpdk-dev] [PATCH] net/bonding: only handle lacp slow packets

[dpdk-dev] [PATCH] net/bonding: only handle lacp slow packets

2016-11-04 Thread linhaifeng
From: Linhaifeng We should not drop the slow packets which subtype is not marker or lacp. Because slow packets have other subtype like OAM,OSSP,user defined and so on. Signed-off-by: Linhaifeng --- drivers/net/bonding/rte_eth_bond_pmd.c | 14 +- 1 file changed, 13 insertions(+), 1