strparser: Queue work when being unpaused
When the upper layer unpauses a stream parser connection we need to queue rx_work to make sure no events are missed. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
3c90a941ed
commit
cff6a334e6
@@ -88,10 +88,7 @@ static inline void strp_pause(struct strparser *strp)
|
||||
}
|
||||
|
||||
/* May be called without holding lock for attached socket */
|
||||
static inline void strp_unpause(struct strparser *strp)
|
||||
{
|
||||
strp->rx_paused = 0;
|
||||
}
|
||||
void strp_unpause(struct strparser *strp);
|
||||
|
||||
static inline void save_strp_stats(struct strparser *strp,
|
||||
struct strp_aggr_stats *agg_stats)
|
||||
|
Reference in New Issue
Block a user