.. index:: pair: group; Adding too many Rx rules .. _doxid-group__rss-too__many__rx__rules: Adding too many Rx rules ======================== .. toctree:: :hidden: Check that if Rx rules table is overfilled, nothing bad happens. #. Check that there is no Rx rules on IUT interface. #. Create a socket on IUT for adding Rx rules via ioctl(). #. Iterate **iters** times: * Create a lot of Rx classification rules on IUT until adding the next one fails. Then remove all the added rules. Check that the count of added rules does not decrease in comparison to the previous iteration. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - env - Testing environment: * :ref:`env.peer2peer ` * :ref:`env.peer2peer_ipv6 ` * - sock_type - Socket type (determines whether TCP or UDP Rx rules are created): * ``SOCK_STREAM`` * ``SOCK_DGRAM`` * - iters - How many times to fill rules table and remove all the added rules