04/09/2021 09:46, Shijith Thotton:
quoted
+* ``--enable-vector:`` Optional, Enable event vectorization. Only valid if --
mode=eventdev.
As for the IPsec example, the option name --event-vector
would be more appropriate because "vector" can refer to something else.
Will change option name to --event-vector.
quoted
+
+* ``--vector-size:`` Optional, Max vector size if event vectorization is enabled.
+
+* ``--vector-tmo-ns:`` Optional, Max timeout to form vector in nanoseconds if
event vectorization is enabled.
Better to have a common prefix "event" for all three options.
Makes sense, will change in next version.