Re: [vpp-dev] sorted list functions?

2020-09-14 Thread Dave Barach via lists.fd.io
nt: Sunday, September 13, 2020 3:52 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] sorted list functions? I'm looking for some kind of sorted list capability in VPP (my key is 24 bits, value is 64 bits). I found the skiplist code (vppinfra/slist.[ch]) which would be perfect (modulo value size) but tha

[vpp-dev] sorted list functions?

2020-09-13 Thread G. Paul Ziemba
I'm looking for some kind of sorted list capability in VPP (my key is 24 bits, value is 64 bits). I found the skiplist code (vppinfra/slist.[ch]) which would be perfect (modulo value size) but that's going away apparently. Is there some other sorted list capability that is already part of VPP?