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:
+
+* ``--
::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)
> +
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
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
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
5 matches
Mail list logo