]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xen-netback-fix-multiple-extra-info-handling'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2016 02:08:01 +0000 (22:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2016 02:08:01 +0000 (22:08 -0400)
commit6148fb78ded2e8e32ca50fd6a44cd87874f5f8c4
treed28919993d3d10c78120e7caa77fa21a923f20b9
parent7415bccaba430e3cd06e9fdc5531aea7a79f6485
parent9c5d68d6a75f4c74a2bfaf6d0f10475345390fa9
Merge branch 'xen-netback-fix-multiple-extra-info-handling'

Paul Durrant says:

====================
xen-netback: fix multiple extra info handling

If a frontend passes multiple extra info fragments to netback on the guest
transmit side, because xen-netback does not account for this properly, only
a single ack response will be sent. This will eventually cause processing
of the shared ring to wedge.

This series re-imports the canonical netif.h from Xen, where the ring
protocol documentation has been updated, fixes this issue in xen-netback
and also adds a patch to reduce log spam.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>