summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix delete tc fail issueJijie Shao2024-03-081-0/+16
* net: hns3: restore user pause configure when disable autonegJian Shen2023-08-091-1/+1
* net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2023-07-241-1/+2
* net: hns3: add tm flush when setting tmHao Lan2023-07-241-1/+30
* net: hns3: fix sending pfc frames after reset issueJijie Shao2023-05-131-2/+2
* net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang2022-09-211-9/+9
* net: hns3: add support config dscp map to tcGuangbin Huang2022-09-071-1/+49
* net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang2022-06-131-1/+1
* net: hns3: fix PF rss size initialization bugJie Wang2022-06-131-1/+3
* net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang2022-06-131-31/+64
* net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King2022-03-171-1/+1
* net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang2022-01-051-1/+1
* net: hns3: refine function hclge_tm_pri_q_qs_cfg()Guangbin Huang2021-11-291-25/+50
* net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()Guangbin Huang2021-11-291-10/+23
* net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2021-11-101-8/+1
* net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang2021-11-101-34/+34
* net: hns3: reset DWRR of unused tc to zeroGuangbin Huang2021-10-201-0/+2
* net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen2021-09-291-26/+5
* net: hns3: remove tc enable checkingJian Shen2021-09-291-2/+0
* net: hns3: fix misuse vf id and vport id in some logsJiaran Zhang2021-09-201-1/+1
* net: hns3: refactor dump qs shaper of debugfsGuangbin Huang2021-05-211-0/+30
* net: hns3: refactor dump tm of debugfsGuangbin Huang2021-05-211-1/+124
* net: hns3: refactor dump tm map of debugfsGuangbin Huang2021-05-211-0/+60
* net: hns3: remove the rss_size limitation by vector numJian Shen2021-03-291-9/+0
* net: hns3: split out hclge_tm_vport_tc_info_update()Guojia Liao2021-03-261-2/+9
* net: hns3: remove the shaper param magic numberPeng Li2021-02-101-6/+8
* net: hns3: optimize the code when update the tc infoGuoJia Liao2021-02-061-5/+10
* net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang2021-01-301-0/+186
* net: hns3: add support for max 512 rss sizeGuojia Liao2020-12-101-1/+4
* net: hns3: add support for tc mqprio offloadJian Shen2020-12-101-2/+46
* net: hns3: refine the struct hane3_tc_infoJian Shen2020-12-101-26/+23
* net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu2020-12-021-1/+22
* net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu2020-11-211-12/+31
* net: hns3: add support for 1280 queuesYonglong Liu2020-11-211-6/+31
* net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter2020-10-271-1/+1
* net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2020-09-271-44/+43
* net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang2020-09-271-12/+22
* net: hns3: remove unnecessary variable initializationYufeng Mo2020-09-251-1/+1
* net: hns3: fix VF bandwidth does not take effect in some caseYonglong Liu2020-02-141-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* net: hns3: cleanup some print format warningGuojia Liao2019-10-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-2/+9
|\
| * net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-191-2/+9
* | net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu2019-10-091-0/+43
* | net: hns3: make array tick_array static, makes object smallerColin Ian King2019-10-071-1/+1
|/
* net: hns3: fix shaper parameter algorithmYonglong Liu2019-09-111-7/+4
* net: hns3: modify redundant initialization of variableGuojia Liao2019-08-181-1/+1
* net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin2019-08-011-12/+6
* net: hns3: add some error checking in hclge_tm moduleYunsheng Lin2019-06-281-1/+5
* net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin2019-06-281-2/+17