aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21net: hns3: optimize converting dscp to priority process of hns3_nic_select_queue()Guangbin Huang1-9/+9
2022-09-07net: hns3: add support config dscp map to tcGuangbin Huang1-1/+49
2022-06-13net: hns3: fix tm port shapping of fibre port is incorrect after driver initializationGuangbin Huang1-1/+1
2022-06-13net: hns3: fix PF rss size initialization bugJie Wang1-1/+3
2022-06-13net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang1-31/+64
2022-03-16net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King1-1/+1
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang1-1/+1
2021-11-29net: hns3: refine function hclge_tm_pri_q_qs_cfg()Guangbin Huang1-25/+50
2021-11-29net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()Guangbin Huang1-10/+23
2021-11-10net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang1-8/+1
2021-11-10net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang1-34/+34
2021-10-20net: hns3: reset DWRR of unused tc to zeroGuangbin Huang1-0/+2
2021-09-29net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen1-26/+5
2021-09-29net: hns3: remove tc enable checkingJian Shen1-2/+0
2021-09-20net: hns3: fix misuse vf id and vport id in some logsJiaran Zhang1-1/+1
2021-05-20net: hns3: refactor dump qs shaper of debugfsGuangbin Huang1-0/+30
2021-05-20net: hns3: refactor dump tm of debugfsGuangbin Huang1-1/+124
2021-05-20net: hns3: refactor dump tm map of debugfsGuangbin Huang1-0/+60
2021-03-29net: hns3: remove the rss_size limitation by vector numJian Shen1-9/+0
2021-03-26net: hns3: split out hclge_tm_vport_tc_info_update()Guojia Liao1-2/+9
2021-02-09net: hns3: remove the shaper param magic numberPeng Li1-6/+8
2021-02-06net: hns3: optimize the code when update the tc infoGuoJia Liao1-5/+10
2021-01-29net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang1-0/+186
2020-12-09net: hns3: add support for max 512 rss sizeGuojia Liao1-1/+4
2020-12-09net: hns3: add support for tc mqprio offloadJian Shen1-2/+46
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen1-26/+23
2020-12-01net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-11-21net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu1-12/+31
2020-11-21net: hns3: add support for 1280 queuesYonglong Liu1-6/+31
2020-10-26net: 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-24net: 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-08net: 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-14net: 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-03net: hns3: set the port shaper according to MAC speedYunsheng Lin1-1/+1