I noticed that in DPDK, the default value of the RX descriptors in the RX ring is generally 4096. But I can also make arbitrary changes to this value(multiples of 64).
I would like to know is there any limit for setting the number of RX descriptors?
eg,What is the maximum number of RX descriptors that can be set?Is this maximum value related to the type of network card? Does the number of RX descriptors have to be a multiple of 64?