summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang1-8/+1
2021-10-27net: hns3: reset DWRR of unused tc to zeroGuangbin Huang1-0/+2
2021-10-06net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen1-26/+5
2021-10-06net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-10-27net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter1-1/+1
2020-09-27net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan1-44/+43
2020-09-27net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang1-12/+22
2020-09-25net: hns3: remove unnecessary variable initializationYufeng Mo1-1/+1
2020-02-14net: hns3: fix VF bandwidth does not take effect in some caseYonglong Liu1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+9
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu1-2/+9
2019-10-09net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu1-0/+43
2019-10-07net: hns3: make array tick_array static, makes object smallerColin Ian King1-1/+1
2019-09-11net: hns3: fix shaper parameter algorithmYonglong Liu1-7/+4
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao1-1/+1
2019-08-01net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin1-12/+6
2019-06-28net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-06-28net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin1-2/+17
2019-06-15net: hns3: some variable modificationWeihang Li1-1/+1
2019-06-09net: hns3: fix some coding style issuesWeihang Li1-10/+12
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo1-47/+52
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo1-7/+13
2019-06-04net: hns3: set the port shaper according to MAC speedYunsheng Lin1-1/+1
2019-04-26net: hns3: fix pause configure fail problemHuazhong Tan1-1/+4
2019-01-31net: hns3: only support tc 0 for VFYunsheng Lin1-6/+16
2019-01-23net: hns3: fix PFC not setting problem for DCB moduleYunsheng Lin1-1/+1
2019-01-23net: hns3: add ETS TC weight setting in SSU moduleYunsheng Lin1-0/+43
2019-01-23net: hns3: do not return GE PFC setting err when initializingYunsheng Lin1-7/+12
2019-01-23net: hns3: fix for shaper not setting when TC num changesYunsheng Lin1-3/+3
2019-01-19net: hns3: fix user configuration loss for ethtool -LHuazhong Tan1-5/+35
2019-01-19net: hns3: remove redundant codes in hclge_knic_setupHuazhong Tan1-1/+1
2019-01-19net: hns3: add interface hclge_tm_bp_setupHuazhong Tan1-8/+15
2018-11-20net: hns3: add common validation in hclge_dcbYunsheng Lin1-12/+2
2018-11-04net: hns3: Fix for out-of-bounds access when setting pfc back pressureYunsheng Lin1-6/+4
2018-09-28net: hns3: Change return type of hclge_tm_schd_info_update()Huazhong Tan1-1/+8
2018-09-28net: hns3: Set extra mac address of pause param for HWFuyun Liang1-0/+1
2018-09-22net: hns3: Unify the type convert for desc.dataJian Shen1-3/+3
2018-09-20net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()Jian Shen1-1/+1
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-07-07net: hns3: Fix for mac pause not disable in pfc modeYunsheng Lin1-2/+7
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-4/+4
2018-05-16net: hns3: Fixes the back pressure setting when sriov is enabledYunsheng Lin1-5/+40
2018-05-01net: hns3: Remove error log when getting pfc stats failsYunsheng Lin1-4/+1
2018-03-12net: hns3: add support for querying pfc puase packets statisticPeng Li1-0/+53
2018-03-12net: hns3: unify the pause params setup functionFuyun Liang1-12/+11
2018-01-08net: hns3: fix for not setting pause parametersFuyun Liang1-2/+56
2017-12-27net: hns3: Increase the default depth of bucket for TM shaperPeng Li1-2/+2
2017-12-27net: hns3: add support for set_pauseparamPeng Li1-1/+1