Hi, > > > > > > After this change, I'm not sure about the purpose of > > > "RTE_COMP_ALGO_LIST_END". > > > There is no any other use of it in DPDK code, and it isn't represent the > > > number of algorithms supported by the API since the > > > "RTE_COMP_ALGO_UNSPECIFIED" is part of the enum. > > > > > > Due to the compress API is experimental I think the > > > "RTE_COMP_ALGO_LIST_END" can be removed. > > > > > +1 to remove the list end enums. This will also help in avoiding ABI > > breakage > > When we make this lib as stable. > > Even RTE_COMP_HASH_ALGO_LIST_END can also be removed. > It is not used anywhere.
Can you send a patch to remove these list end enums along with this patch? -Akhil