All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/1] skbuff: Extend gso_type to unsigned int
@ 2017-04-03  8:15 Steffen Klassert
  2017-04-03  8:15 ` [PATCH net-next 1/1] " Steffen Klassert
  0 siblings, 1 reply; 5+ messages in thread
From: Steffen Klassert @ 2017-04-03  8:15 UTC (permalink / raw)
  To: David Miller; +Cc: Steffen Klassert, netdev

We need a GSO type for IPsec ESP to be able to integrate the IPsec
hardware offloading infrastructure. Unfortunately, all gso_type flags
are currently in use. This change extends gso_type from 'unsigned short'
to 'unsigned int'.

I'm sending this as a separate patch because it touches one of the
core networking structures, so I don't want to merge this together
with the IPsec hardware offloading infrastructure via the ipsec-next
tree.

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

end of thread, other threads:[~2017-04-07 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03  8:15 [PATCH net-next 0/1] skbuff: Extend gso_type to unsigned int Steffen Klassert
2017-04-03  8:15 ` [PATCH net-next 1/1] " Steffen Klassert
2017-04-05 13:34   ` David Miller
2017-04-07 13:36   ` David Laight
2017-04-07 14:28   ` Alexander Duyck

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.