All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: enable udp v6 sockets receiving v4 packets with UDP GRO
@ 2021-01-11 12:38 Xin Long
  2021-01-11 12:38 ` [PATCH net-next 1/2] udp: call udp_encap_enable for v6 sockets when enabling encap Xin Long
  2021-01-11 12:38 ` [PATCH net-next 2/2] Revert "bareudp: Fixed bareudp receive handling" Xin Long
  0 siblings, 2 replies; 7+ messages in thread
From: Xin Long @ 2021-01-11 12:38 UTC (permalink / raw)
  To: network dev, linux-sctp
  Cc: davem, Jakub Kicinski, pabeni, Willem de Bruijn, Martin Varghese

Currently, udp v6 socket can not process v4 packets with UDP GRO, as
udp_encap_needed_key is not increased when udp_tunnel_encap_enable()
is called for v6 socket. This patchset is to increase it and remove
the unnecessary code in bareudp.

Xin Long (2):
  udp: call udp_encap_enable for v6 sockets when enabling encap
  Revert "bareudp: Fixed bareudp receive handling"

 drivers/net/bareudp.c    | 6 ------
 include/net/udp_tunnel.h | 3 +--
 net/ipv6/udp.c           | 4 +++-
 3 files changed, 4 insertions(+), 9 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-12  7:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-11 12:38 [PATCH net-next 0/2] net: enable udp v6 sockets receiving v4 packets with UDP GRO Xin Long
2021-01-11 12:38 ` [PATCH net-next 1/2] udp: call udp_encap_enable for v6 sockets when enabling encap Xin Long
2021-01-11 18:01   ` kernel test robot
2021-01-11 18:01     ` kernel test robot
2021-01-12  7:53     ` Xin Long
2021-01-12  7:53       ` Xin Long
2021-01-11 12:38 ` [PATCH net-next 2/2] Revert "bareudp: Fixed bareudp receive handling" Xin Long

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.