> -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, September 26, 2018 2:09 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com> > Subject: [PATCH v5 00/10] net/softnic: implement metering and policing API > > This series is prepared on top of following patchset; > https://mails.dpdk.org/archives/dev/2018-September/111379.html > > v5 changes > - fix wrong parameter in memcpy for table meter profile update > > v4 changes > - introduce the table meter profile check in softnic pipeline table meter > profile add function (rte_eth_softnic_thread.c) > - change the table action check function to more generic form > softnic_table_is_action_enabled() (rte_eth_softnic_flow.c) > > v3 changes: > - update pipeline table with meter profiles > - update pipeline table with dscp table entry update > > v2 changes: > - fix copyright year for rte_eth_softnic_meter.c > - Place all checks in a separate functions while creating meter object > - Use softnic_pipeline_table_mtr_profile_add() api to add meter profile > instead of implementing new function > - Use stats type indicator to determine the stats_mask for meter stats read > Series applied to next-pipeline tree, thanks!
- [dpdk-dev] [PATCH v5 02/10] net/softnic: add... Jasvinder Singh
- [dpdk-dev] [PATCH v5 01/10] net/softnic: add... Jasvinder Singh
- [dpdk-dev] [PATCH v5 03/10] net/softnic: del... Jasvinder Singh
- [dpdk-dev] [PATCH v5 04/10] net/softnic: cre... Jasvinder Singh
- [dpdk-dev] [PATCH v5 06/10] net/softnic: upd... Jasvinder Singh
- [dpdk-dev] [PATCH v5 07/10] net/softnic: upd... Jasvinder Singh
- [dpdk-dev] [PATCH v5 08/10] net/softnic: upd... Jasvinder Singh
- [dpdk-dev] [PATCH v5 05/10] net/softnic: des... Jasvinder Singh
- [dpdk-dev] [PATCH v5 09/10] net/softnic: met... Jasvinder Singh
- [dpdk-dev] [PATCH v5 10/10] net/softnic: ena... Jasvinder Singh
- Re: [dpdk-dev] [PATCH v5 00/10] net/softnic:... Dumitrescu, Cristian
- [dpdk-dev] [PATCH v4 06/10] net/softnic: upd... Jasvinder Singh
- [dpdk-dev] [PATCH v4 07/10] net/softnic: upd... Jasvinder Singh
- [dpdk-dev] [PATCH v4 10/10] net/softnic: ena... Jasvinder Singh
- [dpdk-dev] [PATCH v4 03/10] net/softnic: del... Jasvinder Singh
- [dpdk-dev] [PATCH v3 03/10] net/softnic: delete meter... Jasvinder Singh
- [dpdk-dev] [PATCH v3 06/10] net/softnic: update meter... Jasvinder Singh
- [dpdk-dev] [PATCH v3 09/10] net/softnic: meter stats ... Jasvinder Singh
- [dpdk-dev] [PATCH v3 07/10] net/softnic: update dscp ... Jasvinder Singh
- [dpdk-dev] [PATCH v3 05/10] net/softnic: destroy mete... Jasvinder Singh
- [dpdk-dev] [PATCH v3 08/10] net/softnic: update polic... Jasvinder Singh