On 29 Jun 2021, at 13:59, Amber, Kumar wrote:
> Hi Eelco,
>
> Thanks a lot for the comments and my replies are inline.
>
<SNIP>
>>> + return;
>>> + }
>>> +
>>> + /* Add all mfex functions to reply string. */
>>> + struct ds reply = DS_EMPTY_INITIALIZER;
>>> + ds_put_cstr(&reply, "Available Optimized Miniflow Extracts:\n");
>>> + for (uint32_t i = 0; i < count; i++) {
>>> + ds_put_format(&reply, " %s (available: %s)\n",
>>> + mfex_impls[i].name, mfex_impls[i].available ?
>>> + "True" : "False");
>>> + }
>>> + unixctl_command_reply(conn, ds_cstr(&reply));
>>> + ds_destroy(&reply);
>>
>> I think this command must output the currently configured values for all
>> data paths, or else there is no easy way to see the current setting.
>>
>
> We are planning to do a separate patch for implementing the same for DPIF,
> MFEX adnd DPCLS.
>
If you do, please do it ASAP, as I think this feature should not get in without
being able to see in the field what the actual configuration is.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev
- [ovs-dev] [v3 11/12] dpif-netdev/mfex: add more AVX512 t... Kumar Amber
- [ovs-dev] [v4 00/12] MFEX Infrastructure + Optimizations Kumar Amber
- [ovs-dev] [v4 01/12] dpif-netdev: Add command line ... Kumar Amber
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add comma... 0-day Robot
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add comma... Stokes, Ian
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add c... Amber, Kumar
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add comma... Flavio Leitner
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add c... Amber, Kumar
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add comma... Eelco Chaudron
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add c... Amber, Kumar
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add c... Eelco Chaudron
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add c... Van Haaren, Harry
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add c... Eelco Chaudron
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add comma... Eelco Chaudron
- Re: [ovs-dev] [v4 01/12] dpif-netdev: Add c... Amber, Kumar
- [ovs-dev] [v4 02/12] dpif-netdev: Add auto validati... Kumar Amber
- Re: [ovs-dev] [v4 02/12] dpif-netdev: Add auto ... Stokes, Ian
- Re: [ovs-dev] [v4 02/12] dpif-netdev: Add a... Ilya Maximets
- Re: [ovs-dev] [v4 02/12] dpif-netdev: Add a... Ilya Maximets
- Re: [ovs-dev] [v4 02/12] dpif-netdev: Add a... Van Haaren, Harry
- Re: [ovs-dev] [v4 02/12] dpif-netdev: Add a... Amber, Kumar
