Hi Adrien, Thanks for the V2. May I ask a question that may a little out of the scope here. As currently we don't store all the flow rules in the driver of Intel NICs, we're trying to fill this gap. Considering we need to order the flow rules by the priority, I think it's better to introduce avl tree or RB tree or something like that. We can transplant the avl tree code from FreeBSD. But it doesn't make sense to put it in the PMD. As you mentioned you'll provide some common code in the lib, will you provide avl tree or something similar in the common code? If you have already done it, we need not waste time to do the same thing again :)
- [dpdk-dev] [RFC] Generic flow direc... Rahul Lakkireddy
- [dpdk-dev] [RFC] Generic flow ... Adrien Mazarguil
- [dpdk-dev] [RFC] Generic f... John Fastabend
- [dpdk-dev] [RFC] Generic f... Adrien Mazarguil
- [dpdk-dev] [RFC] Generic f... John Fastabend
- [dpdk-dev] [RFC] Generic f... Adrien Mazarguil
- [dpdk-dev] [RFC] Generic f... John Fastabend
- [dpdk-dev] [RFC] Generic flow ... John Daley (johndale)
- [dpdk-dev] [RFC v2] Generic flow director/filtering/... Adrien Mazarguil
- [dpdk-dev] [RFC v2] ethdev: introduce generic f... Adrien Mazarguil
- [dpdk-dev] [RFC v2] ethdev: introduce gener... Lu, Wenzhuo
- [dpdk-dev] [RFC v2] ethdev: introduce gener... John Fastabend
- [dpdk-dev] [RFC v2] Generic flow director/filte... John Fastabend
- [dpdk-dev] [RFC v2] Generic flow director/filte... Adrien Mazarguil
- [dpdk-dev] [RFC v2] Generic flow director/f... Zhang, Helin
- [dpdk-dev] [RFC v2] Generic flow direct... Adrien Mazarguil
- [dpdk-dev] [RFC v2] Generic flow di... Zhang, Helin
- [dpdk-dev] [RFC v2] Generic fl... Adrien Mazarguil
- [dpdk-dev] [PATCH 00/22] Generic flow API (rte_... Adrien Mazarguil
- [dpdk-dev] [PATCH 01/22] ethdev: introduce ... Adrien Mazarguil
- [dpdk-dev] [PATCH 01/22] ethdev: introd... Xing, Beilei