Re: [PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps

2023-10-19 Thread Jakub Kicinski
On Mon, 16 Oct 2023 18:52:45 +0200 Alexander Lobakin wrote: > 40 files changed, 715 insertions(+), 415 deletions(-) This already has at least two conflicts with networking if I'm looking right. Please let the pre-req's go in via Yury's tree and then send this for net-next in the next release

[PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps

2023-10-17 Thread Alexander Lobakin
Historically, tunnel flags like TUNNEL_CSUM or TUNNEL_ERSPAN_OPT have been defined as __be16. Now all of those 16 bits are occupied and there's no more free space for new flags. It can't be simply switched to a bigger container with no adjustments to the values, since it's an explicit Endian