diff --git a/kernel.spec b/kernel.spec index 36dd3b72468251746c7a0b244d8a05536fea07fe..f5f18eb9e3b185cb2de851b91f917b56386ab7e8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0239 +Release: %{hulkrelease}.0240 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -837,6 +837,80 @@ fi %changelog +* Fri Nov 10 2023 lixiaodong - 4.19.90-2311.1.0.0240 +- net: hns3: Fix for multicast failure +- net: hns3: Fix for loopback selftest failed problem +- net: hns3: Fix ping exited problem when doing lp selftest +- net: hns3: Preserve vlan 0 in hardware table +- net: hns3: Only update mac configuation when necessary +- net: hns3: fix compile warning without CONFIG_RFS_ACCEL +- net: hns3: reject unsupported coalescing params +- net: hns3: clear port base VLAN when unload PF +- net/hns: Remove custom driver version in favour of global one +- net: hns3: add UDP segmentation offload support +- net: hns3: initialize the message content in hclge_get_link_mode() +- net: hns3: add support for TX hardware checksum offload +- net: hns3: remove the shaper param magic number +- net: hns3: refactor out hclge_get_rss_tuple() +- net: hns3: add support for imp-controlled PHYs +- net: hns3: add get/set pause parameters support for imp-controlled PHYs +- net: hns3: add ioctl support for imp-controlled PHYs +- net: hns3: add phy loopback support for imp-controlled PHYs +- net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMISC_CHANGED +- net: hns3: add a separate error handling task +- net: hns3: add the RAS compatibility adaptation solution +- net: hns3: refactor dev capability and dev spec of debugfs +- net: hns3: add support for PTP +- net: hns3: minor refactor related to desc_cb handling +- net: hns3: support dma_map_sg() for multi frags skb +- net: hns3: use bounce buffer when rx page can not be reused +- docs: ethtool: Add two link extended substates of bad signal integrity +- net: hns3: modify mac statistics update process for compatibility +- net: hns3: add support pause/pfc durations for mac statistics +- net: hns3: modify functions of converting speed ability to ethtool link mode +- ethtool: set device ring sizes with RINGS_SET request +- ethtool: provide ring sizes with RINGS_GET request +- ethtool: helper functions for netlink interface +- ethtool: introduce ethtool netlink interface +- ethtool: provide link mode names as a string set +- ethtool: move string arrays into common file +- ethtool: move to its own directory +- ethtool: add support to set/get tx copybreak buf size via ethtool +- net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 driver +- ethtool: add support to set/get rx buf len via ethtool +- ethtool: extend ringparam setting/getting API with rx_buf_len +- net: hns3: remove the way to set tx spare buf via module parameter +- net: hns3: add support to set/get rx buf len via ethtool for hns3 driver +- net: hns3: add querying and setting fec llrs mode from firmware +- net: hns3: add querying fec ability from firmware +- net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware +- net: hns3: handle empty unknown interrupt for VF +- net: hns3: add support for TX push mode +- net: hns3: add support for external loopback test +- net: hns3: net: hns3: add querying and setting fec off mode from firmware +- net: hns3: add extend interface support for read and write phy register +- net: hns3: add support set led +- net: hns3: add support set mac state +- net: hns3: add support detect port wire type +- net: hns3: add support PF provides customized interfaces to detect port faults. +- net: hns3: add support disable nic clock +- net: hns3: add support config and query serdes lane status +- net: hns3: add supports configure optical module enable +- net: hns3: add support query the presence of optical module +- net: hns3: disbable pfc en before the reset +- net: hns3: support set pfc pause trans time +- net: hns3: add support query port ext information +- net: hns3: add support to get/set 1d torus param +- net: hns3: add supports fast reporting of faulty nodes +- net: hns3: add support configuring function-level interrupt affinity +- net: hns3: add support clear mac statistics +- net: hns3: refactor VF cmdq init and uninit APIs with new common APIs +- net: hns3: refactor PF cmdq init and uninit APIs with new common APIs +- net: hns3: create common cmdq init and uninit APIs +- net: hns3: refactor VF cmdq resource APIs with new common APIs +- net: hns3: refactor PF cmdq resource APIs with new common APIs +- net: hns3: create common cmdq resource allocate/free/query APIs + * Fri Nov 10 2023 hongrongxuan - 4.19.90-2311.1.0.0239 - perf metricgroup: Fix find_evsel_group() event selector - perf metricgroup: Fix for metrics containing duration_time diff --git a/series.conf b/series.conf index 894f274f4b521f9cada7b08255433f7fcbe888d1..08613afda640345d60ccb3caa7e6c832867c4286 100644 --- a/series.conf +++ b/series.conf @@ -319,3 +319,281 @@ patches/0315-perf-metricgroup-Return-error-code-from-metricgroup_.patch patches/0316-perf-metricgroup-Fix-system-PMU-metrics.patch patches/0317-perf-metricgroup-Fix-for-metrics-containing-duration.patch patches/0318-perf-metricgroup-Fix-find_evsel_group-event-selector.patch +patches/0319-net-hns3-Fix-for-loopback-selftest-failed-problem.patch +patches/0320-net-hns3-Only-update-mac-configuation-when-necessary.patch +patches/0321-net-hns3-Add-default-irq-affinity.patch +patches/0322-net-hns3-Add-unlikely-for-buf_num-check.patch +patches/0323-net-phy-Move-linkmode-helpers-to-somewhere-public.patch +patches/0324-net-hns3-make-function-hclge_set_all_vf_rst-static.patch +patches/0325-net-hns3-return-0-and-print-warning-when-hit-duplica.patch +patches/0326-net-hns3-Use-LLDP-ethertype-define-ETH_P_LLDP.patch +patches/0327-net-hns3-fix-compile-warning-without-CONFIG_RFS_ACCE.patch +patches/0328-net-hns3-adjust-hns3_uninit_phy-s-location-in-the-hn.patch +patches/0329-net-hns3-remove-unused-macros.patch +patches/0330-net-hns3-modify-an-unsuitable-log-in-hclge_map_ring_.patch +patches/0331-net-hns3-reject-unsupported-coalescing-params.patch +patches/0332-net-hns3-clear-port-base-VLAN-when-unload-PF.patch +patches/0333-net-hns-Remove-custom-driver-version-in-favour-of-gl.patch +patches/0334-net-hns3-remove-a-redundant-register-macro-definitio.patch +patches/0335-net-hns3-modify-two-uncorrect-macro-names.patch +patches/0336-net-hns3-remove-a-duplicated-printing-in-hclge_confi.patch +patches/0337-net-hns3-refactor-hclge_config_tso.patch +patches/0338-net-hns3-refactor-hclge_query_bd_num_cmd_send.patch +patches/0339-net-hns3-modify-an-incorrect-type-in-struct-hclge_cf.patch +patches/0340-net-hns3-modify-an-incorrect-type-in-struct-hclgevf_.patch +patches/0341-net-hns3-remove-some-unused-fields-in-struct-hns3_ni.patch +patches/0342-net-hns3-remove-unused-struct-hnae3_unic_private_inf.patch +patches/0343-net-hns3-remove-two-duplicated-register-macros-in-hc.patch +patches/0344-net-hns3-remove-some-unused-fields-in-struct-hclge_d.patch +patches/0345-net-hns3-fix-a-print-format-issue-in-hclge_mac_mdio_.patch +patches/0346-net-hns3-remove-an-unused-macro-hclge_is_csq.patch +patches/0347-net-hns3-remove-two-unused-macros-in-hclgevf_cmd.c.patch +patches/0348-net-hns3-fix-two-coding-style-issues-in-hclgevf_main.patch +patches/0349-net-hns3-remove-some-unused-codes-in-hns3_nic_set_fe.patch +patches/0350-net-hns3-remove-some-unused-macros.patch +patches/0351-net-hns3-add-device-version-to-replace-pci-revision.patch +patches/0352-net-hns3-add-support-to-query-device-capability.patch +patches/0353-net-hns3-use-capabilities-queried-from-firmware.patch +patches/0354-net-hns3-add-UDP-segmentation-offload-support.patch +patches/0355-net-hns3-initialize-the-message-content-in-hclge_get.patch +patches/0356-net-hns3-add-support-for-TX-hardware-checksum-offloa.patch +patches/0357-net-hns3-add-a-structure-for-IR-shaper-s-parameter-i.patch +patches/0358-net-hns3-remove-the-shaper-param-magic-number.patch +patches/0359-net-hns3-clean-up-unnecessary-parentheses-in-macro-d.patch +patches/0360-net-hns3-change-hclge_parse_speed-param-type.patch +patches/0361-net-hns3-change-hclge_query_bd_num-param-type.patch +patches/0362-net-hns3-remove-unused-macro-definition.patch +patches/0363-net-hns3-refactor-out-hclge_cmd_convert_err_code.patch +patches/0364-net-hns3-refactor-out-hclgevf_cmd_convert_err_code.patch +patches/0365-net-hns3-use-ipv6_addr_any-helper.patch +patches/0366-net-hns3-refactor-out-hclge_set_vf_vlan_common.patch +patches/0367-net-hns3-refactor-out-hclge_get_rss_tuple.patch +patches/0368-net-hns3-refactor-out-hclgevf_get_rss_tuple.patch +patches/0369-net-hns3-split-out-hclge_cmd_send.patch +patches/0370-net-hns3-split-out-hclgevf_cmd_send.patch +patches/0371-net-hns3-Fix-KABI-for-ethtools-supported_coalesce_pa.patch +patches/0372-net-hns3-Fix-KABI-for-deletion-of-hnae3_unic_private.patch +patches/0373-net-hns3-Fix-KABI-for-The-dev_version-caps-element-i.patch +patches/0374-net-hns3-add-support-for-imp-controlled-PHYs.patch +patches/0375-net-hns3-add-get-set-pause-parameters-support-for-im.patch +patches/0376-net-hns3-add-ioctl-support-for-imp-controlled-PHYs.patch +patches/0377-net-hns3-add-phy-loopback-support-for-imp-controlled.patch +patches/0378-net-hns3-add-support-to-query-device-specifications.patch +patches/0379-net-hns3-remove-unused-code-of-vmdq.patch +patches/0380-net-hns3-remove-redundant-blank-lines.patch +patches/0381-net-hns3-remove-redundant-query-in-hclge_config_tm_h.patch +patches/0382-net-hns3-split-function-hclge_reset_rebuild.patch +patches/0383-net-hns3-split-out-hclge_tm_vport_tc_info_update.patch +patches/0384-net-hns3-Trivial-spell-fix-in-hns3-driver.patch +patches/0385-net-hns3-cleanup-inappropriate-spaces-in-struct-hlcg.patch +patches/0386-net-hns3-clear-unnecessary-reset-request-in-hclge_re.patch +patches/0387-net-hns3-add-support-for-configuring-interrupt-quant.patch +patches/0388-net-hns3-fix-user-s-coalesce-configuration-lost-issu.patch +patches/0389-net-hns3-use-HCLGE_VPORT_STATE_PROMISC_CHANGE-to-rep.patch +patches/0390-net-hns3-add-a-separate-error-handling-task.patch +patches/0391-net-hns3-add-scheduling-logic-for-error-handling-tas.patch +patches/0392-net-hns3-add-log-for-workqueue-scheduled-late.patch +patches/0393-net-hns3-remove-now-redundant-logic-related-to-HNAE3.patch +patches/0394-net-hns3-add-support-for-handling-all-errors-through.patch +patches/0395-net-hns3-add-the-RAS-compatibility-adaptation-soluti.patch +patches/0396-net-hns3-add-support-for-imp-handle-ras-capability.patch +patches/0397-net-hns3-update-error-recovery-module-and-type.patch +patches/0398-net-hns3-add-error-handling-compatibility-during-ini.patch +patches/0399-net-hns3-use-list_move_tail-instead-of-list_del-list.patch +patches/0400-net-hns3-refactor-dev-capability-and-dev-spec-of-deb.patch +patches/0401-net-hns3-add-support-for-PTP.patch +patches/0402-net-hns3-fix-a-double-shift-bug.patch +patches/0403-net-hns3-minor-refactor-related-to-desc_cb-handling.patch +patches/0404-net-hns3-refactor-for-hns3_fill_desc-function.patch +patches/0405-net-hns3-add-priv-flags-support-to-switch-limit-prom.patch +patches/0406-net-hns3-use-tx-bounce-buffer-for-small-packets.patch +patches/0407-net-hns3-add-support-to-query-tx-spare-buffer-size-f.patch +patches/0408-net-hns3-support-dma_map_sg-for-multi-frags-skb.patch +patches/0409-net-hns3-use-bounce-buffer-when-rx-page-can-not-be-r.patch +patches/0410-net-hns3-fix-different-snprintf-limit.patch +patches/0411-net-hns3-Fix-a-memory-leak-in-an-error-handling-path.patch +patches/0412-net-hns3-add-support-for-FD-counter-in-debugfs.patch +patches/0413-net-hns3-fix-rx-VLAN-offload-state-inconsistent-issu.patch +patches/0414-net-hns3-change-the-method-of-obtaining-default-ptp-.patch +patches/0415-net-hns3-add-support-for-triggering-reset-by-ethtool.patch +patches/0416-docs-ethtool-Add-two-link-extended-substates-of-bad-.patch +patches/0417-ethtool-add-two-link-extended-substates-of-bad-signa.patch +patches/0418-net-hns3-add-header-file-hns3_ethtoo.h.patch +patches/0419-net-hns3-add-support-ethtool-extended-link-state.patch +patches/0420-net-hns3-fix-speed-unknown-issue-in-bond-4.patch +patches/0421-net-hns3-fix-GRO-configuration-error-after-reset.patch +patches/0422-net-hns3-add-macros-for-mac-speeds-of-firmware-comma.patch +patches/0423-net-hns3-add-hns3_state_init-to-do-state-initializat.patch +patches/0424-net-hns3-use-memcpy-to-simplify-code.patch +patches/0425-net-hns3-remove-redundant-param-to-simplify-code.patch +patches/0426-net-hns3-package-new-functions-to-simplify-hclgevf_m.patch +patches/0427-net-hns3-merge-some-repetitive-macros.patch +patches/0428-net-hns3-uniform-type-of-function-parameter-cmd.patch +patches/0429-net-hns3-refactor-function-hclge_parse_capability.patch +patches/0430-net-hns3-refactor-function-hclgevf_parse_capability.patch +patches/0431-net-hns3-add-new-function-hclge_get_speed_bit.patch +patches/0432-net-hns3-don-t-config-TM-DWRR-twice-when-set-ETS.patch +patches/0433-net-hns3-remove-unnecessary-static-of-local-variable.patch +patches/0434-net-hns3-add-required-space-in-comment.patch +patches/0435-net-hns3-initialize-each-member-of-structure-array-o.patch +patches/0436-net-hns3-reconstruct-function-hns3_self_test.patch +patches/0437-net-hns3-reconstruct-function-hclge_ets_validate.patch +patches/0438-net-hns3-refine-function-hclge_dbg_dump_tm_pri.patch +patches/0439-net-hnss3-use-max-to-simplify-code.patch +patches/0440-net-hns3-uniform-parameter-name-of-hclge_ptp_clean_t.patch +patches/0441-net-hns3-refine-function-hns3_set_default_feature.patch +patches/0442-net-hns3-clean-up-a-type-mismatch-warning.patch +patches/0443-net-hns3-add-some-required-spaces.patch +patches/0444-net-hns3-remove-unnecessary-spaces.patch +patches/0445-net-hns3-make-hclgevf_cmd_caps_bit_map0-and-hclge_cm.patch +patches/0446-net-hns3-fix-misuse-vf-id-and-vport-id-in-some-logs.patch +patches/0447-net-hns3-optimize-the-rx-page-reuse-handling-process.patch +patches/0448-net-hns3-do-not-allow-call-hns3_nic_net_open-repeate.patch +patches/0449-net-hns3-fix-show-wrong-state-when-add-existing-uc-m.patch +patches/0450-net-hns3-fix-always-enable-rx-vlan-filter-problem-af.patch +patches/0451-net-hns3-add-limit-ets-dwrr-bandwidth-cannot-be-0.patch +patches/0452-net-hns3-disable-sriov-before-unload-hclge-layer.patch +patches/0453-net-hns3-fix-the-max-tx-size-according-to-user-manua.patch +patches/0454-xdp-Fixed-an-issue-where-the-trace_mem_disconnect-fu.patch +patches/0455-net-hns3-fix-hclge_dbg_dump_tm_pg-stack-usage.patch +patches/0456-net-hns3-don-t-rollback-when-destroy-mqprio-fail.patch +patches/0457-net-hns3-PF-enable-promisc-for-VF-when-mac-table-is-.patch +patches/0458-net-hns3-fix-for-miscalculation-of-rx-unused-desc.patch +patches/0459-net-hns3-schedule-the-polling-again-when-allocation-.patch +patches/0460-net-hns3-modify-mac-statistics-update-process-for-co.patch +patches/0461-net-hns3-device-specifications-add-number-of-mac-sta.patch +patches/0462-net-hns3-add-support-pause-pfc-durations-for-mac-sta.patch +patches/0463-net-hns3-modify-functions-of-converting-speed-abilit.patch +patches/0464-net-hns3-add-update-ethtool-advertised-link-modes-fo.patch +patches/0465-net-hns3-add-new-ras-error-type-for-roce.patch +patches/0466-net-hns3-add-error-recovery-module-and-type-for-hima.patch +patches/0467-net-hns3-fix-data-endian-problem-of-some-functions-o.patch +patches/0468-net-hns3-add-more-string-spaces-for-dumping-packets-.patch +patches/0469-net-hns3-adjust-string-spaces-of-some-parameters-of-.patch +patches/0470-net-hisilicon-fix-hsn3_ethtool-kernel-doc-warnings.patch +patches/0471-net-hns3-add-support-for-pf-querying-new-interrupt-r.patch +patches/0472-net-hns3-fix-ROCE-base-interrupt-vector-initializati.patch +patches/0473-net-hns3-sync-rx-ring-head-in-echo-common-pull.patch +patches/0474-net-hns3-fix-some-mac-statistics-is-always-0-in-devi.patch +patches/0475-net-hns3-allow-configure-ETS-bandwidth-of-all-TCs.patch +patches/0476-ethtool-move-to-its-own-directory.patch +patches/0477-ethtool-move-string-arrays-into-common-file.patch +patches/0478-ethtool-provide-link-mode-names-as-a-string-set.patch +patches/0479-ethtool-introduce-ethtool-netlink-interface.patch +patches/0480-ethtool-helper-functions-for-netlink-interface.patch +patches/0481-ethtool-provide-ring-sizes-with-RINGS_GET-request.patch +patches/0482-ethtool-set-device-ring-sizes-with-RINGS_SET-request.patch +patches/0483-ethtool-add-support-to-set-get-tx-copybreak-buf-size.patch +patches/0484-net-hns3-add-support-to-set-get-tx-copybreak-buf-siz.patch +patches/0485-ethtool-add-support-to-set-get-rx-buf-len-via-ethtoo.patch +patches/0486-ethtool-extend-ringparam-setting-getting-API-with-rx.patch +patches/0487-net-hns3-add-support-to-set-get-rx-buf-len-via-ethto.patch +patches/0488-net-hns3-remove-the-way-to-set-tx-spare-buf-via-modu.patch +patches/0489-net-hns3-debugfs-add-drop-packet-statistics-of-multi.patch +patches/0490-net-hns3-add-dql-info-when-tx-timeout.patch +patches/0491-net-hns3-fix-incorrect-components-info-of-ethtool-re.patch +patches/0492-net-hns3-create-new-cmdq-hardware-description-struct.patch +patches/0493-net-hns3-use-struct-hclge_desc-to-replace-hclgevf_de.patch +patches/0494-net-hns3-create-new-set-of-unified-hclge_comm_cmd_se.patch +patches/0495-net-hns3-add-support-for-TX-push-mode.patch +patches/0496-net-hns3-handle-empty-unknown-interrupt-for-VF.patch +patches/0497-net-hns3-fix-software-vlan-talbe-of-vlan-0-inconsist.patch +patches/0498-net-hns3-add-querying-fec-ability-from-firmware.patch +patches/0499-net-hns3-add-querying-and-setting-fec-llrs-mode-from.patch +patches/0500-net-hns3-net-hns3-add-querying-and-setting-fec-off-m.patch +patches/0501-net-hns3-add-support-for-external-loopback-test.patch +patches/0502-net-hns3-fix-setting-incorrect-phy-link-ksettings-fo.patch +patches/0503-net-hns3-refine-the-handling-for-VF-heartbeat.patch +patches/0504-net-hns3-add-support-for-queue-bonding-mode-of-flow-.patch +patches/0505-net-hns3-add-queue-bonding-mode-support-for-VF.patch +patches/0506-net-hns3-allocate-fd-counter-for-queue-bonding.patch +patches/0507-net-hns3-refactor-the-debugfs-for-dumping-FD-tcam.patch +patches/0508-net-hns3-support-wake-on-lan-configuration-and-query.patch +patches/0509-net-hns3-fix-miss-L3E-checking-for-rx-packet.patch +patches/0510-net-hns3-add-support-customized-exception-handling-i.patch +patches/0511-net-hns3-add-support-clear-mac-statistics.patch +patches/0512-net-hns3-add-support-configuring-function-level-inte.patch +patches/0513-net-hns3-add-supports-fast-reporting-of-faulty-nodes.patch +patches/0514-net-hns3-add-support-to-get-set-1d-torus-param.patch +patches/0515-net-hns3-add-support-query-port-ext-information.patch +patches/0516-net-hns3-support-set-pfc-pause-trans-time.patch +patches/0517-net-hns3-disbable-pfc-en-before-the-reset.patch +patches/0518-net-hns3-add-support-query-the-presence-of-optical-m.patch +patches/0519-net-hns3-add-supports-configure-optical-module-enabl.patch +patches/0520-net-hns3-add-support-config-and-query-serdes-lane-st.patch +patches/0521-net-hns3-add-support-disable-nic-clock.patch +patches/0522-net-hns3-add-support-PF-provides-customized-interfac.patch +patches/0523-net-hns3-add-support-detect-port-wire-type.patch +patches/0524-net-hns3-add-support-set-mac-state.patch +patches/0525-net-hns3-add-support-set-led.patch +patches/0526-net-hns3-add-extend-interface-support-for-read-and-w.patch +patches/0527-net-ethtool-add-VxLAN-to-the-NFC-API.patch +patches/0528-net-hns3-PF-supports-to-set-and-query-lane_num-by-sy.patch +patches/0529-net-hns3-refactor-for-function-hclge_fd_convert_tupl.patch +patches/0530-net-hns3-support-set-get-VxLAN-rule-of-rx-flow-direc.patch +patches/0531-net-hns3-Use-the-correct-style-for-SPDX-License-Iden.patch +patches/0532-net-hns3-add-support-for-getting-GE-port-lanes.patch +patches/0533-net-hns3-modify-reset-delay-time-to-avoid-configurat.patch +patches/0534-net-hns3-fix-reset-timeout-when-enable-full-VF.patch +patches/0535-net-hns3-fix-output-information-incomplete-for-dumpi.patch +patches/0536-net-hns3-add-support-for-registering-devlink-for-PF.patch +patches/0537-net-hns3-add-support-for-registering-devlink-for-VF.patch +patches/0538-net-hns3-remove-always-exist-devlink-pointer-check.patch +patches/0539-net-hns3-Fix-for-the-compilation-problem-of-hclge_co.patch +patches/0540-The-kabi-issue-is-resolved-when-the-rx_buf_len-exten.patch +patches/0541-net-hns3-Resolved-the-kabi-change-issue-caused-by-ne.patch +patches/0542-ethtool-Extend-link-modes-settings-uAPI-with-lanes.patch +patches/0543-net-hns3-add-support-to-query-and-set-lane-number-by.patch +patches/0544-net-hns3-avoid-mult-div-op-in-critical-data-path.patch +patches/0545-ethtool-netlink-bitset-handling.patch +patches/0546-ethtool-support-FEC-settings-over-netlink.patch +patches/0547-ethtool-fec_prepare_data-jump-to-error-handling.patch +patches/0548-ethtool-add-FEC-statistics.patch +patches/0549-net-hns3-add-querying-fec-statistics.patch +patches/0550-net-hns3-The-kabi-issue-is-resolved-when-the-lane-me.patch +patches/0551-net-ethtool-Fix-the-Kabi-problem-is-caused-by-the-ne.patch +patches/0552-net-hns3-refactor-hclge_update_desc_vfid-for-extensi.patch +patches/0553-net-hns3-add-support-config-dscp-map-to-tc.patch +patches/0554-net-hns3-fix-strncpy-not-using-dest-buf-length-as-le.patch +patches/0555-net-hns3-fix-GRE-checksum-offload-issue.patch +patches/0556-net-hns3-fix-the-imp-capability-bit-cannot-exceed-32.patch +patches/0557-net-hns3-add-tm-flush-when-setting-tm.patch +patches/0558-net-hns3-restore-user-pause-configure-when-disable-a.patch +patches/0559-net-hns3-fix-set-cpu-affinity-when-state-down.patch +patches/0560-net-hns3-add-wait-until-mac-link-down.patch +patches/0561-net-hns3-refactor-hclge_mac_link_status_wait-for-int.patch +patches/0562-net-hns3-fix-setting-wrong-tx_timeout-value-issue.patch +patches/0563-net-hns3-refactor-hclge_cmd_send-with-new-hclge_comm.patch +patches/0564-net-hns3-refactor-hclgevf_cmd_send-with-new-hclge_co.patch +patches/0565-net-hns3-create-common-cmdq-resource-allocate-free-q.patch +patches/0566-net-hns3-refactor-PF-cmdq-resource-APIs-with-new-com.patch +patches/0567-net-hns3-refactor-VF-cmdq-resource-APIs-with-new-com.patch +patches/0568-net-hns3-create-common-cmdq-init-and-uninit-APIs.patch +patches/0569-net-hns3-refactor-PF-cmdq-init-and-uninit-APIs-with-.patch +patches/0570-net-hns3-refactor-VF-cmdq-init-and-uninit-APIs-with-.patch +patches/0571-net-hns3-delete-the-hclge_cmd.c-and-hclgevf_cmd.c.patch +patches/0572-net-hns3-add-debugfs-support-for-interrupt-coalesce.patch +patches/0573-net-hns3-support-debugfs-for-wake-on-lan.patch +patches/0574-net-hns3-debugfs-add-dump-dscp-map-info.patch +patches/0575-net-hns3-add-supports-pfc-storm-detection-and-suppre.patch +patches/0576-net-hns3-fix-getting-supported-parameter-from-driver.patch +patches/0577-net-hns3-fix-the-HCLGE_OPC_WOL_CFG-opcode-id-for-wol.patch +patches/0578-net-hns3-fix-pointer-cast-to-different-type-for-wol.patch +patches/0579-net-hns3-sync-linux-kernel-hns3-wol-to-openeuler.patch +patches/0580-net-hns3-add-support-for-Hisilicon-ptp-sync-device.patch +patches/0581-ptp-deprecate-gettime64-in-favor-of-gettimex64.patch +patches/0582-NIC-hns3-fix-kabi.patch +patches/0583-net-hns3-fix-for-not-calculating-TX-BD-send-size-cor.patch +patches/0584-ethtool-fix-application-of-verbose-no_mask-bitset.patch +patches/0585-ethtool-limit-bitset-size.patch +patches/0586-ethtool-reset-lanes-when-lanes-is-omitted.patch +patches/0587-ethtool-Fix-uninitialized-number-of-lanes.patch +patches/0588-net-hns3-fix-deadlock-issue-when-externel_lb-and-res.patch +patches/0589-net-hns3-fix-ethtool-tx-copybreak-buf-size-indicatin.patch +patches/0590-net-hns3-add-max-order-judgement-for-tx-spare-buffer.patch +patches/0591-ethtool-mark-netlink-family-as-__ro_after_init.patch +patches/0592-net-hns3-add-netdev-reset-check-for-hns3_set_tunable.patch +patches/0593-net-hns3-fix-return-value-check-bug-of-rx-copybreak.patch +patches/0594-net-hns3-Add-configuration-of-TM-QCN-error-event.patch +patches/0595-net-hns3-add-ROH-MAC-type-definitions-and-support-qu.patch +patches/0596-net-hns3-HNAE3-framework-add-support-for-ROH-client.patch