From 6ac2f32ef2550e4ea25d4fbd7ad1c78830700e3a Mon Sep 17 00:00:00 2001 From: jiangheng12 Date: Fri, 9 Jun 2023 11:38:25 +0800 Subject: [PATCH] distinguish self and upstream patches number --- ...18-secure-complilation-options-rpath.patch | 0 ...tch => 0019-reinit-support-return-ok.patch | 0 dpdk.spec | 599 +++++++++--------- 3 files changed, 302 insertions(+), 297 deletions(-) rename 0123-secure-complilation-options-rpath.patch => 0018-secure-complilation-options-rpath.patch (100%) rename 0124-reinit-support-return-ok.patch => 0019-reinit-support-return-ok.patch (100%) diff --git a/0123-secure-complilation-options-rpath.patch b/0018-secure-complilation-options-rpath.patch similarity index 100% rename from 0123-secure-complilation-options-rpath.patch rename to 0018-secure-complilation-options-rpath.patch diff --git a/0124-reinit-support-return-ok.patch b/0019-reinit-support-return-ok.patch similarity index 100% rename from 0124-reinit-support-return-ok.patch rename to 0019-reinit-support-return-ok.patch diff --git a/dpdk.spec b/dpdk.spec index 384f89c..63d2ff5 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,11 +1,13 @@ Name: dpdk Version: 21.11 -Release: 46 +Release: 47 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 21.11 Source: https://git.dpdk.org/dpdk/snapshot/%{name}-%{version}.tar.xz +# upstream patch number start from 6000. +# self developed patch number start from 9000 Patch9001: 0001-add-igb-uio.patch Patch9002: 0002-dpdk-add-secure-compile-option-and-fPIC-option.patch Patch9003: 0003-dpdk-bugfix-the-deadlock-in-rte_eal_init.patch @@ -23,312 +25,312 @@ Patch9014: 0014-fix-last-argv-pointer-change-to-first.patch Patch9015: 0015-fix-internal-cfg-and-fbarray-attach-mememory-leak.patch Patch9016: 0016-fix-error-that-the-secondary-attach-fails-due-to-detach.patch Patch9017: 0017-fix-master-thread-not-set-affinity.patch -Patch9018: 0018-net-bonding-fix-offloading-configuration.patch -Patch9019: 0019-net-hns3-fix-Rx-Tx-when-fast-path-operation-introduc.patch -Patch9020: 0020-net-hns3-fix-mailbox-wait-time-uninitialization.patch -Patch9021: 0021-net-hns3-fix-vector-burst-when-PTP-enable.patch -Patch9022: 0022-net-hns3-remove-unnecessary-assignment.patch -Patch9023: 0023-net-hns3-fix-using-enum-as-boolean.patch -Patch9024: 0024-net-hns3-extract-common-function-to-initialize-MAC-a.patch -Patch9025: 0025-net-hns3-make-control-plane-function-non-inline.patch -Patch9026: 0026-net-hns3-remove-unnecessary-blank-lines.patch -Patch9027: 0027-net-hns3-extract-reset-failure-handling-to-function.patch -Patch9028: 0028-net-hns3-remove-unused-variables.patch -Patch9029: 0029-net-hns3-remove-getting-number-of-queue-descriptors-.patch -Patch9030: 0030-net-hns3-remove-logging-memory-addresses.patch -Patch9031: 0031-net-hns3-extract-common-function-to-obtain-revision-.patch -Patch9032: 0032-net-hns3-replace-single-line-functions.patch -Patch9033: 0033-net-hns3-remove-non-re-entrant-strerror-call.patch -Patch9034: 0034-net-hns3-rename-function.patch -Patch9035: 0035-net-hns3-extract-functions-to-create-RSS-and-FDIR-fl.patch -Patch9036: 0036-net-hns3-support-indirect-counter-flow-action.patch -Patch9037: 0037-net-hns3-fix-max-packet-size-rollback-in-PF.patch -Patch9038: 0038-net-hns3-fix-RSS-key-with-null.patch -Patch9039: 0039-net-hns3-fix-insecure-way-to-query-MAC-statistics.patch -Patch9040: 0040-net-hns3-fix-double-decrement-of-secondary-count.patch -Patch9041: 0041-net-hns3-fix-operating-queue-when-TCAM-table-is-inva.patch -Patch9042: 0042-net-hns3-delete-duplicated-RSS-type.patch -Patch9043: 0043-net-bonding-fix-promiscuous-and-allmulticast-state.patch -Patch9044: 0044-net-bonding-fix-reference-count-on-mbufs.patch -Patch9045: 0045-app-testpmd-fix-bonding-mode-set.patch -Patch9046: 0046-ethdev-introduce-dump-API.patch -Patch9047: 0047-app-procinfo-add-device-private-info-dump.patch -Patch9048: 0048-net-hns3-dump-device-basic-info.patch -Patch9049: 0049-net-hns3-dump-device-feature-capability.patch -Patch9050: 0050-net-hns3-dump-device-MAC-info.patch -Patch9051: 0051-net-hns3-dump-queue-info.patch -Patch9052: 0052-net-hns3-dump-VLAN-configuration-info.patch -Patch9053: 0053-net-hns3-dump-flow-director-basic-info.patch -Patch9054: 0054-net-hns3-dump-TM-configuration-info.patch -Patch9055: 0055-net-hns3-dump-flow-control-info.patch -Patch9056: 0056-net-hns3-change-dump-file-name.patch -Patch9057: 0057-net-hns3-fix-code-check-for-dump.patch -Patch9058: 0058-ethdev-fix-ethdev-version-map.patch -Patch9059: 0059-net-hns3-delete-simple-bd-cap.patch -Patch9060: 0060-net-hns3-fix-TM-info-dump.patch -Patch9061: 0061-dma-hisilicon-support-Kunpeng-930.patch -Patch9062: 0062-dma-hisilicon-support-error-handling-with-Kunpeng-93.patch -Patch9063: 0063-dma-hisilicon-support-registers-dump-for-Kunpeng-930.patch -Patch9064: 0064-dma-hisilicon-add-queue-full-statistics.patch -Patch9065: 0065-dma-hisilicon-use-common-PCI-device-naming.patch -Patch9066: 0066-app-testpmd-check-starting-port-is-not-in-bonding.patch -Patch9067: 0067-examples-vhost-remove-DMA-type-option-help-info.patch -Patch9068: 0068-kni-fix-freeing-order-in-device-release.patch -Patch9069: 0069-net-hns3-remove-duplicate-macro-definition.patch -Patch9070: 0070-net-hns3-fix-RSS-TC-mode-entry.patch -Patch9071: 0071-net-hns3-fix-VF-RSS-TC-mode-entry.patch -Patch9072: 0072-net-hns3-increase-time-waiting-for-PF-reset-completi.patch -Patch9073: 0073-net-bonding-fix-stopping-non-active-slaves.patch -Patch9074: 0074-net-bonding-fix-slave-stop-and-remove-on-port-close.patch -Patch9075: 0075-net-hns3-fix-order-of-clearing-imissed-register-in-P.patch -Patch9076: 0076-net-hns3-fix-MAC-and-queues-HW-statistics-overflow.patch -Patch9077: 0077-net-hns3-fix-pseudo-sharing-between-threads.patch -Patch9078: 0078-net-hns3-fix-mbuf-free-on-Tx-done-cleanup.patch -Patch9079: 0079-net-hns3-fix-RSS-disable.patch -Patch9080: 0080-net-hns3-fix-rollback-on-RSS-hash-update.patch -Patch9081: 0081-net-hns3-remove-redundant-RSS-tuple-field.patch -Patch9082: 0082-ethdev-fix-RSS-update-when-RSS-is-disabled.patch -Patch9083: 0083-net-hns3-remove-unnecessary-RSS-switch.patch -Patch9084: 0084-app-testpmd-check-statistics-query-before-printing.patch -Patch9085: 0085-app-testpmd-fix-MTU-verification.patch -Patch9086: 0086-app-testpmd-fix-port-status-of-bonding-slave-device.patch -Patch9087: 0087-ethdev-clarify-null-location-case-in-xstats-get.patch -Patch9088: 0088-ethdev-simplify-xstats-get-implementation.patch -Patch9089: 0089-net-hns3-fix-xstats-get-return-if-xstats-is-null.patch -Patch9090: 0090-net-ipn3ke-fix-xstats-get-return-if-xstats-is-null.patch -Patch9091: 0091-net-mvpp2-fix-xstats-get-return-if-xstats-is-null.patch -Patch9092: 0092-net-axgbe-fix-xstats-get-return-if-xstats-is-null.patch -Patch9093: 0093-ethdev-fix-memory-leak-in-xstats-telemetry.patch -Patch9094: 0094-ethdev-fix-possible-null-pointer-access.patch -Patch9095: 0095-net-cnxk-fix-possible-null-dereference-in-telemetry.patch -Patch9096: 0096-net-bonding-fix-mbuf-fast-free-usage.patch -Patch9097: 0097-ethdev-fix-port-state-when-stop.patch -Patch9098: 0098-ethdev-fix-port-close-in-secondary-process.patch -Patch9099: 0099-examples-dma-fix-MTU-configuration.patch -Patch9100: 0100-examples-dma-fix-Tx-drop-statistics.patch -Patch9101: 0101-examples-dma-add-force-minimal-copy-size-parameter.patch -Patch9102: 0102-dma-hisilicon-fix-index-returned-when-no-DMA-complet.patch -Patch9103: 0103-test-dma-check-index-when-no-DMA-completed.patch -Patch9104: 0104-dma-hisilicon-enhance-CQ-scan-robustness.patch -Patch9105: 0105-net-failsafe-fix-device-freeing.patch -Patch9106: 0106-net-tap-fix-device-freeing.patch -Patch9107: 0107-net-bonding-fix-RSS-inconsistent-between-bonded-and-.patch -Patch9108: 0108-app-test-fix-bonding-RSS-test-when-disable-RSS.patch -Patch9109: 0109-net-hns3-add-check-for-deferred-start-queue-when-rol.patch -Patch9110: 0110-net-hns3-remove-redundant-parentheses.patch -Patch9111: 0111-net-hns3-adjust-the-data-type-of-some-variables.patch -Patch9112: 0112-net-hns3-fix-an-unreasonable-memset.patch -Patch9113: 0113-net-hns3-remove-duplicate-definition.patch -Patch9114: 0114-net-hns3-fix-code-check-warning.patch -Patch9115: 0115-net-hns3-fix-return-value-for-unsupported-tuple.patch -Patch9116: 0116-net-hns3-modify-a-function-name.patch -Patch9117: 0117-net-hns3-unify-the-code-wrap-style.patch -Patch9118: 0118-net-hns3-fix-a-segfault-from-secondary-process.patch -Patch9119: 0119-net-hns3-fix-TM-capability-incorrectly-defined.patch -Patch9120: 0120-app-testpmd-add-help-messages-for-multi-process.patch -Patch9121: 0121-app-testpmd-fix-use-of-indirect-action-after-port-cl.patch -Patch9122: 0122-app-testpmd-fix-bonding-slave-devices-not-released.patch -Patch9123: 0123-secure-complilation-options-rpath.patch -Patch9124: 0124-reinit-support-return-ok.patch + +Patch9018: 0018-secure-complilation-options-rpath.patch +Patch9019: 0019-reinit-support-return-ok.patch Patch6001: CVE-2021-3839.patch Patch6002: CVE-2022-0669.patch Patch6003: backport-0001-CVE-2022-2132.patch Patch6004: backport-0002-CVE-2022-2132.patch Patch6005: backport-CVE-2022-28199.patch - -Patch9125: 0125-net-hns3-fix-link-status-capability-query-from-VF.patch -Patch9126: 0126-net-hns3-support-backplane-media-type.patch -Patch9127: 0127-net-hns3-cancel-heartbeat-alarm-when-VF-reset.patch -Patch9128: 0128-net-hns3-fix-PTP-interrupt-logging.patch -Patch9129: 0129-net-hns3-fix-statistics-locking.patch -Patch9130: 0130-net-hns3-fix-descriptors-check-with-SVE.patch -Patch9131: 0131-net-hns3-clean-some-functions.patch -Patch9132: 0132-net-hns3-delete-unused-code.patch -Patch9133: 0133-examples-dma-support-dequeue-when-no-packet-received.patch -Patch9134: 0134-net-hns3-add-dump-of-VF-VLAN-filter-modify-capabilit.patch -Patch9135: 0135-net-hns3-fix-Rx-with-PTP.patch -Patch9136: 0136-net-hns3-fix-crash-in-SVE-Tx.patch -Patch9137: 0137-net-hns3-fix-next-to-use-overflow-in-SVE-Tx.patch -Patch9138: 0138-net-hns3-fix-next-to-use-overflow-in-simple-Tx.patch -Patch9139: 0139-net-hns3-optimize-SVE-Tx-performance.patch -Patch9140: 0140-net-hns3-fix-crash-when-secondary-process-access-FW.patch -Patch9141: 0141-net-hns3-delete-unused-markup.patch -Patch9142: 0142-net-hns3-fix-clearing-hardware-MAC-statistics.patch -Patch9143: 0143-net-hns3-revert-Tx-performance-optimization.patch -Patch9144: 0144-net-hns3-fix-RSS-rule-restore.patch -Patch9145: 0145-net-hns3-fix-RSS-filter-restore.patch -Patch9146: 0146-net-hns3-fix-lock-protection-of-RSS-flow-rule.patch -Patch9147: 0147-net-hns3-fix-RSS-flow-rule-restore.patch -Patch9148: 0148-net-hns3-move-flow-direction-rule-recovery.patch -Patch9149: 0149-net-hns3-fix-restore-filter-function-input.patch -Patch9150: 0150-net-hns3-fix-build-with-gcov.patch -Patch9151: 0151-net-hns3-fix-packet-type-for-GENEVE.patch -Patch9152: 0152-net-hns3-remove-magic-numbers-for-MAC-address.patch -Patch9153: 0153-net-hns3-fix-code-check-warnings.patch -Patch9154: 0154-net-hns3-fix-header-files-includes.patch -Patch9155: 0155-net-hns3-remove-unused-structures.patch -Patch9156: 0156-net-hns3-rename-header-guards.patch -Patch9157: 0157-net-hns3-fix-IPv4-and-IPv6-RSS.patch -Patch9158: 0158-net-hns3-fix-types-in-IPv6-SCTP-fields.patch -Patch9159: 0159-net-hns3-fix-IPv4-RSS.patch -Patch9160: 0160-net-hns3-add-check-for-L3-and-L4-type.patch -Patch9161: 0161-net-hns3-revert-fix-mailbox-communication-with-HW.patch -Patch9162: 0162-net-hns3-fix-VF-mailbox-message-handling.patch -Patch9163: 0163-net-hns3-fix-minimum-Tx-frame-length.patch -Patch9164: 0164-ethdev-introduce-Rx-Tx-descriptor-dump-API.patch -Patch9165: 0165-net-hns3-support-Rx-Tx-descriptor-dump.patch -Patch9166: 0166-remove-unnecessary-null-checks.patch -Patch9167: 0167-ethdev-introduce-generic-dummy-packet-burst-function.patch -Patch9168: 0168-fix-spelling-in-comments-and-strings.patch -Patch9169: 0169-net-hns3-add-VLAN-filter-query-in-dump-file.patch -Patch9170: 0170-net-bonding-fix-array-overflow-in-Rx-burst.patch -Patch9171: 0171-net-bonding-fix-double-slave-link-status-query.patch -Patch9172: 0172-app-testpmd-fix-supported-RSS-offload-display.patch -Patch9173: 0173-app-testpmd-unify-name-of-L2-payload-offload.patch -Patch9174: 0174-app-testpmd-refactor-config-all-RSS-command.patch -Patch9175: 0175-app-testpmd-unify-RSS-types-display.patch -Patch9176: 0176-app-testpmd-compact-RSS-types-output.patch -Patch9177: 0177-app-testpmd-reorder-RSS-type-table.patch -Patch9178: 0178-app-testpmd-fix-RSS-types-display.patch -Patch9179: 0179-ethdev-support-telemetry-private-dump.patch -Patch9180: 0180-dmadev-add-telemetry.patch -Patch9181: 0181-dmadev-support-telemetry-dump-dmadev.patch -Patch9182: 0182-telemetry-add-missing-C-guards.patch -Patch9183: 0183-telemetry-limit-characters-allowed-in-dictionary-nam.patch -Patch9184: 0184-telemetry-fix-escaping-of-invalid-json-characters.patch -Patch9185: 0185-telemetry-add-escaping-of-strings-in-arrays.patch -Patch9186: 0186-telemetry-add-escaping-of-strings-in-dicts.patch -Patch9187: 0187-telemetry-limit-command-characters.patch -Patch9188: 0188-telemetry-eliminate-duplicate-code-for-json-output.patch -Patch9189: 0189-telemetry-make-help-command-more-helpful.patch - Patch6006: backport-gro-fix-chain-index-for-more-than-2-packets.patch Patch6007: backport-gro-trim-tail-padding-bytes.patch Patch6008: backport-gro-check-payload-length-after-trim.patch -Patch9190: 0190-net-bonding-fix-Tx-hash-for-TCP.patch -Patch9191: 0191-net-bonding-add-link-speeds-configuration.patch -Patch9192: 0192-net-bonding-call-Tx-prepare-before-Tx-burst.patch -Patch9193: 0193-net-bonding-fix-MTU-set-for-slaves.patch -Patch9194: 0194-app-testpmd-remove-jumbo-offload-related-code.patch -Patch9195: 0195-app-testpmd-revert-MAC-update-in-checksum-forwarding.patch -Patch9196: 0196-net-bonding-fix-bond4-drop-valid-MAC-packets.patch -Patch9197: 0197-net-bonding-fix-slave-device-Rx-Tx-offload-configura.patch -Patch9198: 0198-app-testpmd-fix-MAC-header-in-csum-forward-engine.patch -Patch9199: 0199-app-testpmd-update-bond-port-configurations-when-add.patch -Patch9200: 0200-app-testpmd-fix-GENEVE-parsing-in-checksum-mode.patch -Patch9201: 0201-net-add-UDP-TCP-checksum-in-mbuf-segments.patch -Patch9202: 0202-app-testpmd-add-SW-L4-checksum-in-multi-segments.patch -Patch9203: 0203-app-testpmd-fix-L4-checksum-in-multi-segments.patch -Patch9204: 0204-net-bonding-fix-mbuf-fast-free-handling.patch -Patch9205: 0205-doc-fix-application-name-in-procinfo-guide.patch -Patch9206: 0206-doc-document-device-dump-in-procinfo-guide.patch -Patch9207: 0207-app-procinfo-remove-doxygen-comments.patch -Patch9208: 0208-app-procinfo-dump-DPDK-version.patch -Patch9209: 0209-app-procinfo-dump-firmware-version.patch -Patch9210: 0210-app-procinfo-dump-RSS-RETA.patch -Patch9211: 0211-app-procinfo-dump-module-EEPROM-info.patch -Patch9212: 0212-app-procinfo-add-burst-mode-to-Rx-Tx-queue-info.patch -Patch9213: 0213-app-procinfo-dump-detailed-info-for-Rx-Tx-descriptor.patch -Patch9214: 0214-dma-hisilicon-support-vchan-status-query.patch -Patch9215: 0215-kni-fix-build-with-Linux-5.18.patch -Patch9216: 0216-kni-use-dedicated-function-to-set-random-MAC-address.patch -Patch9217: 0217-kni-use-dedicated-function-to-set-MAC-address.patch -Patch9218: 0218-linux-igb_uio-fix-build-for-switch-fall-through.patch -Patch9219: 0219-linux-igb_uio-fix-build-with-kernel-5.18.patch -Patch9220: 0220-net-hns3-fix-inaccurate-RTC-time-to-read.patch -Patch9221: 0221-net-hns3-fix-log-about-indirection-table-size.patch -Patch9222: 0222-net-hns3-extract-common-function-to-query-device.patch -Patch9223: 0223-net-hns3-refactor-set-RSS-hash-algorithm-and-key-int.patch -Patch9224: 0224-net-hns3-fix-RSS-key-size-compatibility.patch -Patch9225: 0225-net-hns3-fix-clearing-RSS-configuration.patch -Patch9226: 0226-net-hns3-use-RSS-filter-list-to-check-duplicated-rul.patch -Patch9227: 0227-net-hns3-remove-useless-code-when-destroy-valid-RSS-.patch -Patch9228: 0228-net-hns3-fix-warning-on-flush-or-destroy-rule.patch -Patch9229: 0229-net-hns3-fix-config-struct-used-for-conversion.patch -Patch9230: 0230-net-hns3-fix-duplicate-RSS-rule-check.patch -Patch9231: 0231-net-hns3-fix-burst-mode-query-with-dummy-function.patch -Patch9232: 0232-net-hns3-add-debug-info-for-Rx-Tx-dummy-function.patch -Patch9233: 0233-net-hns3-remove-debug-condition-for-Tx-prepare.patch -Patch9234: 0234-net-hns3-separate-Tx-prepare-from-getting-Tx-functio.patch -Patch9235: 0235-net-hns3-make-getting-Tx-function-static.patch -Patch9236: 0236-net-hns3-extract-common-functions-to-set-Rx-Tx.patch -Patch9237: 0237-net-hns3-declare-flow-rule-keeping-capability.patch -Patch9238: 0238-app-testpmd-add-disable-flow-flush-option.patch -Patch9239: 0239-net-hns3-fix-possible-truncation-of-hash-key-when-co.patch -Patch9240: 0240-net-hns3-fix-possible-truncation-of-redirection-tabl.patch -Patch9241: 0241-net-hns3-use-hardware-config-to-report-hash-key.patch -Patch9242: 0242-net-hns3-use-hardware-config-to-report-hash-types.patch -Patch9243: 0243-net-hns3-use-hardware-config-to-report-redirection-t.patch -Patch9244: 0244-net-hns3-separate-setting-hash-algorithm.patch -Patch9245: 0245-net-hns3-separate-setting-hash-key.patch -Patch9246: 0246-net-hns3-separate-setting-redirection-table.patch -Patch9247: 0247-net-hns3-separate-setting-RSS-types.patch -Patch9248: 0248-net-hns3-separate-setting-and-clearing-RSS-rule.patch -Patch9249: 0249-net-hns3-use-new-RSS-rule-to-configure-hardware.patch -Patch9250: 0250-net-hns3-save-hash-algo-to-RSS-filter-list-node.patch -Patch9251: 0251-net-hns3-allow-adding-queue-buffer-size-hash-rule.patch -Patch9252: 0252-net-hns3-separate-flow-RSS-config-from-RSS-conf.patch -Patch9253: 0253-net-hns3-reimplement-hash-flow-function.patch -Patch9254: 0254-net-hns3-add-verification-of-RSS-types.patch -Patch9255: 0255-test-mbuf-fix-mbuf-reset-test.patch -Patch9256: 0256-examples-l3fwd-power-support-CPPC-cpufreq.patch -Patch9257: 0257-hinic-free-mbuf-use-rte_pktmbuf_free_seg.patch -Patch9258: 0258-net-bonding-support-private-dump-operation.patch -Patch9259: 0259-net-bonding-add-LACP-info-dump.patch -Patch9260: 0260-net-virtio-support-private-dump.patch -Patch9261: 0261-net-vhost-support-private-dump.patch -Patch9262: 0262-app-testpmd-show-private-info-in-port-info.patch -Patch9263: 0263-app-testpmd-display-RSS-hash-key-of-flow-rule.patch -Patch9264: 0264-ethdev-fix-Rx-queue-telemetry-memory-leak-on-failure.patch -Patch9265: 0265-ethdev-fix-MAC-address-in-telemetry-device-info.patch -Patch9266: 0266-eventdev-eth_rx-fix-telemetry-Rx-stats-reset.patch -Patch9267: 0267-test-telemetry_data-refactor-for-maintainability.patch -Patch9268: 0268-test-telemetry_data-add-test-cases-for-character-esc.patch -Patch9269: 0269-usertools-telemetry-add-JSON-pretty-print.patch -Patch9270: 0270-telemetry-move-include-after-guard.patch -Patch9271: 0271-ethdev-fix-telemetry-data-truncation.patch -Patch9272: 0272-mempool-fix-telemetry-data-truncation.patch -Patch9273: 0273-cryptodev-fix-telemetry-data-truncation.patch -Patch9274: 0274-mem-fix-telemetry-data-truncation.patch -Patch9275: 0275-telemetry-support-adding-integer-as-hexadecimal.patch -Patch9276: 0276-ethdev-get-capabilities-from-telemetry-in-hexadecima.patch -Patch9277: 0277-mem-fix-hugepage-info-mapping.patch -Patch9278: 0278-raw-ifpga-base-fix-init-with-multi-process.patch -Patch9279: 0279-compressdev-fix-empty-devargs-parsing.patch -Patch9280: 0280-cryptodev-fix-empty-devargs-parsing.patch -Patch9281: 0281-net-hns3-fix-empty-devargs-parsing.patch -Patch9282: 0282-net-virtio-fix-empty-devargs-parsing.patch -Patch9283: 0283-dma-skeleton-fix-empty-devargs-parsing.patch -Patch9284: 0284-raw-skeleton-fix-empty-devargs-parsing.patch -Patch9285: 0285-net-hns3-simplify-hardware-checksum-offloading.patch -Patch9286: 0286-net-hns3-support-dump-media-type.patch -Patch9287: 0287-ethdev-fix-one-address-occupies-two-entries-in-MAC-a.patch -Patch9288: 0288-net-hns3-fix-never-set-MAC-flow-control.patch -Patch9289: 0289-net-hns3-add-flow-control-autoneg-for-fiber-port.patch -Patch9290: 0290-net-hns3-fix-variable-type-mismatch.patch -Patch9291: 0291-net-hns3-fix-Rx-multiple-firmware-reset-interrupts.patch -Patch9292: 0292-net-hns3-add-Tx-Rx-descriptor-logs.patch -Patch9293: 0293-net-hns3-fix-FEC-mode-for-200G-ports.patch -Patch9294: 0294-net-hns3-fix-FEC-mode-check-error.patch -Patch9295: 0295-net-hns3-fix-missing-FEC-capability.patch -Patch9296: 0296-ethdev-introduce-low-latency-RS-FEC.patch -Patch9297: 0297-app-testpmd-add-setting-and-querying-of-LLRS-FEC-mod.patch -Patch9298: 0298-net-hns3-add-LLRS-FEC-mode-support-for-200G-ports.patch -Patch9299: 0299-net-hns3-get-current-FEC-capability-from-firmware.patch -Patch9300: 0300-net-hns3-fix-RTC-time-on-initialization.patch -Patch9301: 0301-net-hns3-fix-RTC-time-after-reset.patch -Patch9302: 0302-net-hns3-uninitialize-PTP.patch -Patch9303: 0303-net-hns3-extract-PTP-to-its-own-header-file.patch -Patch9304: 0304-net-hns3-fix-mbuf-leakage-when-RxQ-started-during-re.patch -Patch9305: 0305-net-hns3-fix-mbuf-leakage-when-RxQ-started-after-res.patch -Patch9306: 0306-net-hns3-fix-device-start-return-value.patch -Patch9307: 0307-net-hns3-fix-uninitialized-variable.patch -Patch9308: 0308-net-hns3-refactor-code.patch -Patch9309: 0309-net-hns3-fix-inaccurate-log.patch -Patch9310: 0310-net-hns3-fix-redundant-line-break-in-log.patch - +Patch6018: 0018-net-bonding-fix-offloading-configuration.patch +Patch6019: 0019-net-hns3-fix-Rx-Tx-when-fast-path-operation-introduc.patch +Patch6020: 0020-net-hns3-fix-mailbox-wait-time-uninitialization.patch +Patch6021: 0021-net-hns3-fix-vector-burst-when-PTP-enable.patch +Patch6022: 0022-net-hns3-remove-unnecessary-assignment.patch +Patch6023: 0023-net-hns3-fix-using-enum-as-boolean.patch +Patch6024: 0024-net-hns3-extract-common-function-to-initialize-MAC-a.patch +Patch6025: 0025-net-hns3-make-control-plane-function-non-inline.patch +Patch6026: 0026-net-hns3-remove-unnecessary-blank-lines.patch +Patch6027: 0027-net-hns3-extract-reset-failure-handling-to-function.patch +Patch6028: 0028-net-hns3-remove-unused-variables.patch +Patch6029: 0029-net-hns3-remove-getting-number-of-queue-descriptors-.patch +Patch6030: 0030-net-hns3-remove-logging-memory-addresses.patch +Patch6031: 0031-net-hns3-extract-common-function-to-obtain-revision-.patch +Patch6032: 0032-net-hns3-replace-single-line-functions.patch +Patch6033: 0033-net-hns3-remove-non-re-entrant-strerror-call.patch +Patch6034: 0034-net-hns3-rename-function.patch +Patch6035: 0035-net-hns3-extract-functions-to-create-RSS-and-FDIR-fl.patch +Patch6036: 0036-net-hns3-support-indirect-counter-flow-action.patch +Patch6037: 0037-net-hns3-fix-max-packet-size-rollback-in-PF.patch +Patch6038: 0038-net-hns3-fix-RSS-key-with-null.patch +Patch6039: 0039-net-hns3-fix-insecure-way-to-query-MAC-statistics.patch +Patch6040: 0040-net-hns3-fix-double-decrement-of-secondary-count.patch +Patch6041: 0041-net-hns3-fix-operating-queue-when-TCAM-table-is-inva.patch +Patch6042: 0042-net-hns3-delete-duplicated-RSS-type.patch +Patch6043: 0043-net-bonding-fix-promiscuous-and-allmulticast-state.patch +Patch6044: 0044-net-bonding-fix-reference-count-on-mbufs.patch +Patch6045: 0045-app-testpmd-fix-bonding-mode-set.patch +Patch6046: 0046-ethdev-introduce-dump-API.patch +Patch6047: 0047-app-procinfo-add-device-private-info-dump.patch +Patch6048: 0048-net-hns3-dump-device-basic-info.patch +Patch6049: 0049-net-hns3-dump-device-feature-capability.patch +Patch6050: 0050-net-hns3-dump-device-MAC-info.patch +Patch6051: 0051-net-hns3-dump-queue-info.patch +Patch6052: 0052-net-hns3-dump-VLAN-configuration-info.patch +Patch6053: 0053-net-hns3-dump-flow-director-basic-info.patch +Patch6054: 0054-net-hns3-dump-TM-configuration-info.patch +Patch6055: 0055-net-hns3-dump-flow-control-info.patch +Patch6056: 0056-net-hns3-change-dump-file-name.patch +Patch6057: 0057-net-hns3-fix-code-check-for-dump.patch +Patch6058: 0058-ethdev-fix-ethdev-version-map.patch +Patch6059: 0059-net-hns3-delete-simple-bd-cap.patch +Patch6060: 0060-net-hns3-fix-TM-info-dump.patch +Patch6061: 0061-dma-hisilicon-support-Kunpeng-930.patch +Patch6062: 0062-dma-hisilicon-support-error-handling-with-Kunpeng-93.patch +Patch6063: 0063-dma-hisilicon-support-registers-dump-for-Kunpeng-930.patch +Patch6064: 0064-dma-hisilicon-add-queue-full-statistics.patch +Patch6065: 0065-dma-hisilicon-use-common-PCI-device-naming.patch +Patch6066: 0066-app-testpmd-check-starting-port-is-not-in-bonding.patch +Patch6067: 0067-examples-vhost-remove-DMA-type-option-help-info.patch +Patch6068: 0068-kni-fix-freeing-order-in-device-release.patch +Patch6069: 0069-net-hns3-remove-duplicate-macro-definition.patch +Patch6070: 0070-net-hns3-fix-RSS-TC-mode-entry.patch +Patch6071: 0071-net-hns3-fix-VF-RSS-TC-mode-entry.patch +Patch6072: 0072-net-hns3-increase-time-waiting-for-PF-reset-completi.patch +Patch6073: 0073-net-bonding-fix-stopping-non-active-slaves.patch +Patch6074: 0074-net-bonding-fix-slave-stop-and-remove-on-port-close.patch +Patch6075: 0075-net-hns3-fix-order-of-clearing-imissed-register-in-P.patch +Patch6076: 0076-net-hns3-fix-MAC-and-queues-HW-statistics-overflow.patch +Patch6077: 0077-net-hns3-fix-pseudo-sharing-between-threads.patch +Patch6078: 0078-net-hns3-fix-mbuf-free-on-Tx-done-cleanup.patch +Patch6079: 0079-net-hns3-fix-RSS-disable.patch +Patch6080: 0080-net-hns3-fix-rollback-on-RSS-hash-update.patch +Patch6081: 0081-net-hns3-remove-redundant-RSS-tuple-field.patch +Patch6082: 0082-ethdev-fix-RSS-update-when-RSS-is-disabled.patch +Patch6083: 0083-net-hns3-remove-unnecessary-RSS-switch.patch +Patch6084: 0084-app-testpmd-check-statistics-query-before-printing.patch +Patch6085: 0085-app-testpmd-fix-MTU-verification.patch +Patch6086: 0086-app-testpmd-fix-port-status-of-bonding-slave-device.patch +Patch6087: 0087-ethdev-clarify-null-location-case-in-xstats-get.patch +Patch6088: 0088-ethdev-simplify-xstats-get-implementation.patch +Patch6089: 0089-net-hns3-fix-xstats-get-return-if-xstats-is-null.patch +Patch6090: 0090-net-ipn3ke-fix-xstats-get-return-if-xstats-is-null.patch +Patch6091: 0091-net-mvpp2-fix-xstats-get-return-if-xstats-is-null.patch +Patch6092: 0092-net-axgbe-fix-xstats-get-return-if-xstats-is-null.patch +Patch6093: 0093-ethdev-fix-memory-leak-in-xstats-telemetry.patch +Patch6094: 0094-ethdev-fix-possible-null-pointer-access.patch +Patch6095: 0095-net-cnxk-fix-possible-null-dereference-in-telemetry.patch +Patch6096: 0096-net-bonding-fix-mbuf-fast-free-usage.patch +Patch6097: 0097-ethdev-fix-port-state-when-stop.patch +Patch6098: 0098-ethdev-fix-port-close-in-secondary-process.patch +Patch6099: 0099-examples-dma-fix-MTU-configuration.patch +Patch6100: 0100-examples-dma-fix-Tx-drop-statistics.patch +Patch6101: 0101-examples-dma-add-force-minimal-copy-size-parameter.patch +Patch6102: 0102-dma-hisilicon-fix-index-returned-when-no-DMA-complet.patch +Patch6103: 0103-test-dma-check-index-when-no-DMA-completed.patch +Patch6104: 0104-dma-hisilicon-enhance-CQ-scan-robustness.patch +Patch6105: 0105-net-failsafe-fix-device-freeing.patch +Patch6106: 0106-net-tap-fix-device-freeing.patch +Patch6107: 0107-net-bonding-fix-RSS-inconsistent-between-bonded-and-.patch +Patch6108: 0108-app-test-fix-bonding-RSS-test-when-disable-RSS.patch +Patch6109: 0109-net-hns3-add-check-for-deferred-start-queue-when-rol.patch +Patch6110: 0110-net-hns3-remove-redundant-parentheses.patch +Patch6111: 0111-net-hns3-adjust-the-data-type-of-some-variables.patch +Patch6112: 0112-net-hns3-fix-an-unreasonable-memset.patch +Patch6113: 0113-net-hns3-remove-duplicate-definition.patch +Patch6114: 0114-net-hns3-fix-code-check-warning.patch +Patch6115: 0115-net-hns3-fix-return-value-for-unsupported-tuple.patch +Patch6116: 0116-net-hns3-modify-a-function-name.patch +Patch6117: 0117-net-hns3-unify-the-code-wrap-style.patch +Patch6118: 0118-net-hns3-fix-a-segfault-from-secondary-process.patch +Patch6119: 0119-net-hns3-fix-TM-capability-incorrectly-defined.patch +Patch6120: 0120-app-testpmd-add-help-messages-for-multi-process.patch +Patch6121: 0121-app-testpmd-fix-use-of-indirect-action-after-port-cl.patch +Patch6122: 0122-app-testpmd-fix-bonding-slave-devices-not-released.patch + +Patch6125: 0125-net-hns3-fix-link-status-capability-query-from-VF.patch +Patch6126: 0126-net-hns3-support-backplane-media-type.patch +Patch6127: 0127-net-hns3-cancel-heartbeat-alarm-when-VF-reset.patch +Patch6128: 0128-net-hns3-fix-PTP-interrupt-logging.patch +Patch6129: 0129-net-hns3-fix-statistics-locking.patch +Patch6130: 0130-net-hns3-fix-descriptors-check-with-SVE.patch +Patch6131: 0131-net-hns3-clean-some-functions.patch +Patch6132: 0132-net-hns3-delete-unused-code.patch +Patch6133: 0133-examples-dma-support-dequeue-when-no-packet-received.patch +Patch6134: 0134-net-hns3-add-dump-of-VF-VLAN-filter-modify-capabilit.patch +Patch6135: 0135-net-hns3-fix-Rx-with-PTP.patch +Patch6136: 0136-net-hns3-fix-crash-in-SVE-Tx.patch +Patch6137: 0137-net-hns3-fix-next-to-use-overflow-in-SVE-Tx.patch +Patch6138: 0138-net-hns3-fix-next-to-use-overflow-in-simple-Tx.patch +Patch6139: 0139-net-hns3-optimize-SVE-Tx-performance.patch +Patch6140: 0140-net-hns3-fix-crash-when-secondary-process-access-FW.patch +Patch6141: 0141-net-hns3-delete-unused-markup.patch +Patch6142: 0142-net-hns3-fix-clearing-hardware-MAC-statistics.patch +Patch6143: 0143-net-hns3-revert-Tx-performance-optimization.patch +Patch6144: 0144-net-hns3-fix-RSS-rule-restore.patch +Patch6145: 0145-net-hns3-fix-RSS-filter-restore.patch +Patch6146: 0146-net-hns3-fix-lock-protection-of-RSS-flow-rule.patch +Patch6147: 0147-net-hns3-fix-RSS-flow-rule-restore.patch +Patch6148: 0148-net-hns3-move-flow-direction-rule-recovery.patch +Patch6149: 0149-net-hns3-fix-restore-filter-function-input.patch +Patch6150: 0150-net-hns3-fix-build-with-gcov.patch +Patch6151: 0151-net-hns3-fix-packet-type-for-GENEVE.patch +Patch6152: 0152-net-hns3-remove-magic-numbers-for-MAC-address.patch +Patch6153: 0153-net-hns3-fix-code-check-warnings.patch +Patch6154: 0154-net-hns3-fix-header-files-includes.patch +Patch6155: 0155-net-hns3-remove-unused-structures.patch +Patch6156: 0156-net-hns3-rename-header-guards.patch +Patch6157: 0157-net-hns3-fix-IPv4-and-IPv6-RSS.patch +Patch6158: 0158-net-hns3-fix-types-in-IPv6-SCTP-fields.patch +Patch6159: 0159-net-hns3-fix-IPv4-RSS.patch +Patch6160: 0160-net-hns3-add-check-for-L3-and-L4-type.patch +Patch6161: 0161-net-hns3-revert-fix-mailbox-communication-with-HW.patch +Patch6162: 0162-net-hns3-fix-VF-mailbox-message-handling.patch +Patch6163: 0163-net-hns3-fix-minimum-Tx-frame-length.patch +Patch6164: 0164-ethdev-introduce-Rx-Tx-descriptor-dump-API.patch +Patch6165: 0165-net-hns3-support-Rx-Tx-descriptor-dump.patch +Patch6166: 0166-remove-unnecessary-null-checks.patch +Patch6167: 0167-ethdev-introduce-generic-dummy-packet-burst-function.patch +Patch6168: 0168-fix-spelling-in-comments-and-strings.patch +Patch6169: 0169-net-hns3-add-VLAN-filter-query-in-dump-file.patch +Patch6170: 0170-net-bonding-fix-array-overflow-in-Rx-burst.patch +Patch6171: 0171-net-bonding-fix-double-slave-link-status-query.patch +Patch6172: 0172-app-testpmd-fix-supported-RSS-offload-display.patch +Patch6173: 0173-app-testpmd-unify-name-of-L2-payload-offload.patch +Patch6174: 0174-app-testpmd-refactor-config-all-RSS-command.patch +Patch6175: 0175-app-testpmd-unify-RSS-types-display.patch +Patch6176: 0176-app-testpmd-compact-RSS-types-output.patch +Patch6177: 0177-app-testpmd-reorder-RSS-type-table.patch +Patch6178: 0178-app-testpmd-fix-RSS-types-display.patch +Patch6179: 0179-ethdev-support-telemetry-private-dump.patch +Patch6180: 0180-dmadev-add-telemetry.patch +Patch6181: 0181-dmadev-support-telemetry-dump-dmadev.patch +Patch6182: 0182-telemetry-add-missing-C-guards.patch +Patch6183: 0183-telemetry-limit-characters-allowed-in-dictionary-nam.patch +Patch6184: 0184-telemetry-fix-escaping-of-invalid-json-characters.patch +Patch6185: 0185-telemetry-add-escaping-of-strings-in-arrays.patch +Patch6186: 0186-telemetry-add-escaping-of-strings-in-dicts.patch +Patch6187: 0187-telemetry-limit-command-characters.patch +Patch6188: 0188-telemetry-eliminate-duplicate-code-for-json-output.patch +Patch6189: 0189-telemetry-make-help-command-more-helpful.patch + +Patch6190: 0190-net-bonding-fix-Tx-hash-for-TCP.patch +Patch6191: 0191-net-bonding-add-link-speeds-configuration.patch +Patch6192: 0192-net-bonding-call-Tx-prepare-before-Tx-burst.patch +Patch6193: 0193-net-bonding-fix-MTU-set-for-slaves.patch +Patch6194: 0194-app-testpmd-remove-jumbo-offload-related-code.patch +Patch6195: 0195-app-testpmd-revert-MAC-update-in-checksum-forwarding.patch +Patch6196: 0196-net-bonding-fix-bond4-drop-valid-MAC-packets.patch +Patch6197: 0197-net-bonding-fix-slave-device-Rx-Tx-offload-configura.patch +Patch6198: 0198-app-testpmd-fix-MAC-header-in-csum-forward-engine.patch +Patch6199: 0199-app-testpmd-update-bond-port-configurations-when-add.patch +Patch6200: 0200-app-testpmd-fix-GENEVE-parsing-in-checksum-mode.patch +Patch6201: 0201-net-add-UDP-TCP-checksum-in-mbuf-segments.patch +Patch6202: 0202-app-testpmd-add-SW-L4-checksum-in-multi-segments.patch +Patch6203: 0203-app-testpmd-fix-L4-checksum-in-multi-segments.patch +Patch6204: 0204-net-bonding-fix-mbuf-fast-free-handling.patch +Patch6205: 0205-doc-fix-application-name-in-procinfo-guide.patch +Patch6206: 0206-doc-document-device-dump-in-procinfo-guide.patch +Patch6207: 0207-app-procinfo-remove-doxygen-comments.patch +Patch6208: 0208-app-procinfo-dump-DPDK-version.patch +Patch6209: 0209-app-procinfo-dump-firmware-version.patch +Patch6210: 0210-app-procinfo-dump-RSS-RETA.patch +Patch6211: 0211-app-procinfo-dump-module-EEPROM-info.patch +Patch6212: 0212-app-procinfo-add-burst-mode-to-Rx-Tx-queue-info.patch +Patch6213: 0213-app-procinfo-dump-detailed-info-for-Rx-Tx-descriptor.patch +Patch6214: 0214-dma-hisilicon-support-vchan-status-query.patch +Patch6215: 0215-kni-fix-build-with-Linux-5.18.patch +Patch6216: 0216-kni-use-dedicated-function-to-set-random-MAC-address.patch +Patch6217: 0217-kni-use-dedicated-function-to-set-MAC-address.patch +Patch6218: 0218-linux-igb_uio-fix-build-for-switch-fall-through.patch +Patch6219: 0219-linux-igb_uio-fix-build-with-kernel-5.18.patch +Patch6220: 0220-net-hns3-fix-inaccurate-RTC-time-to-read.patch +Patch6221: 0221-net-hns3-fix-log-about-indirection-table-size.patch +Patch6222: 0222-net-hns3-extract-common-function-to-query-device.patch +Patch6223: 0223-net-hns3-refactor-set-RSS-hash-algorithm-and-key-int.patch +Patch6224: 0224-net-hns3-fix-RSS-key-size-compatibility.patch +Patch6225: 0225-net-hns3-fix-clearing-RSS-configuration.patch +Patch6226: 0226-net-hns3-use-RSS-filter-list-to-check-duplicated-rul.patch +Patch6227: 0227-net-hns3-remove-useless-code-when-destroy-valid-RSS-.patch +Patch6228: 0228-net-hns3-fix-warning-on-flush-or-destroy-rule.patch +Patch6229: 0229-net-hns3-fix-config-struct-used-for-conversion.patch +Patch6230: 0230-net-hns3-fix-duplicate-RSS-rule-check.patch +Patch6231: 0231-net-hns3-fix-burst-mode-query-with-dummy-function.patch +Patch6232: 0232-net-hns3-add-debug-info-for-Rx-Tx-dummy-function.patch +Patch6233: 0233-net-hns3-remove-debug-condition-for-Tx-prepare.patch +Patch6234: 0234-net-hns3-separate-Tx-prepare-from-getting-Tx-functio.patch +Patch6235: 0235-net-hns3-make-getting-Tx-function-static.patch +Patch6236: 0236-net-hns3-extract-common-functions-to-set-Rx-Tx.patch +Patch6237: 0237-net-hns3-declare-flow-rule-keeping-capability.patch +Patch6238: 0238-app-testpmd-add-disable-flow-flush-option.patch +Patch6239: 0239-net-hns3-fix-possible-truncation-of-hash-key-when-co.patch +Patch6240: 0240-net-hns3-fix-possible-truncation-of-redirection-tabl.patch +Patch6241: 0241-net-hns3-use-hardware-config-to-report-hash-key.patch +Patch6242: 0242-net-hns3-use-hardware-config-to-report-hash-types.patch +Patch6243: 0243-net-hns3-use-hardware-config-to-report-redirection-t.patch +Patch6244: 0244-net-hns3-separate-setting-hash-algorithm.patch +Patch6245: 0245-net-hns3-separate-setting-hash-key.patch +Patch6246: 0246-net-hns3-separate-setting-redirection-table.patch +Patch6247: 0247-net-hns3-separate-setting-RSS-types.patch +Patch6248: 0248-net-hns3-separate-setting-and-clearing-RSS-rule.patch +Patch6249: 0249-net-hns3-use-new-RSS-rule-to-configure-hardware.patch +Patch6250: 0250-net-hns3-save-hash-algo-to-RSS-filter-list-node.patch +Patch6251: 0251-net-hns3-allow-adding-queue-buffer-size-hash-rule.patch +Patch6252: 0252-net-hns3-separate-flow-RSS-config-from-RSS-conf.patch +Patch6253: 0253-net-hns3-reimplement-hash-flow-function.patch +Patch6254: 0254-net-hns3-add-verification-of-RSS-types.patch +Patch6255: 0255-test-mbuf-fix-mbuf-reset-test.patch +Patch6256: 0256-examples-l3fwd-power-support-CPPC-cpufreq.patch +Patch6257: 0257-hinic-free-mbuf-use-rte_pktmbuf_free_seg.patch +Patch6258: 0258-net-bonding-support-private-dump-operation.patch +Patch6259: 0259-net-bonding-add-LACP-info-dump.patch +Patch6260: 0260-net-virtio-support-private-dump.patch +Patch6261: 0261-net-vhost-support-private-dump.patch +Patch6262: 0262-app-testpmd-show-private-info-in-port-info.patch +Patch6263: 0263-app-testpmd-display-RSS-hash-key-of-flow-rule.patch +Patch6264: 0264-ethdev-fix-Rx-queue-telemetry-memory-leak-on-failure.patch +Patch6265: 0265-ethdev-fix-MAC-address-in-telemetry-device-info.patch +Patch6266: 0266-eventdev-eth_rx-fix-telemetry-Rx-stats-reset.patch +Patch6267: 0267-test-telemetry_data-refactor-for-maintainability.patch +Patch6268: 0268-test-telemetry_data-add-test-cases-for-character-esc.patch +Patch6269: 0269-usertools-telemetry-add-JSON-pretty-print.patch +Patch6270: 0270-telemetry-move-include-after-guard.patch +Patch6271: 0271-ethdev-fix-telemetry-data-truncation.patch +Patch6272: 0272-mempool-fix-telemetry-data-truncation.patch +Patch6273: 0273-cryptodev-fix-telemetry-data-truncation.patch +Patch6274: 0274-mem-fix-telemetry-data-truncation.patch +Patch6275: 0275-telemetry-support-adding-integer-as-hexadecimal.patch +Patch6276: 0276-ethdev-get-capabilities-from-telemetry-in-hexadecima.patch +Patch6277: 0277-mem-fix-hugepage-info-mapping.patch +Patch6278: 0278-raw-ifpga-base-fix-init-with-multi-process.patch +Patch6279: 0279-compressdev-fix-empty-devargs-parsing.patch +Patch6280: 0280-cryptodev-fix-empty-devargs-parsing.patch +Patch6281: 0281-net-hns3-fix-empty-devargs-parsing.patch +Patch6282: 0282-net-virtio-fix-empty-devargs-parsing.patch +Patch6283: 0283-dma-skeleton-fix-empty-devargs-parsing.patch +Patch6284: 0284-raw-skeleton-fix-empty-devargs-parsing.patch +Patch6285: 0285-net-hns3-simplify-hardware-checksum-offloading.patch +Patch6286: 0286-net-hns3-support-dump-media-type.patch +Patch6287: 0287-ethdev-fix-one-address-occupies-two-entries-in-MAC-a.patch +Patch6288: 0288-net-hns3-fix-never-set-MAC-flow-control.patch +Patch6289: 0289-net-hns3-add-flow-control-autoneg-for-fiber-port.patch +Patch6290: 0290-net-hns3-fix-variable-type-mismatch.patch +Patch6291: 0291-net-hns3-fix-Rx-multiple-firmware-reset-interrupts.patch +Patch6292: 0292-net-hns3-add-Tx-Rx-descriptor-logs.patch +Patch6293: 0293-net-hns3-fix-FEC-mode-for-200G-ports.patch +Patch6294: 0294-net-hns3-fix-FEC-mode-check-error.patch +Patch6295: 0295-net-hns3-fix-missing-FEC-capability.patch +Patch6296: 0296-ethdev-introduce-low-latency-RS-FEC.patch +Patch6297: 0297-app-testpmd-add-setting-and-querying-of-LLRS-FEC-mod.patch +Patch6298: 0298-net-hns3-add-LLRS-FEC-mode-support-for-200G-ports.patch +Patch6299: 0299-net-hns3-get-current-FEC-capability-from-firmware.patch +Patch6300: 0300-net-hns3-fix-RTC-time-on-initialization.patch +Patch6301: 0301-net-hns3-fix-RTC-time-after-reset.patch +Patch6302: 0302-net-hns3-uninitialize-PTP.patch +Patch6303: 0303-net-hns3-extract-PTP-to-its-own-header-file.patch +Patch6304: 0304-net-hns3-fix-mbuf-leakage-when-RxQ-started-during-re.patch +Patch6305: 0305-net-hns3-fix-mbuf-leakage-when-RxQ-started-after-res.patch +Patch6306: 0306-net-hns3-fix-device-start-return-value.patch +Patch6307: 0307-net-hns3-fix-uninitialized-variable.patch +Patch6308: 0308-net-hns3-refactor-code.patch +Patch6309: 0309-net-hns3-fix-inaccurate-log.patch +Patch6310: 0310-net-hns3-fix-redundant-line-break-in-log.patch Summary: Data Plane Development Kit core Group: System Environment/Libraries @@ -473,6 +475,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko /usr/sbin/depmod %changelog +* Fir Jun 09 2023 jiangheng - 21.11-47 +- distinguish self and upstream patches number + * Mon Jun 05 2023 chenjiji - 21.11-46 Sync some patchs from upstreaming for hns3 pmd and modifications are as follow: -- Gitee