aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang1-12/+35
2021-08-28net: hns3: don't config TM DWRR twice when set ETSGuangbin Huang1-3/+1
2021-08-26net: hns3: fix get wrong pfc_en when query PFC configurationGuangbin Huang1-11/+2
2021-02-09net: hns3: remove redundant client_setup_tc handleJian Shen1-27/+0
2020-12-09net: hns3: add support for max 512 rss sizeGuojia Liao1-2/+2
2020-12-09net: hns3: add support for tc mqprio offloadJian Shen1-11/+115
2020-11-02net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-18net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+17
2019-11-14net: hns3: fix ETS bandwidth validation bugYonglong Liu1-1/+1
2019-11-14net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin1-1/+16
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-1/+1
2019-09-11net: hns3: modify some logs formatGuangbin Huang1-1/+1
2019-08-29net: hns3: make some reusable codes into a functionYonglong Liu1-26/+28
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu1-0/+11
2019-06-28net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin1-0/+2
2019-01-30net: hns3: only support tc 0 for VFYunsheng Lin1-7/+5
2019-01-26net: hns3: call hns3_nic_set_real_num_queue with netdev downYunsheng Lin1-6/+12
2019-01-26net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin1-4/+5
2019-01-26net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin1-2/+19
2019-01-26net: hns3: add error handling in hclge_ieee_setetsYunsheng Lin1-2/+13
2019-01-23net: hns3: fix PFC not setting problem for DCB moduleYunsheng Lin1-3/+4
2019-01-23net: hns3: do not return GE PFC setting err when initializingYunsheng Lin1-3/+3
2019-01-23net: hns3: fix for shaper not setting when TC num changesYunsheng Lin1-5/+1
2019-01-18net: hns3: do reinitialization while ETS configuration changedHuazhong Tan1-0/+17
2018-11-19net: hns3: add common validation in hclge_dcbYunsheng Lin1-21/+49
2018-09-28net: hns3: Change return type of hclge_tm_schd_info_update()Huazhong Tan1-2/+6
2018-09-21net: hns3: Fix ets validate issueJian Shen1-2/+4
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-03-11net: hns3: add support for querying pfc puase packets statisticPeng Li1-0/+14
2018-03-09net: hns3: fix for RSS configuration loss problem during resetYunsheng Lin1-0/+2
2017-10-19net: hns3: Add mqprio hardware offload support in hns3 driverYunsheng Lin1-2/+45
2017-09-28net: hns3: Add hclge_dcb module for the support of DCB featureYunsheng Lin1-0/+304