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

2021-07-07 Thread Amber, Kumar
Hi Eelco, Pls find replies inline. > > +uint32_t > > +mfex_study_traffic(struct dp_packet_batch *packets, > > + struct netdev_flow_key *keys, > > + uint32_t keys_size, odp_port_t in_port, > > + struct dp_netdev_pmd_thread *pmd_handle) { > >

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

2021-07-07 Thread Eelco Chaudron
On 6 Jul 2021, at 15:11, Cian Ferriter 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 using the following comma

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

2021-07-06 Thread Cian Ferriter
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