Re: [dpdk-dev] [PATCH v2] examples/l3fwd: add changes to use event vector

2021-09-22 Thread Shijith Thotton
>04/09/2021 09:46, Shijith Thotton: >> +* ``--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 t

Re: [dpdk-dev] [PATCH v2] examples/l3fwd: add changes to use event vector

2021-09-21 Thread Thomas Monjalon
04/09/2021 09:46, Shijith Thotton: > +* ``--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. > + > +* ``--vector-size:`` Optiona

[dpdk-dev] [PATCH v2] examples/l3fwd: add changes to use event vector

2021-09-04 Thread Shijith Thotton
Added changes to receive packets as event vector. By default this is disabled and can be enabled using the option --enable-vector. Vector size and timeout to form the vector can be configured using options --vector-size and --vector-tmo-ns. Example: dpdk-l3fwd -l 0-3 -n 4 -- -p 0x03 --mode