- 16 4月, 2020 40 次提交
-
-
由 Jan Kara 提交于
mainline inclusion from mainline-5.5-rc1 commit 6cb367c2d1f8875043aa2d238eca9a2602dc1f72 category: bugfix bugzilla: 25031 CVE: NA --------------------------- Use ext4 helper ext4_journal_extend() instead of opencoding it in ext4_try_to_expand_extra_isize(). Reviewed-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: NJan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-8-jack@suse.czSigned-off-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: Nzhangyi (F) <yi.zhang@huawei.com> Reviewed-by: NYang Erkun <yangerkun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Jan Kara 提交于
mainline inclusion from mainline-5.5-rc1 commit 321238fbfb49003c66caecb1eefb5238dce27b61 category: bugfix bugzilla: 25031 CVE: NA --------------------------- Similarly to directories, EA inodes do only journalled modifications to their data. Change ext4_should_journal_data() to return true for them so that we don't have to special-case them during truncate. Signed-off-by: NJan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-7-jack@suse.czSigned-off-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: Nzhangyi (F) <yi.zhang@huawei.com> Reviewed-by: NYang Erkun <yangerkun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Jan Kara 提交于
mainline inclusion from mainline-5.5-rc1 commit 9b88f9fb0d2fc8f7e71e75a42c5a064bc6cfffd2 category: bugfix bugzilla: 25031 CVE: NA --------------------------- When ext4_mkdir(), ext4_symlink(), ext4_create(), or ext4_mknod() fail to add entry into directory, it ends up dropping freshly created inode under the running transaction and thus inode truncation happens under that transaction. That breaks assumptions that evict() does not get called from a transaction context and at least in ext4_symlink() case it can result in inode eviction deadlocking in inode_wait_for_writeback() when flush worker finds symlink inode, starts to write it back and blocks on starting a transaction. So change the code in ext4_mkdir() and ext4_add_nondir() to drop inode reference only after the transaction is stopped. We also have to add inode to the orphan list in that case as otherwise the inode would get leaked in case we crash before inode deletion is committed. CC: stable@vger.kernel.org Signed-off-by: NJan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-5-jack@suse.czSigned-off-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: Nzhangyi (F) <yi.zhang@huawei.com> Reviewed-by: NYang Erkun <yangerkun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Jan Kara 提交于
mainline inclusion from mainline-5.5-rc1 commit a9e26328adfa82b1f3c941bc6e3daea47631abce category: bugfix bugzilla: 25031 CVE: NA --------------------------- Every caller of ext4_add_nondir() marks handle as sync if directory has DIRSYNC set. Move this marking to ext4_add_nondir() so reduce some duplication. Signed-off-by: NJan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-4-jack@suse.czSigned-off-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: Nzhangyi (F) <yi.zhang@huawei.com> Reviewed-by: NYang Erkun <yangerkun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Jan Kara 提交于
mainline inclusion from mainline-5.5-rc1 commit b90bfdf581194a0fa5f6c26fef1e522f15f6212e category: bugfix bugzilla: 25031 CVE: NA --------------------------- With 32-bit block numbers, we don't allocate the array for journal buffer heads large enough for corresponding descriptor tags to fill the descriptor block. Thus we end up writing out half-full descriptor blocks to the journal unnecessarily growing the transaction. Fix the logic to allocate the array large enough. Signed-off-by: NJan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-3-jack@suse.czSigned-off-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: Nzhangyi (F) <yi.zhang@huawei.com> Reviewed-by: NYang Erkun <yangerkun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Jan Kara 提交于
mainline inclusion from mainline-5.5-rc1 commit 0db45889453644bb5d3e3c6044f4d81b910d41ef category: bugfix bugzilla: 25031 CVE: NA --------------------------- jbd2_journal_next_log_block() does not look at transaction->t_outstanding_credits. Remove the misleading comment. Reviewed-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: NJan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20191105164437.32602-2-jack@suse.czSigned-off-by: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: Nzhangyi (F) <yi.zhang@huawei.com> Reviewed-by: NYang Erkun <yangerkun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 fengsheng 提交于
driver inclusion category: Bugfix bugzilla: NA CVE: NA 1. the variable : sysctl_subctrl_tdh_priv[chip_id] add legitimacy check. 2. the param of sysctl_tdh_mem_access_open: chip_id add legitimacy check. Signed-off-by: Nfengsheng <fengsheng5@huawei.com> Reviewed-by: Nzhangmu <zhangmu1@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Junxin Chen 提交于
driver inclusion category: feature bugzilla: NA CVE: NA ---------------------------------- Add protect for hns3_cae and remove some functions, and change version to 1.9.36.0. Signed-off-by: NJunxin Chen <chenjunxin1@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yu'an Wang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA In this patch, we try to delete invalid addr print, such as qp dma buf addr info, which we should not expose to others. Signed-off-by: NYu'an Wang <wangyuan46@huawei.com> Reviewed-by: NMingqiang Ling <lingmingqiang@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yu'an Wang 提交于
driver inclusion category: feature bugzilla: NA CVE: NA In this patch, we try to use the offset fields in sqe to avoid split scatterlists. We can configure sgl offset fields in ZIP sqe to let ZIP engine read/write sgl data with skipped data. Hence no need to splite the sgl. Signed-off-by: NYu'an Wang <wangyuan46@huawei.com> Reviewed-by: NCheng Hu <hucheng.hu@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yu'an Wang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA 1. use sgl API to get sgl dma addr and len Use sgl API to get sgl dma addr and len, this will help to avoid compile error in some platforms. So NEED_SG_DMA_LENGTH can be removed here, which can only be selected by arch code. 2. Fix issue with wrong number of sg elements after dma map We fill the hardware scatter gather list assuming it will need the same number of elements at the original scatterlist. If an IOMMU is involved, then it may well need fewer. The return value of dma_map_sg tells us how many. Probably never caused visible problems as the hardware won't get to the elements that are incorrect before it finds enough space. 3.Remove useless MODULE macros As we already merge hardware sgl into hisi_qm module, remove useless MODULE macros Signed-off-by: NYu'an Wang <wangyuan46@huawei.com> Reviewed-by: NCheng Hu <hucheng.hu@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Gao Xun 提交于
driver inclusion category: cleanup bugzilla: NA CVE: NA -------------------------------- This patch is dedicated to improve the reliability of code. Reviewed-by: NHu Chunzhi <huchunzhi@huawei.com> Reviewed-by: NWang Lin <wanglin137@huawei.com> Reviewed-by: NZhao Weibo <zhaoweibo3@huawei.com> Signed-off-by: NGao Xun <gaoxun3@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Zhao Weibo 提交于
driver inclusion category: cleanup bugzilla: NA CVE: NA -------------------------------- This patch add some robust optimize in rdfx. Reviewed-by: NHu Chunzhi <huchunzhi@huawei.com> Signed-off-by: NZhao Weibo <zhaoweibo3@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Zhao Weibo 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA ---------------------------------------- There may be a out-of-bonds-read if qp type is RC in post send. Reviewed-by: NHu Chunzhi <huchunzhi@huawei.com> Signed-off-by: NZhao Weibo <zhaoweibo3@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Shengzui You 提交于
driver inclusion category: feature bugzilla: NA CVE: NA --------------------------------- This patch is used to remove the function of vf check mac address Signed-off-by: NShengzui You <youshengzui@huawei.com> Reviewed-by: NWeiwei Deng <dengweiwei@huawei.com> Reviewed-by: NZhaohui Zhong <zhongzhaohui@huawei.com> Reviewed-by: NJunxing Chen <chenjunxin1@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Shengzui You 提交于
driver inclusion category: feature bugzilla: NA CVE: NA ----------------------------- This patch is used to modify hns3 version to 1.9.35.1 Signed-off-by: NShengzui You <youshengzui@huawei.com> Reviewed-by: NWeiwei Deng <dengweiwei@huawei.com> Reviewed-by: NZhaohui Zhong <zhongzhaohui@huawei.com> Reviewed-by: NJunxing Chen <chenjunxin1@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yu'an Wang 提交于
driver inclusion category: feature bugzilla: NA CVE: NA To be simple, in this patch we try to remove uacce mode 1 related logic of uacce.c. Because in open mainline ,we do not use this mode, mode 0 is used for kernel and mode 2 is used for user. At the same time, we update correspondingheader file uacce.h. We also delete UACCE_QFRT_DKO in dummy_wd_dev.c and dummy_wd_v2.c Signed-off-by: NYu'an Wang <wangyuan46@huawei.com> Reviewed-by: NHui Tang <tanghui20@huawei.com> Reviewed-by: NCheng Hu <hucheng.hu@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yu'an Wang 提交于
driver inclusion category: feature bugzilla: NA CVE: NA In this patch, we try to update logic of uacce mode. In qm.c, we delete use_dma_api judgement branch, because the value of use_dma_api is always true. In hpre_main.c sec_main.c rde_main.c and zip_main.c, we update related logic of uacce_mode, because the changes of uacce.c and qm.c. Signed-off-by: NYu'an Wang <wangyuan46@huawei.com> Reviewed-by: NHui Tang <tanghui20@huawei.com> Reviewed-by: NCheng Hu <hucheng.hu@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Zhao Weibo 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA ------------------------------ This patch add a way of querying arm_cnt in rdfx. Reviewed-by: NHu Chunzhi <huchunzhi@huawei.com> Signed-off-by: NZhao Weibo <zhaoweibo3@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Zhao Weibo 提交于
driver inclusion category: cleanup bugzilla: NA CVE: NA ------------------------------- add brackets to avoid overflow while doing the calculation. Reviewed-by: NHu Chunzhi <huchunzhi@huawei.com> Signed-off-by: NZhao Weibo <zhaoweibo3@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Zhao Weibo 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA ------------------------------- After changing device state to HNS_ROCE_DEVICE_STATE_UNINIT handle device err and let usr to poll cq. Reviewed-by: NHu Chunzhi <huchunzhi@huawei.com> Signed-off-by: NZhao Weibo <zhaoweibo3@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Bohong Lin 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA ---------------------------------- This patch change version to 1.9.35.0 Signed-off-by: NBohong Lin <linbohong@huawei.com> Reviewed-by: NZhaohui Zhong <zhongzhaohui@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Reviewed-by: Nchen junxin <chenjunxin1@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yonglong Liu 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA HNS3 driver can dump qs shaper configs via debugfs, but missing help info in debugfs for this operation. Fixes: 584d21b6f3b0 ("net: hns3: add support of configuring bandwidth of VF on the host") Signed-off-by: NYonglong Liu <liuyonglong@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com> -
由 Huazhong Tan 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA reset_type means what kind of reset the driver is handling now, so after initializing or reset, the reset_type of VF should be set to HNAE3_NONE_RESET, otherwise, this unknown default value may be a little misleading when the device is running. Signed-off-by: NHuazhong Tan <tanhuazhong@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guojia Liao 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA Currently, Port base vlan is initiated by PF and configured to its VFs, by using command "ip link set <pf name> vf <vf id> vlan <vlan id>". When a global reset was triggered, the hardware vlan table and the soft recorded vlan information will be cleared by PF, and restored them until VFs were ready. There is a short time window between the table had been cleared and before table restored. If configured a new port base vlan tag at this moment, driver will check the soft recorded vlan information, and find there hasn't the old tag in it, which causing a warning print. Due to the port base vlan is managed by PF, so the VFs's port base vlan restoring should be handled by PF when PF was ready. This patch fixes it. Signed-off-by: NGuojia Liao <liaoguojia@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Jian Shen 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA For some boards the fibre port supports autoneg, and the firmware handles the autoneg speed and user speed separately. step 1: user disables autoneg, and set the mac speed A, the driver will update the mac speed to A. step 2: user enables autoneg, and the negotiated speed is B, the driver will update the mac speed to B. step 3: user disable the autoneg, and set the mac speed B, the driver will discard the set mac speed B command, because the speed is not changed by step 2. But for firmware, it will change the mac speed to A by step 1 when received disable autoneg command. In this case, the port can't link up. This patch fixes it by skip mac speed and duplex modification checking for fibre port support autoneg. Fixes: 22f48e24a23d ("net: hns3: add autoneg and change speed support for fibre port") Signed-off-by: NJian Shen <shenjian15@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com> -
由 Guangbin Huang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA In order to get register status earlier, this patch modifies the code timing to read register firstly and then go to sleep to wait. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yufeng Mo 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA The MAC id and loopback status information are obtained from the hardware, which will be helpful for debugging. This patch adds support for these two items in debugfs. Signed-off-by: NYufeng Mo <moyufeng@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA This patch deletes the parameter phydev of hclge_set_phy_loopback() function for optimization, as it can be gotten by hdev->hw.mac.phydev. The variable phydev should be checked whether null pointer before use. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NYonglong Liu <liuyonglong@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA This patch deletes the parameter phydev of hclge_phy_link_status_wait() function for optimization, as it can be gotten by hdev->hw.mac.phydev. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA This patch deletes unnecessary INITED state judgement in hns3_get_stats() function. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Greg Kroah-Hartman 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. Cc: Yisen Zhuang <yisen.zhuang@huawei.com> Cc: Salil Mehta <salil.mehta@huawei.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: netdev@vger.kernel.org Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Colin Ian King 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA Don't populate the array spec_opcode on the stack but instead make it static const. Makes the object code smaller by 48 bytes. Before: text data bss dec hex filename 6914 1040 128 8082 1f92 hns3/hns3vf/hclgevf_cmd.o After: text data bss dec hex filename 6866 1040 128 8034 1f62 hns3/hns3vf/hclgevf_cmd.o (gcc version 9.2.1, amd64) Signed-off-by: NColin Ian King <colin.king@canonical.com> Signed-off-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: cleanup bugzilla: NA CVE: NA This patch replaces space with tab to align code in hns3_features_check() function. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA This patch modifies return value from 0 to -ENOSPC when buffer size is greater than limit value, as in this case means the string buffer is lllegal. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: cleanup bugzilla: NA CVE: NA This patch renames the variable flag into existed, as the meaning of existed is clearer. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: cleanup bugzilla: NA CVE: NA As struct hclge_mdio_cfg_cmd is only used in hclge_mdio.c, this patch move its declaration from hclge_mdio.h to hclge_mdio.c. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA This patch modifies printing level from warn to err if read phy status failed in hclge_phy_link_status_wait() function, adds printing the return status ret, and return directly if read phy status failed. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Guangbin Huang 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA Previously, VF can not query map relation between ring and vector. This patch adds a new mailbox opcode in PF driver to query map relation between vf ring and vector, and VF can query this map relation by sending mailbox message to PF. Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com> Reviewed-by: NPeng Li <lipeng321@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-
由 Yonglong Liu 提交于
driver inclusion category: bugfix bugzilla: NA CVE: NA Sometimes we want to see the actual tc numbers that enabled and want to see the dwrr weight of each tc, so adds these information to debugfs. Signed-off-by: NYonglong Liu <liuyonglong@huawei.com> Reviewed-by: NYunsheng Lin <linyunsheng@huawei.com> Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
-