Re: [ovs-dev] [PATCH v14 03/11] dpif-netdev: Add study function to select the best mfex function

2021-07-16 Thread Eelco Chaudron
This one also has some indentation issue. Maybe Ian can fix on commit. On 15 Jul 2021, at 18:06, 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 tha

[ovs-dev] [PATCH v14 03/11] dpif-netdev: Add study function to select the best mfex function

2021-07-15 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 Sign