[ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-07-02 Thread Kumar Amber
This commit introduces additonal command line paramter for mfex study function. If user provides additional packet out it is used in study to compare minimum packets which must be processed else a default value is choosen. $ OVS_DIR/utilities/ovs-appctl dpif-netdev/miniflow-parser-set study 500

[ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-07-02 Thread Kumar Amber
This commit introduces additonal command line paramter for mfex study function. If user provides additional packet out it is used in study to compare minimum packets which must be processed else a default value is choosen. $ OVS_DIR/utilities/ovs-appctl dpif-netdev/miniflow-parser-set study 500

Re: [ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-06-29 Thread Amber, Kumar
Hi Eelco, Replies are inline. > > +++ b/Documentation/topics/dpdk/bridge.rst > > @@ -288,7 +288,13 @@ An implementation can be selected manually by > the following command :: > > Also user can select the study implementation which studies the > > traffic for a specific number of packets by

Re: [ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-06-29 Thread Eelco Chaudron
See some additional comments below. //Eelco On 17 Jun 2021, at 18:27, Kumar Amber wrote: > This commit introduces additonal command line paramter > for mfex study function. If user provides additional packet out > it is used in study to compare minimum packets which must be processed > else a

Re: [ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-06-28 Thread Amber, Kumar
Hi Flavio, Thanks Again, replies are inline. > -Original Message- > From: Flavio Leitner > Sent: Monday, June 28, 2021 8:26 AM > To: Amber, Kumar > Cc: d...@openvswitch.org; i.maxim...@ovn.org > Subject: Re: [ovs-dev] [v4 06/12] dpif-netdev: Add additional packet

Re: [ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-06-27 Thread Flavio Leitner
Hi, On Thu, Jun 17, 2021 at 09:57:48PM +0530, Kumar Amber wrote: > This commit introduces additonal command line paramter Typos. > for mfex study function. If user provides additional packet out > it is used in study to compare minimum

Re: [ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-06-24 Thread Amber, Kumar
Hi Ian , Many Thanks Again for reviews , my replies are inline. > > following command :: > > Also user can select the study implementation which studies the > > traffic for a specific number of packets by applying all availbale > > implementaions of miniflow extract and than chooses the one

Re: [ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-06-24 Thread Stokes, Ian
> This commit introduces additonal command line paramter > for mfex study function. If user provides additional packet out > it is used in study to compare minimum packets which must be processed > else a default value is choosen. > > $ OVS_DIR/utilities/ovs-appctl dpif-netdev/miniflow-parser-set

[ovs-dev] [v4 06/12] dpif-netdev: Add additional packet count parameter for study function

2021-06-17 Thread Kumar Amber
This commit introduces additonal command line paramter for mfex study function. If user provides additional packet out it is used in study to compare minimum packets which must be processed else a default value is choosen. $ OVS_DIR/utilities/ovs-appctl dpif-netdev/miniflow-parser-set study 500