Merge pull request #247 in SW_PON/linux from feature/integrate-bm-qos-datapath to xrx500
PPV4 QoS integration * commit '6c194145ceb32b6616c599792dbaffa0bf3c83f5': (75 commits) checkpatch warning fixing in datapath_swdev.c change space to tab in kconfig and remove trailing space Set BSL threshold when the first interface comes up using switch api Fix remove node command Added BM debugfs. Fixed code review comments Add entry log to qos api Fix pull request #247 comments fix qos proc bug tune debug info Omit pp_qos_platform.c get resources by name, not by index Change the sequence in deleting the interface to prevent a deadlock situation and hang maintain the sanity of the flags for alloc, otherwise it causes mismatch/error in the flag while deleting the interface from the bridge fix the param ep update qos proc cat /proc/dp/qos works without scheduler. But queue/scheduler/port stat still wrong Add qos debugfs documentation Add debug and stat API cqm small adjustments to compile with the lates BM changes BM checkpatch fixes ...
Showing
- Documentation/devicetree/bindings/net/intel,falconmx-bm.txt 13 additions, 0 deletionsDocumentation/devicetree/bindings/net/intel,falconmx-bm.txt
- Documentation/pp_qos_debugfs.txt 133 additions, 0 deletionsDocumentation/pp_qos_debugfs.txt
- drivers/net/ethernet/lantiq/cqm/cbm_wrapper.c 0 additions, 9 deletionsdrivers/net/ethernet/lantiq/cqm/cbm_wrapper.c
- drivers/net/ethernet/lantiq/cqm/cqm_common.h 0 additions, 1 deletiondrivers/net/ethernet/lantiq/cqm/cqm_common.h
- drivers/net/ethernet/lantiq/cqm/falconmx/Makefile 1 addition, 0 deletionsdrivers/net/ethernet/lantiq/cqm/falconmx/Makefile
- drivers/net/ethernet/lantiq/cqm/falconmx/cqm.c 85 additions, 48 deletionsdrivers/net/ethernet/lantiq/cqm/falconmx/cqm.c
- drivers/net/ethernet/lantiq/cqm/falconmx/cqm.h 1 addition, 0 deletionsdrivers/net/ethernet/lantiq/cqm/falconmx/cqm.h
- drivers/net/ethernet/lantiq/cqm/falconmx/cqm_config.c 9 additions, 3 deletionsdrivers/net/ethernet/lantiq/cqm/falconmx/cqm_config.c
- drivers/net/ethernet/lantiq/cqm/falconmx/cqm_config.h 8 additions, 0 deletionsdrivers/net/ethernet/lantiq/cqm/falconmx/cqm_config.h
- drivers/net/ethernet/lantiq/datapath/Kconfig 73 additions, 50 deletionsdrivers/net/ethernet/lantiq/datapath/Kconfig
- drivers/net/ethernet/lantiq/datapath/Makefile 1 addition, 1 deletiondrivers/net/ethernet/lantiq/datapath/Makefile
- drivers/net/ethernet/lantiq/datapath/datapath.h 118 additions, 27 deletionsdrivers/net/ethernet/lantiq/datapath/datapath.h
- drivers/net/ethernet/lantiq/datapath/datapath_api.c 41 additions, 11 deletionsdrivers/net/ethernet/lantiq/datapath/datapath_api.c
- drivers/net/ethernet/lantiq/datapath/datapath_instance.c 1 addition, 0 deletionsdrivers/net/ethernet/lantiq/datapath/datapath_instance.c
- drivers/net/ethernet/lantiq/datapath/datapath_logical_dev.c 1 addition, 1 deletiondrivers/net/ethernet/lantiq/datapath/datapath_logical_dev.c
- drivers/net/ethernet/lantiq/datapath/datapath_loopeth_dev.c 41 additions, 28 deletionsdrivers/net/ethernet/lantiq/datapath/datapath_loopeth_dev.c
- drivers/net/ethernet/lantiq/datapath/datapath_notifier.c 2 additions, 2 deletionsdrivers/net/ethernet/lantiq/datapath/datapath_notifier.c
- drivers/net/ethernet/lantiq/datapath/datapath_proc.c 278 additions, 16 deletionsdrivers/net/ethernet/lantiq/datapath/datapath_proc.c
- drivers/net/ethernet/lantiq/datapath/datapath_proc_api.c 52 additions, 1 deletiondrivers/net/ethernet/lantiq/datapath/datapath_proc_api.c
- drivers/net/ethernet/lantiq/datapath/datapath_proc_qos.c 842 additions, 0 deletionsdrivers/net/ethernet/lantiq/datapath/datapath_proc_qos.c
Loading
Please register or sign in to comment