net: mvpp2: set SKBTX_IN_PROGRESS
authorRussell King <rmk+kernel@armlinux.org.uk>
Sun, 13 Sep 2020 07:05:52 +0000 (08:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 Sep 2020 21:20:59 +0000 (14:20 -0700)
commit068b62148255c796516bdd2bb2435c49ac33aa18
tree431ad22d4ada57e466365b2bcf78b8a1b8f12d4e
parent5eb2cd07c902a2efc3ed7fe94861d604c7f09d98
net: mvpp2: set SKBTX_IN_PROGRESS

Richard Cochran points out that SKBTX_IN_PROGRESS should be set when
the skbuff is queued for timestamping.  Add this.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c