RE: [EXT] [PATCH] compressdev: fix end of comp PMD list macro conflict

2023-02-01 Thread Akhil Goyal
> > 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"

RE: [EXT] [PATCH] compressdev: fix end of comp PMD list macro conflict

2023-02-01 Thread Michael Baum
Hi, > > > 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" i

RE: [EXT] [PATCH] compressdev: fix end of comp PMD list macro conflict

2023-02-01 Thread Akhil Goyal
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. > > >

RE: [EXT] [PATCH] compressdev: fix end of comp PMD list macro conflict

2023-01-31 Thread Akhil Goyal
> Subject: RE: [EXT] [PATCH] compressdev: fix end of comp PMD list macro > conflict > > > The "rte_compressdev_info_get()" function retrieves the contextual > > information of a device. > > The output structure "dev_info" contains a list of device

RE: [EXT] [PATCH] compressdev: fix end of comp PMD list macro conflict

2023-01-30 Thread Akhil Goyal
> The "rte_compressdev_info_get()" function retrieves the contextual > information of a device. > The output structure "dev_info" contains a list of devices supported > capabilities for each supported algorithm. > > In this function description, it says the element after the last valid > element h