Re: [PATCH net-next] selftests/net: ipv6 flowlabel

2019-05-28 Thread David Miller
From: Willem de Bruijn Date: Mon, 27 May 2019 16:47:51 -0400 > From: Willem de Bruijn > > Test the IPv6 flowlabel control and datapath interfaces: > > Acquire and release the right to use flowlabels with socket option > IPV6_FLOWLABEL_MGR. > > Then configure flowlabels on send and read them o

[PATCH net-next] selftests/net: ipv6 flowlabel

2019-05-27 Thread Willem de Bruijn
From: Willem de Bruijn Test the IPv6 flowlabel control and datapath interfaces: Acquire and release the right to use flowlabels with socket option IPV6_FLOWLABEL_MGR. Then configure flowlabels on send and read them on recv with cmsg IPV6_FLOWINFO. Also verify auto-flowlabel if not explicitly se