net: zynq: Add dummy packet to fix packet duplication issue
authorMichal Simek <michal.simek@xilinx.com>
Mon, 17 Aug 2015 07:58:54 +0000 (09:58 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Nov 2015 12:50:09 +0000 (13:50 +0100)
commit23a598f719811fbb1807ed377382fef019b9b3cd
tree6c9672ce4e9421819077f6686a7530f7508830fa
parent081dc2fa78e4a2760ffd713292da430e9290a662
net: zynq: Add dummy packet to fix packet duplication issue

Target is duplicating packets. IP prefetches another BD and process it
when the first one is sent. Adding one dummy BD to the chain fix the
problem with packet duplication.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/zynq_gem.c