Re: [PATCH RFC net-next] 6lowpan: use rbtree for IP frag queue

2019-02-18 Thread Stefan Schmidt
Hello Peter. On 18.02.19 00:08, Alexander Aring wrote: > Hi, > > On Thu, Feb 14, 2019 at 06:29:53PM -0800, Peter Oskolkov wrote: >> This patch aligns IP defragmenation logic in 6lowpan with that >> of IPv4 and IPv6: see >> commit d4289fcc9b16 ("net: IP6 defrag: use rbtrees for IPv6 defrag") >> >>

Re: [PATCH RFC net-next] 6lowpan: use rbtree for IP frag queue

2019-02-17 Thread Alexander Aring
Hi, On Thu, Feb 14, 2019 at 06:29:53PM -0800, Peter Oskolkov wrote: > This patch aligns IP defragmenation logic in 6lowpan with that > of IPv4 and IPv6: see > commit d4289fcc9b16 ("net: IP6 defrag: use rbtrees for IPv6 defrag") > > Modifying ip_defrag selftest seemed like an overkill, as I suspec

[PATCH RFC net-next] 6lowpan: use rbtree for IP frag queue

2019-02-14 Thread Peter Oskolkov
This patch aligns IP defragmenation logic in 6lowpan with that of IPv4 and IPv6: see commit d4289fcc9b16 ("net: IP6 defrag: use rbtrees for IPv6 defrag") Modifying ip_defrag selftest seemed like an overkill, as I suspect most kernel test setups do not have 6lowpan hwsim enabled. So I ran the follo