From: Xueming Li <xuemingl@nvidia.com>
To: Xueming Li <xuemingl@nvidia.com>
Cc: dpdk stable <stable@dpdk.org>
Subject: patch has been queued to stable release 20.11.6
Date: Tue, 21 Jun 2022 11:01:06 +0300 [thread overview]
Message-ID: <20220621080301.2315720-1-xuemingl@nvidia.com> (raw)
Hi,
FYI, your patch has been queued to stable release 20.11.6
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/30/22. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/steevenlee/dpdk
This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/40b12a05613e84f38acffcfc2965b752edc3c7b9
Thanks.
Xueming Li <xuemingl@nvidia.com>
---
From 40b12a05613e84f38acffcfc2965b752edc3c7b9 Mon Sep 17 00:00:00 2001
From: Xueming Li <xuemingl@nvidia.com>
Date: Tue, 21 Jun 2022 15:37:48 +0800
Subject: [PATCH] patch has been queued to stable release 20.11.6
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: Xueming Li <xuemingl@nvidia.com>
Ben Magistro (1):
mbuf: dump outer VLAN
Chengwen Feng (8):
ethdev: clarify null location case in xstats get
net/hns3: fix xstats get return if xstats is null
net/ipn3ke: fix xstats get return if xstats is null
net/mvpp2: fix xstats get return if xstats is null
net/axgbe: fix xstats get return if xstats is null
ethdev: fix memory leak in xstats telemetry
ethdev: fix possible null pointer access
examples/dma: fix Tx drop statistics
Ciara Power (1):
test/crypto: fix null check for ZUC authentication
Dariusz Sosnowski (2):
net/mlx5: fix GTP handling in header modify action
net/mlx5: fix RSS hash types adjustment
David Marchand (8):
eal/windows: add missing C++ include guards
net/nfp: remove unneeded header inclusion
net/virtio: restore some optimisations with AVX512
eal/freebsd: fix use of newer cpuset macros
devtools: fix null test for NUMA systems
app/testpmd: remove useless pointer checks
net/bnxt: fix compatibility with some old firmwares
vhost: fix async access
Deepak Khandelwal (1):
mem: skip attaching external memory in secondary process
Dmitry Kozlyuk (4):
net/mlx5: fix Tx when inlining is impossible
doc: fix API index Markdown syntax
ethdev: prohibit polling stopped queue
app/testpmd: do not poll stopped queues
Gagandeep Singh (7):
crypto/dpaa_sec: fix digest size
crypto/dpaa2_sec: fix fle buffer leak
crypto/dpaa2_sec: fix buffer pool ID check
crypto/dpaa2_sec: fix operation status for simple FD
common/dpaax: fix short MAC-I IV calculation for ZUC
net/dpaa: fix event queue detach
doc: add missing auth algo for IPsec example
Harry van Haaren (1):
doc: fix formatting and link in BPF library guide
Heinrich Schuchardt (1):
drivers/crypto: fix warnings for OpenSSL version
Huisong Li (6):
net/bonding: fix stopping non-active slaves
net/bonding: fix slave stop and remove on port close
net/hns3: fix RSS disable
net/hns3: fix rollback on RSS hash update
net/hns3: remove redundant RSS tuple field
net/hns3: remove unnecessary RSS switch
Jeff Daly (1):
net/ixgbe: add option for link up check on pin SDP3
Jiawen Wu (1):
net/txgbe: fix max number of queues for SR-IOV
Jiri Slaby (1):
kni: fix build with Linux 5.18
Joyce Kong (1):
net/memif: fix overwriting of head segment
Kalesh AP (9):
net/bnxt: remove unused macro
net/bnxt: fix device capability reporting
net/bnxt: fix Rx configuration
net/bnxt: avoid unnecessary endianness conversion
net/bnxt: fix speed autonegotiation
net/bnxt: force PHY update on certain configurations
net/bnxt: fix link status when port is stopped
net/bnxt: recheck FW readiness if in reset process
net/bnxt: fix tunnel stateless offloads
Ke Zhang (6):
net/bonding: fix RSS key config with extended key length
net/iavf: fix mbuf release in multi-process
net/iavf: fix Rx queue interrupt setting
app/testpmd: fix multicast address pool leak
kni: use dedicated function to set random MAC address
kni: use dedicated function to set MAC address
Kevin Liu (1):
net/ice: fix MTU info for DCF
Konstantin Ananyev (1):
acl: fix rules with 8-byte field size
Long Li (1):
net/netvsc: fix calculation of checksums based on mbuf flag
Luc Pelletier (1):
eal/x86: fix unaligned access for small memcpy
Mattias Rönnblom (1):
examples/bond: fix invalid use of trylock
Maxime Coquelin (2):
net/vhost: fix TSO feature default disablement
vhost: fix missing virtqueue lock protection
Mike Pattrick (1):
net/i40e: populate error in flow director parser
Min Hu (Connor) (4):
app/testpmd: check statistics query before printing
net/bonding: fix mbuf fast free usage
ethdev: fix port state when stop
ethdev: fix port close in secondary process
Mingxia Liu (1):
app/testpmd: replace hardcoded min mbuf number with macro
Nithin Dabilpuram (1):
examples/ipsec-secgw: fix promiscuous mode option
Pablo de Lara (2):
crypto/ipsec_mb: fix length and offset settings
crypto/ipsec_mb: fix GMAC parameters setting
Peng Zhang (1):
net/nfp: fix disabling VLAN stripping
Qiming Yang (4):
doc: update matching versions in ice guide
net/iavf: fix queue start exception handling
doc: update matching versions in i40e guide
net/iavf: increase reset complete wait count
Rahul Lakkireddy (2):
net/cxgbe: fix port ID in Rx mbuf
net/cxgbe: fix Tx queue stuck with mbuf chain coalescing
Raja Zidane (4):
net/mlx5: fix Rx/Tx stats concurrency
examples/l2fwd-crypto: fix stats refresh rate
net/mlx5: fix Tx recovery
app/testpmd: fix packet segment allocation
Rakesh Kudurumalla (1):
test: avoid hang if queues are full and Tx fails
Romain Delhomel (1):
bus/fslmc: fix VFIO setup
Ruifeng Wang (1):
net/bnxt: fix reordering in NEON Rx
Shun Hao (1):
app/testpmd: fix metering and policing command for RFC4115
Somnath Kotur (2):
net/bnxt: fix ring group on Rx restart
net/bnxt: fix freeing VNIC filters
Stanislaw Kardach (3):
test/hash: report non HTM numbers for single thread
examples/l3fwd: fix scalar LPM
test/ring: remove excessive inlining
Stephen Hemminger (1):
rib: fix traversal with /32 route
Steve Yang (1):
net/iavf: fix HW ring scan method selection
Tianhao Chai (1):
eal: fix C++ include for device event and DMA
Tyler Retzlaff (1):
eal/windows: fix data race when creating threads
Vanshika Shukla (1):
crypto/dpaa_sec: fix secondary process probing
Vladimir Medvedkin (1):
test/table: fix buffer overflow on lpm entry
Volodymyr Fialko (1):
examples/ipsec-secgw: fix uninitialized memory access
Wei Huang (2):
raw/ifpga: unregister interrupt on close
raw/ifpga: remove virtual devices on close
Wenjing Qiao (1):
net/ice: fix outer L4 checksum in scalar Rx
Wenjun Wu (1):
net/ice/base: fix getting sched node from ID type
Wenwu Ma (2):
app/testpmd: perform SW IP checksum for GRO/GSO packets
vhost: fix deadlock when message handling failed
Wenxuan Wu (1):
net/i40e: fix max frame size config at port level
Xuan Ding (1):
doc: fix vhost multi-queue reconnection
Xueming Li (2):
vdpa/mlx5: fix interrupt trash that leads to crash
vdpa/mlx5: fix dead loop when process interrupted
Yiding Zhou (1):
net/iavf: fix data path selection
Yuan Wang (2):
net/vhost: fix access to freed memory
examples/vhost: fix crash when no VMDq
app/test-pmd/5tswap.c | 13 +
app/test-pmd/cmdline.c | 46 ++-
app/test-pmd/cmdline_flow.c | 6 +-
app/test-pmd/config.c | 33 +-
app/test-pmd/csumonly.c | 39 +++
app/test-pmd/flowgen.c | 13 +
app/test-pmd/icmpecho.c | 13 +
app/test-pmd/ieee1588fwd.c | 13 +
app/test-pmd/iofwd.c | 13 +
app/test-pmd/macfwd.c | 13 +
app/test-pmd/macswap.c | 13 +
app/test-pmd/noisy_vnf.c | 13 +
app/test-pmd/parameters.c | 5 +-
app/test-pmd/rxonly.c | 8 +
app/test-pmd/testpmd.c | 104 ++++--
app/test-pmd/testpmd.h | 22 +-
app/test-pmd/txonly.c | 8 +
app/test/test_cryptodev.c | 2 +-
app/test/test_hash_readwrite.c | 8 +-
app/test/test_pmd_perf.c | 12 +
app/test/test_ring.h | 6 +-
app/test/test_table_tables.c | 10 +-
devtools/test-null.sh | 3 +-
doc/api/doxy-api-index.md | 344 +++++++++----------
doc/guides/nics/i40e.rst | 23 ++
doc/guides/nics/ice.rst | 2 +
doc/guides/nics/ixgbe.rst | 17 +
doc/guides/prog_guide/bpf_lib.rst | 8 +-
doc/guides/rel_notes/known_issues.rst | 7 +-
doc/guides/sample_app_ug/ipsec_secgw.rst | 4 +-
drivers/bus/fslmc/fslmc_vfio.c | 10 +-
drivers/common/dpaax/caamflib/desc/pdcp.h | 2 +-
drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 141 ++++++--
drivers/crypto/ccp/ccp_crypto.c | 2 +
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 46 ++-
drivers/crypto/dpaa_sec/dpaa_sec.c | 24 +-
drivers/crypto/dpaa_sec/dpaa_sec.h | 4 +-
drivers/crypto/openssl/rte_openssl_pmd.c | 2 +
drivers/crypto/openssl/rte_openssl_pmd_ops.c | 2 +
drivers/crypto/qat/qat_sym.c | 2 +
drivers/crypto/qat/qat_sym_session.c | 2 +
drivers/net/axgbe/axgbe_ethdev.c | 8 +-
drivers/net/bnxt/bnxt.h | 30 +-
drivers/net/bnxt/bnxt_ethdev.c | 56 +--
drivers/net/bnxt/bnxt_filter.c | 2 +
drivers/net/bnxt/bnxt_hwrm.c | 23 +-
drivers/net/bnxt/bnxt_hwrm.h | 20 ++
drivers/net/bnxt/bnxt_reps.c | 6 +-
drivers/net/bnxt/bnxt_rxq.c | 75 ++--
drivers/net/bnxt/bnxt_rxq.h | 1 +
drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 17 +-
drivers/net/bnxt/bnxt_txq.c | 30 ++
drivers/net/bnxt/bnxt_txq.h | 1 +
drivers/net/bnxt/hsi_struct_def_dpdk.h | 74 +++-
drivers/net/bonding/rte_eth_bond_pmd.c | 49 ++-
drivers/net/cxgbe/sge.c | 40 ++-
drivers/net/dpaa/dpaa_ethdev.c | 14 +-
drivers/net/hns3/hns3_ethdev.c | 3 -
drivers/net/hns3/hns3_ethdev.h | 1 -
drivers/net/hns3/hns3_ethdev_vf.c | 2 -
drivers/net/hns3/hns3_flow.c | 11 +-
drivers/net/hns3/hns3_rss.c | 122 ++-----
drivers/net/hns3/hns3_rss.h | 5 +-
drivers/net/hns3/hns3_stats.c | 9 +-
drivers/net/i40e/i40e_ethdev.c | 20 +-
drivers/net/i40e/i40e_flow.c | 7 +-
drivers/net/iavf/iavf.h | 2 +-
drivers/net/iavf/iavf_ethdev.c | 32 +-
drivers/net/iavf/iavf_rxtx.c | 62 +++-
drivers/net/iavf/iavf_rxtx.h | 11 +
drivers/net/iavf/iavf_rxtx_vec_avx512.c | 8 +-
drivers/net/iavf/iavf_rxtx_vec_sse.c | 16 +-
drivers/net/ice/base/ice_sched.c | 4 +-
drivers/net/ice/ice_dcf_ethdev.c | 2 +
drivers/net/ice/ice_rxtx.c | 4 +-
drivers/net/ipn3ke/ipn3ke_representor.c | 3 -
drivers/net/ixgbe/ixgbe_ethdev.c | 39 ++-
drivers/net/ixgbe/ixgbe_ethdev.h | 3 +
drivers/net/memif/rte_eth_memif.c | 2 +-
drivers/net/mlx5/linux/mlx5_verbs.c | 5 +-
drivers/net/mlx5/mlx5_flow_dv.c | 12 +-
drivers/net/mlx5/mlx5_rxtx.c | 3 +-
drivers/net/mlx5/mlx5_rxtx.h | 2 +
drivers/net/mlx5/mlx5_stats.c | 41 ++-
drivers/net/mvpp2/mrvl_ethdev.c | 11 +-
drivers/net/netvsc/hn_rxtx.c | 13 +-
drivers/net/nfp/nfp_net.c | 25 +-
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 3 -
drivers/net/txgbe/txgbe_pf.c | 2 +-
drivers/net/vhost/rte_eth_vhost.c | 23 +-
drivers/net/virtio/meson.build | 6 +-
drivers/raw/ifpga/ifpga_rawdev.c | 196 ++++++++---
drivers/raw/ifpga/ifpga_rawdev.h | 8 +
drivers/vdpa/mlx5/mlx5_vdpa_virtq.c | 24 +-
examples/bond/main.c | 14 +-
examples/ioat/ioatfwd.c | 27 +-
examples/ipsec-secgw/flow.c | 2 +-
examples/ipsec-secgw/ipsec-secgw.c | 2 +-
examples/ipsec-secgw/ipsec.c | 2 +-
examples/l2fwd-crypto/main.c | 16 +-
examples/l3fwd/l3fwd_lpm.c | 24 +-
examples/vhost/main.c | 4 +
kernel/linux/kni/compat.h | 8 +
kernel/linux/kni/kni_misc.c | 13 +-
kernel/linux/kni/kni_net.c | 8 +
lib/librte_acl/acl_bld.c | 14 +-
lib/librte_eal/freebsd/eal_memory.c | 4 +-
lib/librte_eal/freebsd/include/rte_os.h | 17 +-
lib/librte_eal/freebsd/meson.build | 11 +
lib/librte_eal/include/rte_common.h | 5 +
lib/librte_eal/include/rte_dev.h | 8 +-
lib/librte_eal/linux/eal_memory.c | 4 +-
lib/librte_eal/windows/eal_thread.c | 7 +-
lib/librte_eal/windows/include/rte_windows.h | 8 +
lib/librte_eal/x86/include/rte_memcpy.h | 133 +++----
lib/librte_ethdev/rte_ethdev.c | 19 +-
lib/librte_ethdev/rte_ethdev.h | 15 +-
lib/librte_ethdev/rte_ethdev_driver.h | 7 -
lib/librte_mbuf/rte_mbuf.c | 3 +
lib/librte_rib/rte_rib.c | 2 +
lib/librte_vhost/vhost.c | 31 +-
lib/librte_vhost/vhost_user.c | 10 +-
122 files changed, 1702 insertions(+), 962 deletions(-)
--
2.35.1
next reply other threads:[~2022-06-21 8:03 UTC|newest]
Thread overview: 180+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-21 8:01 Xueming Li [this message]
2022-06-21 8:01 ` patch 'crypto/ipsec_mb: fix length and offset settings' " Xueming Li
2022-06-21 8:01 ` patch 'crypto/ipsec_mb: fix GMAC parameters setting' " Xueming Li
2022-06-21 8:01 ` patch 'eal/windows: fix data race when creating threads' " Xueming Li
2022-06-21 8:01 ` patch 'eal/windows: add missing C++ include guards' " Xueming Li
2022-06-21 8:01 ` patch 'examples/bond: fix invalid use of trylock' " Xueming Li
2022-06-21 8:01 ` patch 'net/iavf: fix HW ring scan method selection' " Xueming Li
2022-06-21 8:01 ` patch 'net/i40e: populate error in flow director parser' " Xueming Li
2022-06-21 8:01 ` patch 'net/netvsc: fix calculation of checksums based on mbuf flag' " Xueming Li
2022-06-21 8:01 ` patch 'net/mlx5: fix Tx when inlining is impossible' " Xueming Li
2022-06-21 8:01 ` patch 'net/mlx5: fix GTP handling in header modify action' " Xueming Li
2022-06-21 8:01 ` patch 'net/mlx5: fix Rx/Tx stats concurrency' " Xueming Li
2022-06-21 8:01 ` patch 'test/table: fix buffer overflow on lpm entry' " Xueming Li
2022-06-21 8:01 ` patch 'mem: skip attaching external memory in secondary process' " Xueming Li
2022-06-21 8:01 ` patch 'eal: fix C++ include for device event and DMA' " Xueming Li
2022-06-21 8:01 ` patch 'crypto/dpaa_sec: fix digest size' " Xueming Li
2022-06-21 8:01 ` patch 'crypto/dpaa2_sec: fix fle buffer leak' " Xueming Li
2022-06-21 8:01 ` patch 'crypto/dpaa2_sec: fix buffer pool ID check' " Xueming Li
2022-06-21 8:01 ` patch 'crypto/dpaa_sec: fix secondary process probing' " Xueming Li
2022-06-21 8:01 ` patch 'crypto/dpaa2_sec: fix operation status for simple FD' " Xueming Li
2022-06-21 8:01 ` patch 'common/dpaax: fix short MAC-I IV calculation for ZUC' " Xueming Li
2022-06-21 8:01 ` patch 'examples/l2fwd-crypto: fix stats refresh rate' " Xueming Li
2022-06-21 8:01 ` patch 'test/hash: report non HTM numbers for single thread' " Xueming Li
2022-06-21 8:01 ` patch 'net/nfp: remove unneeded header inclusion' " Xueming Li
2022-06-21 8:01 ` patch 'net/bonding: fix RSS key config with extended key length' " Xueming Li
2022-06-21 8:01 ` patch 'net/cxgbe: fix port ID in Rx mbuf' " Xueming Li
2022-06-21 8:01 ` patch 'net/cxgbe: fix Tx queue stuck with mbuf chain coalescing' " Xueming Li
2022-06-21 8:01 ` patch 'net/vhost: fix access to freed memory' " Xueming Li
2022-06-21 8:01 ` patch 'net/virtio: restore some optimisations with AVX512' " Xueming Li
2022-06-21 8:01 ` patch 'net/vhost: fix TSO feature default disablement' " Xueming Li
2022-06-21 8:01 ` patch 'vhost: fix missing virtqueue lock protection' " Xueming Li
2022-06-21 8:01 ` patch 'vdpa/mlx5: fix interrupt trash that leads to crash' " Xueming Li
2022-06-21 8:01 ` patch 'vdpa/mlx5: fix dead loop when process interrupted' " Xueming Li
2022-06-21 8:01 ` patch 'net/dpaa: fix event queue detach' " Xueming Li
2022-06-21 8:01 ` patch 'doc: update matching versions in ice guide' " Xueming Li
2022-06-21 8:01 ` patch 'net/bonding: fix stopping non-active slaves' " Xueming Li
2022-06-21 8:01 ` patch 'net/bonding: fix slave stop and remove on port close' " Xueming Li
2022-06-21 8:01 ` patch 'net/hns3: fix RSS disable' " Xueming Li
2022-06-21 8:01 ` patch 'net/hns3: fix rollback on RSS hash update' " Xueming Li
2022-06-21 8:01 ` patch 'net/hns3: remove redundant RSS tuple field' " Xueming Li
2022-06-21 8:01 ` patch 'net/hns3: remove unnecessary RSS switch' " Xueming Li
2022-06-21 8:01 ` patch 'app/testpmd: check statistics query before printing' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: fix reordering in NEON Rx' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: remove unused macro' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: fix device capability reporting' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: fix Rx configuration' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: fix ring group on Rx restart' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: avoid unnecessary endianness conversion' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: fix speed autonegotiation' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: force PHY update on certain configurations' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: fix link status when port is stopped' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: recheck FW readiness if in reset process' " Xueming Li
2022-06-21 8:01 ` patch 'net/bnxt: fix freeing VNIC filters' " Xueming Li
2022-06-21 8:01 ` patch 'eal/x86: fix unaligned access for small memcpy' " Xueming Li
2022-06-21 8:02 ` patch 'examples/l3fwd: fix scalar LPM' " Xueming Li
2022-06-21 8:02 ` patch 'test/ring: remove excessive inlining' " Xueming Li
2022-06-21 8:02 ` patch 'eal/freebsd: fix use of newer cpuset macros' " Xueming Li
2022-06-21 8:02 ` patch 'test: avoid hang if queues are full and Tx fails' " Xueming Li
2022-06-21 8:02 ` patch 'acl: fix rules with 8-byte field size' " Xueming Li
2022-06-21 8:02 ` patch 'rib: fix traversal with /32 route' " Xueming Li
2022-06-21 8:02 ` patch 'mbuf: dump outer VLAN' " Xueming Li
2022-06-21 8:02 ` patch 'doc: fix API index Markdown syntax' " Xueming Li
2022-06-21 8:02 ` patch 'devtools: fix null test for NUMA systems' " Xueming Li
2022-06-21 8:02 ` patch 'examples/ipsec-secgw: fix uninitialized memory access' " Xueming Li
2022-06-21 8:02 ` patch 'examples/ipsec-secgw: fix promiscuous mode option' " Xueming Li
2022-06-21 8:02 ` patch 'test/crypto: fix null check for ZUC authentication' " Xueming Li
2022-06-21 8:02 ` patch 'drivers/crypto: fix warnings for OpenSSL version' " Xueming Li
2022-06-21 8:02 ` patch 'doc: add missing auth algo for IPsec example' " Xueming Li
2022-06-21 8:02 ` patch 'app/testpmd: perform SW IP checksum for GRO/GSO packets' " Xueming Li
2022-06-21 8:02 ` patch 'app/testpmd: remove useless pointer checks' " Xueming Li
2022-06-21 8:02 ` patch 'ethdev: clarify null location case in xstats get' " Xueming Li
2022-06-21 8:02 ` patch 'net/hns3: fix xstats get return if xstats is null' " Xueming Li
2022-06-21 8:02 ` patch 'net/ipn3ke: " Xueming Li
2022-06-21 8:02 ` patch 'net/mvpp2: " Xueming Li
2022-06-21 8:02 ` patch 'net/axgbe: " Xueming Li
2022-06-21 8:02 ` patch 'ethdev: fix memory leak in xstats telemetry' " Xueming Li
2022-06-21 8:02 ` patch 'ethdev: fix possible null pointer access' " Xueming Li
2022-06-21 8:02 ` patch 'app/testpmd: replace hardcoded min mbuf number with macro' " Xueming Li
2022-06-21 8:02 ` patch 'app/testpmd: fix metering and policing command for RFC4115' " Xueming Li
2022-06-21 8:02 ` patch 'ethdev: prohibit polling stopped queue' " Xueming Li
2022-06-21 8:02 ` patch 'app/testpmd: do not poll stopped queues' " Xueming Li
2022-06-21 8:02 ` patch 'net/bonding: fix mbuf fast free usage' " Xueming Li
2022-06-21 8:02 ` patch 'net/memif: fix overwriting of head segment' " Xueming Li
2022-06-21 8:02 ` patch 'ethdev: fix port state when stop' " Xueming Li
2022-06-21 8:02 ` patch 'net/txgbe: fix max number of queues for SR-IOV' " Xueming Li
2022-06-21 8:02 ` patch 'net/nfp: fix disabling VLAN stripping' " Xueming Li
2022-06-21 8:02 ` patch 'ethdev: fix port close in secondary process' " Xueming Li
2022-06-21 8:02 ` patch 'net/bnxt: fix compatibility with some old firmwares' " Xueming Li
2022-06-21 8:02 ` patch 'doc: fix vhost multi-queue reconnection' " Xueming Li
2022-06-21 8:02 ` patch 'vhost: fix deadlock when message handling failed' " Xueming Li
2022-06-21 8:02 ` patch 'examples/vhost: fix crash when no VMDq' " Xueming Li
2022-06-21 8:02 ` patch 'net/mlx5: fix Tx recovery' " Xueming Li
2022-06-21 8:02 ` patch 'kni: fix build with Linux 5.18' " Xueming Li
2022-06-21 8:02 ` patch 'net/iavf: fix data path selection' " Xueming Li
2022-06-21 8:02 ` patch 'net/ixgbe: add option for link up check on pin SDP3' " Xueming Li
2022-06-21 8:02 ` patch 'net/ice/base: fix getting sched node from ID type' " Xueming Li
2022-06-21 8:02 ` patch 'net/ice: fix MTU info for DCF' " Xueming Li
2022-06-21 8:02 ` patch 'net/i40e: fix max frame size config at port level' " Xueming Li
2022-06-21 8:02 ` patch 'net/iavf: fix queue start exception handling' " Xueming Li
2022-06-21 8:02 ` patch 'net/iavf: fix mbuf release in multi-process' " Xueming Li
2022-06-21 8:02 ` patch 'net/iavf: fix Rx queue interrupt setting' " Xueming Li
2022-06-21 8:02 ` patch 'doc: update matching versions in i40e guide' " Xueming Li
2022-06-21 8:02 ` patch 'net/ice: fix outer L4 checksum in scalar Rx' " Xueming Li
2022-06-21 8:02 ` patch 'net/iavf: increase reset complete wait count' " Xueming Li
2022-06-21 8:02 ` patch 'examples/dma: fix Tx drop statistics' " Xueming Li
2022-06-21 8:02 ` patch 'raw/ifpga: unregister interrupt on close' " Xueming Li
2022-06-21 8:02 ` patch 'bus/fslmc: fix VFIO setup' " Xueming Li
2022-06-21 8:02 ` patch 'doc: fix formatting and link in BPF library guide' " Xueming Li
2022-06-21 8:02 ` patch 'app/testpmd: fix packet segment allocation' " Xueming Li
2022-06-21 8:02 ` patch 'app/testpmd: fix multicast address pool leak' " Xueming Li
2022-06-21 8:02 ` patch 'kni: use dedicated function to set random MAC address' " Xueming Li
2022-06-21 8:02 ` patch 'kni: use dedicated function to set " Xueming Li
2022-06-21 8:02 ` patch 'raw/ifpga: remove virtual devices on close' " Xueming Li
2022-06-21 8:02 ` patch 'vhost: fix async access' " Xueming Li
2022-06-21 8:03 ` patch 'net/bnxt: fix tunnel stateless offloads' " Xueming Li
2022-06-21 8:03 ` patch 'net/mlx5: fix RSS hash types adjustment' " Xueming Li
2022-07-20 8:20 ` patch 'vdpa/ifc: fix build with GCC 12' " Xueming Li
2022-07-20 8:20 ` patch 'app/flow-perf: " Xueming Li
2022-07-20 8:20 ` patch 'trace: fix init with long file prefix' " Xueming Li
2022-07-20 8:20 ` patch 'eal/x86: drop export of internal alignment macro' " Xueming Li
2022-07-20 8:20 ` patch 'baseband/acc100: update companion PF configure function' " Xueming Li
2022-07-20 8:20 ` patch 'baseband/acc100: add protection for some negative scenario' " Xueming Li
2022-07-20 8:20 ` patch 'baseband/acc100: remove RTE prefix for internal macros' " Xueming Li
2022-07-20 8:20 ` patch 'common/cpt: fix build with GCC 12' " Xueming Li
2022-07-20 8:20 ` patch 'test/ipsec: " Xueming Li
2022-07-20 8:20 ` patch 'crypto/scheduler: fix queue pair in scheduler failover' " Xueming Li
2022-07-20 8:20 ` patch 'test/crypto: fix cipher offset for ZUC' " Xueming Li
2022-07-20 8:20 ` patch 'test/ipsec: fix performance test' " Xueming Li
2022-07-20 8:20 ` patch 'eventdev/eth_tx: fix adapter creation' " Xueming Li
2022-07-20 8:20 ` patch 'net/bonding: fix RSS inconsistency between ports' " Xueming Li
2022-07-20 8:20 ` patch 'test/bonding: fix RSS test when disable RSS' " Xueming Li
2022-07-20 8:20 ` patch 'net/hns3: fix an unreasonable memset' " Xueming Li
2022-07-20 8:20 ` patch 'net/hns3: remove duplicate definition' " Xueming Li
2022-07-20 8:20 ` patch 'net/hns3: fix return value for unsupported tuple' " Xueming Li
2022-07-20 8:20 ` patch 'app/testpmd: fix bonding slave devices not released' " Xueming Li
2022-07-20 8:20 ` patch 'net/txgbe: fix register polling' " Xueming Li
2022-07-20 8:20 ` patch 'app/testpmd: revert MAC update in checksum forwarding' " Xueming Li
2022-07-20 8:20 ` patch 'vhost: fix missing enqueue pseudo-header calculation' " Xueming Li
2022-07-20 8:20 ` patch 'vhost/crypto: fix build with GCC 12' " Xueming Li
2022-07-20 8:20 ` patch 'vhost/crypto: fix descriptor processing' " Xueming Li
2022-07-20 8:20 ` patch 'malloc: fix allocation of almost hugepage size' " Xueming Li
2022-07-20 8:20 ` patch 'config: fix C++ cross compiler for Arm and PPC' " Xueming Li
2022-07-20 8:20 ` patch 'ci: enable C++ check " Xueming Li
2022-07-20 8:20 ` patch 'net/octeontx: fix port close' " Xueming Li
2022-07-20 8:20 ` patch 'net/qede: fix build with GCC 13' " Xueming Li
2022-07-20 8:20 ` patch 'net/ice/base: fix build with GCC 12' " Xueming Li
2022-07-20 8:21 ` patch 'net/qede: " Xueming Li
2022-07-20 8:21 ` patch 'net/mlx5: fix build with clang 14' " Xueming Li
2022-07-20 8:21 ` patch 'net/mlx5: fix RSS expansion for patterns with ICMP item' " Xueming Li
2022-07-20 8:21 ` patch 'net/mlx5: fix stack buffer overflow in drop action' " Xueming Li
2022-07-20 8:21 ` patch 'raw/ioat: fix build when ioat dmadev enabled' " Xueming Li
2022-07-20 8:21 ` patch 'rib: fix references for IPv6 implementation' " Xueming Li
2022-07-20 8:21 ` patch 'test/hash: fix out of bound access' " Xueming Li
2022-07-20 8:21 ` patch 'app/procinfo: show all non-owned ports' " Xueming Li
2022-07-20 8:21 ` patch 'test: check memory allocation for CRC' " Xueming Li
2022-07-20 8:21 ` patch 'net/hns3: fix descriptors check with SVE' " Xueming Li
2022-07-20 8:21 ` patch 'examples/distributor: fix distributor on Rx core' " Xueming Li
2022-07-20 8:21 ` patch 'doc: add more instructions for running as non-root' " Xueming Li
2022-08-01 12:21 ` Dmitry Kozlyuk
2022-07-20 8:21 ` patch 'net/bnxt: fix switch domain allocation' " Xueming Li
2022-07-20 8:21 ` patch 'net/bnxt: allow Tx only or Rx only' " Xueming Li
2022-07-20 8:21 ` patch 'net/bnxt: fix setting forced speed' " Xueming Li
2022-07-20 8:21 ` patch 'test/crypto: fix authentication IV for ZUC SGL' " Xueming Li
2022-07-20 8:21 ` patch 'test/crypto: fix ZUC vector IV format' " Xueming Li
2022-07-20 8:21 ` patch 'test/crypto: fix SNOW3G " Xueming Li
2022-07-20 8:21 ` patch 'baseband/acc100: remove prefix of internal file' " Xueming Li
2022-07-20 8:21 ` patch 'examples/fips_validation: handle empty payload' " Xueming Li
2022-07-20 8:21 ` patch 'crypto/qat: fix DOCSIS crash' " Xueming Li
2022-07-20 8:21 ` patch 'doc: fix grammar and formatting in compressdev guide' " Xueming Li
2022-07-20 8:21 ` patch 'doc: fix grammar and parameters in l2fwd-crypto " Xueming Li
2022-07-20 8:21 ` patch 'eventdev/eth_tx: fix queue delete' " Xueming Li
2022-07-20 8:21 ` patch 'app/testpmd: fix supported RSS offload display' " Xueming Li
2022-07-20 8:21 ` patch 'net/netvsc: fix vmbus device reference in multi-process' " Xueming Li
2022-07-20 8:21 ` patch 'doc: fix readability in vhost guide' " Xueming Li
2022-07-20 8:21 ` patch 'net/vhost: fix deadlock on vring state change' " Xueming Li
2022-07-20 8:21 ` patch 'vhost: add some trailing newline in log messages' " Xueming Li
2022-07-20 8:21 ` patch 'net/igc: support multi-process' " Xueming Li
2022-07-20 8:21 ` patch 'service: fix lingering active status' " Xueming Li
2022-07-20 8:21 ` patch 'gro: fix identifying fragmented packets' " Xueming Li
2022-07-20 8:21 ` patch 'examples/link_status_interrupt: fix stats refresh rate' " Xueming Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220621080301.2315720-1-xuemingl@nvidia.com \
--to=xuemingl@nvidia.com \
--cc=stable@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).