Hi, 04/07/2017 17:38, Cristian Dumitrescu: > http://dpdk.org/git/next/dpdk-next-tm
I'm sorry to not have considered this tree as a high priority. I think it may be integrated in RC2 because it is a totally new area and should not break any existing code. I prefer to wait because I have seen some things to fix: 1/ There is a compilation error with clang (notified in related thread). 2/ Some functions are exposed in the API to query the ops. It seems dangerous and useless: - rte_eth_dev_tm_ops_get - rte_tm_ops_get 3/ The PMD interface file is referenced in the doxygen index: + [rte_tm_driver] (@ref rte_tm_driver.h), I see that rte_flow_driver.h is also referenced but it seems a mistake. 4/ As it is a totally new API, it should be declared as EXPERIMENTAL in the MAINTAINERS file and in the doxygen. 5/ There is no doc in the programmer's guide. 6/ There is no application to test it. I know that the points 5/ and 6/ are long to complete. However I would like to know what is the plan? And should we integrate TM in 17.08 without neither doc nor app?