Re: [ovs-dev] [PATCH v5 0/3] Support flowlabel calculation in SRv6 tunnels

2023-05-25 Thread Ilya Maximets
On 5/23/23 05:58, Nobuhiro MIKI wrote: > This patchset adds a feature to support the calculation of flowlabel in > SRv6 tunnels. > > v5: > * Write netdev_srv6_flowlabel enum to ipv6 flowlabel in header build. > * Fix docs. > * Add tests for the same flow. > v4: > * Set flowlabel on header push. >

[ovs-dev] [PATCH v5 0/3] Support flowlabel calculation in SRv6 tunnels

2023-05-22 Thread Nobuhiro MIKI
This patchset adds a feature to support the calculation of flowlabel in SRv6 tunnels. v5: * Write netdev_srv6_flowlabel enum to ipv6 flowlabel in header build. * Fix docs. * Add tests for the same flow. v4: * Set flowlabel on header push. * Fix docs. * Use RSS hash. v3: * Fix building error