Re: [PATCH net-next 8/8] net/packet: introduce packet_rcv_try_clear_pressure() helper

2019-06-13 Thread Vinicius Costa Gomes
Hi, Eric Dumazet writes: > There are two places where we want to clear the pressure > if possible, add a helper to make it more obvious. > > Signed-off-by: Eric Dumazet > Suggested-by: Willem de Bruijn > --- > net/packet/af_packet.c | 13 + > 1 file changed, 9 insertions(+), 4 del

[PATCH net-next 8/8] net/packet: introduce packet_rcv_try_clear_pressure() helper

2019-06-12 Thread Eric Dumazet
There are two places where we want to clear the pressure if possible, add a helper to make it more obvious. Signed-off-by: Eric Dumazet Suggested-by: Willem de Bruijn --- net/packet/af_packet.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/net/packet/af_packe