]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: fec: Add Ftype to BD to distiguish three tx queues for AVB
authorNimrod Andy <B38611@freescale.com>
Tue, 23 Sep 2014 07:40:55 +0000 (15:40 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:05 +0000 (21:18 -0600)
commit71304d913db4254c3be573ad8a514984cab4a0cc
tree91b888562ed10e2426ba7e48faeef6a823edda33
parentcaaba455df685fed62c4d3ec2fdf269b873fd677
net: fec: Add Ftype to BD to distiguish three tx queues for AVB

The current driver loss Ftype field init for BD, which cause tx
queue #1 and #2 cannot work well.

Add Ftype field to BD to distiguish three queues for AVB:
0 -> Best Effort
1 -> ClassA
2 -> ClassB

Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec.h
drivers/net/ethernet/freescale/fec_main.c