Re: [ovs-dev] [v8 03/12] dpif-netdev: Add study function to select the best mfex function

2021-07-11 Thread Amber, Kumar
Hi Flavio, > -Original Message- > From: Flavio Leitner > Sent: Sunday, July 11, 2021 6:14 AM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; i.maxim...@ovn.org > Subject: Re: [ovs-dev] [v8 03/12] dpif-netdev: Add study function to select > the > best

Re: [ovs-dev] [v8 03/12] dpif-netdev: Add study function to select the best mfex function

2021-07-10 Thread Flavio Leitner
Hi, On Fri, Jul 09, 2021 at 05:35:53PM +0530, kumar Amber wrote: > From: Kumar Amber > > The study function runs all the available implementations > of miniflow_extract and makes a choice whose hitmask has > maximum hits and sets the mfex to that function. > > Study can be run at runtime

[ovs-dev] [v8 03/12] dpif-netdev: Add study function to select the best mfex function

2021-07-09 Thread kumar Amber
From: Kumar Amber The study function runs all the available implementations of miniflow_extract and makes a choice whose hitmask has maximum hits and sets the mfex to that function. Study can be run at runtime using the following command: $ ovs-appctl dpif-netdev/miniflow-parser-set study