Yes. IPv6 all over. Actually, we're looking at deprecating IPv6 at the transport layer entirely, and moving to IPv4 in IPv6 over GRE tunnels, but that's largely reliant on having RFC5549 in a few specific places (the edge terms).
One of the big wins you get with IPv6 is that is doesn't allow fragmenting.
This means packets will be dropped but that's not a bad thing when you have other layers taking care of retransmission. So routers then don't have to spend a lot of time chopping packets up and can just either shift packets faster or drop them telling the sender to slow down.
The other advantage I hope we see enabled is multicast. All these streaming services could massively reduce their bandwidth usage if the Internet allowed multicasts.