Re: [ovs-dev] [PATCH v4] dpcls: Change info-get function to fetch dpcls usage stats.

2021-12-14 Thread Amber, Kumar
Hi Eelco, Thanks for the reviews . We created 2 patches one which I sent here, and one is almost identical to the patch suggested by you, We thought the double pointer was more complicated and hence didn’t send that one first. I will send the updated patch with your Input in sometime 😊. Regar

Re: [ovs-dev] [PATCH v4] dpcls: Change info-get function to fetch dpcls usage stats.

2021-12-10 Thread Eelco Chaudron
On 2 Dec 2021, at 11:05, Kumar Amber wrote: > Modified the dplcs info-get command output to include > the count for different dpcls implementations. > > $ovs-appctl dpif-netdev/subtable-lookup-prio-get > > Available dpcls implementations: > autovalidator (Use count: 1, Priority: 5) > generi

[ovs-dev] [PATCH v4] dpcls: Change info-get function to fetch dpcls usage stats.

2021-12-02 Thread Kumar Amber
Modified the dplcs info-get command output to include the count for different dpcls implementations. $ovs-appctl dpif-netdev/subtable-lookup-prio-get Available dpcls implementations: autovalidator (Use count: 1, Priority: 5) generic (Use count: 0, Priority: 1) avx512_gather (Use count: 0, P