On Thu, Aug 4, 2022 at 9:06 PM Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> wrote: > > Remove deprecated ``ETH_RSS_*`` defines used for hash function and RETA > size specification. Use corresponding defines with ``RTE_`` prefix > instead.
Nit: we still have some reference in comments in the publicly exposed header: HEAD~7:lib/ethdev/rte_ethdev.h: * The ETH_RSS_L4_CHKSUM works on checksum field of any L4 header. HEAD~7:lib/ethdev/rte_ethdev.h: * It is similar to ETH_RSS_PORT that they don't specify the specific type of > > Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> -- David Marchand