Re: [dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation

2020-05-06 Thread Wisam Monther
From: Ajit Khaparde Sent: Wednesday, May 6, 2020 7:00 AM To: Wisam Monther Cc: dpdk-dev ; Jack Min ; Thomas Monjalon ; Jerin Jacob ; gerlitz...@gmail.com; l@epfl.ch Subject: Re: [dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation ::snip:: + +Actions: + +* ``--

Re: [dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation

2020-05-06 Thread Ajit Khaparde
::snip:: > > +void > +gen_rss(uint16_t *queues, uint16_t queues_number) > +{ > + uint16_t queue; > + struct action_rss_data *rss_data; > + rss_data = rte_malloc("rss_data", > + sizeof(struct action_rss_data), 0); > + > + if (rss_data == NULL) > +

Re: [dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation

2020-05-04 Thread Andrew Rybchenko
On 4/30/20 1:33 PM, Wisam Jaddo wrote: > Add insertion rate calculation feature into flow > performance application. > > The application now provide the ability to test > insertion rate of specific rte_flow rule, by > stressing it to the NIC, and calculate the > insertion rate. > > The applicatio

Re: [dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation

2020-04-30 Thread Xiaoyu Min
On Thu, 20-04-30, 10:33, Wisam Jaddo wrote: > Add insertion rate calculation feature into flow > performance application. > > The application now provide the ability to test > insertion rate of specific rte_flow rule, by > stressing it to the NIC, and calculate the > insertion rate. > > The appli

[dpdk-dev] [PATCH v4 2/5] app/test-flow-perf: add insertion rate calculation

2020-04-30 Thread Wisam Jaddo
Add insertion rate calculation feature into flow performance application. The application now provide the ability to test insertion rate of specific rte_flow rule, by stressing it to the NIC, and calculate the insertion rate. The application offers some options in the command line, to configure w