patches for DPDK stable branches
 help / color / mirror / Atom feed
* patches have been queued to stable release 23.11.1
@ 2024-03-05  9:45 Xueming Li
  2024-03-05  9:45 ` patch 'buildtools/cmdline: fix generated code for IP addresses' has " Xueming Li
                   ` (136 more replies)
  0 siblings, 137 replies; 263+ messages in thread
From: Xueming Li @ 2024-03-05  9:45 UTC (permalink / raw)
  To: Xueming Li; +Cc: dpdk stable

Hi,

FYI, your patch has been queued to stable release 23.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/31/24. 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://git.dpdk.org/dpdk-stable/log/?h=23.11-staging

Thanks.

Xueming Li <xuemingl@nvidia.com>

---
From 05bea47b81f3f38d07cb3aedc6fc2a578c3caae8 Mon Sep 17 00:00:00 2001
From: Xueming Li <xuemingl@nvidia.com>
Date: Tue, 5 Mar 2024 17:39:30 +0800
Subject: [PATCH] patch list
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: Xueming Li <xuemingl@nvidia.com>

*** BLURB HERE ***

Ajit Khaparde (2):
  net/bnxt: fix array overflow
  net/bnxt: modify locking for representor Tx

Akhil Goyal (1):
  common/cnxk: fix memory leak in CPT init

Akshay Dorwat (1):
  net/ionic: fix RSS query

Alan Elder (2):
  net: add macros for VLAN metadata parsing
  net/netvsc: fix VLAN metadata parsing

Andrew Boyer (1):
  net/ionic: fix device close

Anoob Joseph (1):
  examples/ipsec-secgw: fix width of variables

Anup Prabhu (1):
  ml/cnxk: fix xstats calculation

Bruce Richardson (5):
  buildtools/cmdline: fix generated code for IP addresses
  buildtools/cmdline: fix IP address initializer
  kernel/freebsd: fix module build on FreeBSD 14
  build: fix linker warnings about undefined symbols
  net/vmxnet3: fix initialization on FreeBSD

Chaoyong He (9):
  net/nfp: fix resource leak for device initialization
  net/nfp: fix resource leak for CoreNIC firmware
  net/nfp: fix resource leak for PF initialization
  net/nfp: fix resource leak for flower firmware
  net/nfp: fix resource leak for exit of CoreNIC firmware
  net/nfp: fix resource leak for exit of flower firmware
  net/nfp: fix resource leak for VF
  net/nfp: fix NFD3 metadata process
  net/nfp: fix NFDk metadata process

Chengwen Feng (17):
  eal: verify strdup return
  bus/dpaa: verify strdup return
  bus/fslmc: verify strdup return
  bus/vdev: verify strdup return
  dma/idxd: verify strdup return
  event/cnxk: verify strdup return
  net/failsafe: fix memory leak in args parsing
  net/nfp: verify strdup return
  app/dumpcap: verify strdup return
  app/pdump: verify strdup return
  app/crypto-perf: verify strdup return
  app/dma-perf: verify strdup return
  app/testpmd: verify strdup return
  test: verify strdup return
  examples/qos_sched: fix memory leak in args parsing
  examples/vhost: verify strdup return
  net/hns3: remove QinQ insert support for VF

Cristian Dumitrescu (1):
  net/softnic: fix include of log library

David Marchand (13):
  hash: remove some dead code
  regexdev: fix logtype register
  lib: use dedicated logtypes and macros
  lib: add newline in logs
  lib: remove redundant newline from logs
  dma/dpaa2: fix logtype register
  build: fix reasons conflict
  app/graph: fix build reason
  ci: update versions of actions in GHA
  vhost: fix virtqueue access check in datapath
  vhost: fix virtqueue access check in VDUSE setup
  vhost: fix virtqueue access check in vhost-user setup
  test/event: skip test if no driver is present

Dengdui Huang (8):
  net/hns3: refactor VF mailbox message struct
  net/hns3: refactor PF mailbox message struct
  net/hns3: refactor send mailbox function
  net/hns3: refactor handle mailbox function
  net/hns3: fix VF multiple count on one reset
  net/hns3: fix disable command with firmware
  net/hns3: fix reset level comparison
  app/testpmd: fix crash in multi-process forwarding

Edwin Brossette (1):
  net/virtio: remove duplicate queue xstats

Ferruh Yigit (8):
  pipeline: fix calloc parameters
  eventdev: fix calloc parameters
  dmadev: fix calloc parameters
  rawdev: fix calloc parameters
  common/mlx5: fix calloc parameters
  net/bnx2x: fix calloc parameters
  net/nfp: fix calloc parameters
  net/sfc: fix calloc parameters

Gowrishankar Muthukrishnan (1):
  crypto/cnxk: fix CN9K ECDH public key verification

Hanumanth Pothula (1):
  net/thunderx: fix DMAC control register update

Hao Chen (1):
  vhost: fix deadlock during vDPA SW live migration

Harman Kalra (2):
  common/cnxk: fix mbox region copy
  common/cnxk: fix VLAN check for inner header

Honnappa Nagarahalli (2):
  rcu: use atomic operation on acked token
  rcu: fix acked token in debug log

Jonathan Erb (1):
  telemetry: fix empty JSON dictionaries

Joyce Kong (1):
  net/memif: fix crash with Tx burst larger than 255

Kaiwen Deng (3):
  net/i40e: remove redundant judgment in flow parsing
  net/ice: fix tunnel TSO capabilities
  net: fix TCP/UDP checksum with padding data

Kalesh AP (3):
  net/bnxt: fix 50G and 100G forced speed
  net/bnxt: fix speed change from 200G to 25G on Thor
  net/bnxt: fix backward firmware compatibility

Kiran Kumar K (1):
  net/cnxk: fix flow RSS configuration

Kumara Parameshwaran (2):
  gro: fix reordering of packets
  app/testpmd: fix GRO packets flush on timeout

Long Li (3):
  net/mana: prevent values overflow returned from RDMA layer
  net/mana: fix memory leak on MR allocation
  net/mana: handle MR cache expansion failure

Long Wu (5):
  net/nfp: fix Rx memory leak
  net/nfp: fix Rx descriptor
  net/nfp: fix device close
  net/nfp: fix device resource freeing
  net/nfp: free switch domain ID on close

Maxime Coquelin (1):
  vhost: fix memory leak in Virtio Tx split path

Michael Baum (8):
  net/mlx5: fix jump action validation
  net/mlx5: fix flow tag modification
  net/mlx5/hws: fix ESP flow matching validation
  net/mlx5: fix GENEVE TLV option management
  common/mlx5: fix duplicate read of general capabilities
  common/mlx5: fix query sample info capability
  net/mlx5: remove GENEVE options length limitation
  net/mlx5: fix GENEVE option item translation

Mingjin Ye (1):
  net/iavf: fix no polling mode switching

Mário Kuka (1):
  net/bonding: fix flow count query

Neel Patel (1):
  net/ionic: fix missing volatile type for cqe pointers

Pavan Nikhilesh (2):
  event/cnxk: fix dequeue timeout configuration
  doc: fix commands in eventdev test tool guide

Qi Zhang (2):
  net/ice: fix link update
  net/ice: fix memory leaks

Robin Jarry (1):
  build: link static libs with whole-archive in subproject

Rongwei Liu (1):
  net/mlx5: fix stats query crash in secondary process

Rushil Gupta (1):
  net/gve: fix DQO for chained descriptors

Satheesh Paul (1):
  net/cnxk: fix aged flow query

Shaowei Sun (1):
  telemetry: fix connected clients count

Shiyang He (1):
  net/iavf: fix crash on VF start

Sivaprasad Tummala (1):
  eal/x86: add AMD vendor check for TSC calibration

Sivaramakrishnan Venkat (1):
  drivers/net: fix buffer overflow for packet types list

Stephen Hemminger (5):
  doc: remove cmdline polling mode deprecation notice
  cryptodev: remove unused extern variable
  doc: add --latencystats option in testpmd guide
  app/testpmd: hide --bitrate-stats in help if disabled
  common/sfc_efx/base: use C11 static assert

Suanming Mou (3):
  app/crypto-perf: fix next segment mbuf
  app/crypto-perf: fix data comparison
  app/crypto-perf: fix encrypt operation verification

Sunyang Wu (1):
  ethdev: fix NVGRE encap flow action description

Wathsala Vithanage (1):
  net/memif: fix extra mbuf refcnt update in zero copy Tx

Weiguo Li (1):
  net/bnxt: fix deadlock in ULP timer callback

Yajun Wu (1):
  vdpa/mlx5: fix queue enable drain CQ

Yunjian Wang (3):
  net/iavf: fix memory leak on security context error
  net/ixgbe: fix memoy leak after device init failure
  net/af_xdp: fix memzone leak on config failure

 .github/workflows/build.yml                   |  20 +-
 .mailmap                                      |   8 +-
 app/dumpcap/main.c                            |   5 +
 app/graph/meson.build                         |   1 +
 app/meson.build                               |   2 +-
 app/pdump/main.c                              |   3 +
 app/test-crypto-perf/cperf_options_parsing.c  |   4 +
 app/test-crypto-perf/cperf_test_common.c      |  15 +-
 app/test-crypto-perf/cperf_test_verify.c      |  59 +++--
 app/test-dma-perf/main.c                      |   2 +
 app/test-pmd/cmdline.c                        |   2 +
 app/test-pmd/config.c                         |   6 +-
 app/test-pmd/csumonly.c                       |  21 +-
 app/test-pmd/parameters.c                     |  10 +-
 app/test/process.h                            |   5 +-
 app/test/test_eventdev.c                      |  10 +-
 buildtools/dpdk-cmdline-gen.py                |   4 +-
 buildtools/subproject/meson.build             |   3 +-
 config/meson.build                            |   3 +
 doc/guides/rel_notes/deprecation.rst          |   4 -
 doc/guides/testpmd_app_ug/run_app.rst         |   4 +
 doc/guides/tools/testeventdev.rst             |  24 +-
 drivers/bus/dpaa/dpaa_bus.c                   |   4 +
 drivers/bus/fslmc/fslmc_bus.c                 |   4 +
 drivers/bus/vdev/vdev.c                       |   4 +
 drivers/common/cnxk/roc_cpt.c                 |   3 +-
 drivers/common/cnxk/roc_dev.c                 |   5 +-
 drivers/common/cnxk/roc_npc_aging.c           |   4 +
 drivers/common/cnxk/roc_npc_parse.c           |  10 +-
 drivers/common/mlx5/mlx5_common_mr.c          |   2 +-
 drivers/common/mlx5/mlx5_devx_cmds.c          |  24 +-
 drivers/common/mlx5/mlx5_devx_cmds.h          |   1 +
 drivers/common/qat/meson.build                |  10 +-
 drivers/common/sfc_efx/base/efx.h             |  14 +-
 drivers/crypto/cnxk/cn9k_cryptodev_ops.c      |  12 +-
 drivers/crypto/ipsec_mb/ipsec_mb_ops.c        |   2 +-
 drivers/dma/dpaa2/dpaa2_qdma.c                |   5 +-
 drivers/dma/idxd/idxd_bus.c                   |  10 +-
 drivers/event/cnxk/cnxk_eventdev.c            |  16 +-
 drivers/meson.build                           |   4 +-
 drivers/ml/cnxk/cn10k_ml_ops.c                |  11 +
 drivers/net/af_xdp/rte_eth_af_xdp.c           |   2 +-
 drivers/net/bnx2x/bnx2x.c                     |   2 +-
 drivers/net/bnxt/bnxt.h                       |   6 +-
 drivers/net/bnxt/bnxt_ethdev.c                |  53 +++--
 drivers/net/bnxt/bnxt_hwrm.c                  |  25 +-
 drivers/net/bnxt/bnxt_reps.c                  |   6 +-
 drivers/net/bnxt/bnxt_txq.c                   |   6 +
 drivers/net/bnxt/bnxt_txq.h                   |   1 +
 drivers/net/bnxt/bnxt_txr.c                   |  13 +
 drivers/net/bnxt/bnxt_txr.h                   |   4 +-
 drivers/net/bnxt/tf_ulp/ulp_ha_mgr.c          |   1 +
 drivers/net/bonding/rte_eth_bond_flow.c       |   6 +
 drivers/net/cnxk/cnxk_flow.c                  |  18 +-
 drivers/net/dpaa/dpaa_ethdev.c                |   3 +-
 drivers/net/failsafe/failsafe_args.c          |   2 +-
 drivers/net/gve/gve_tx_dqo.c                  |  22 +-
 drivers/net/hns3/hns3_common.c                |   2 +-
 drivers/net/hns3/hns3_ethdev.c                |  30 +--
 drivers/net/hns3/hns3_ethdev_vf.c             | 225 ++++++++++--------
 drivers/net/hns3/hns3_mbx.c                   | 165 +++++++------
 drivers/net/hns3/hns3_mbx.h                   |  92 +++++--
 drivers/net/hns3/hns3_rxtx.c                  |  18 +-
 drivers/net/i40e/i40e_flow.c                  |   3 +-
 drivers/net/iavf/iavf.h                       |   6 +-
 drivers/net/iavf/iavf_ethdev.c                |  68 +++++-
 drivers/net/iavf/iavf_ipsec_crypto.c          |   5 +-
 drivers/net/iavf/iavf_vchnl.c                 |  24 +-
 drivers/net/ice/ice_ethdev.c                  |  32 ++-
 drivers/net/ice/ice_ethdev.h                  |   4 +
 drivers/net/ice/ice_rxtx_vec_common.h         |   4 +
 drivers/net/ice/ice_tm.c                      |  12 +
 drivers/net/ionic/ionic_ethdev.c              |  39 +--
 drivers/net/ionic/ionic_rxtx.c                |   4 +-
 drivers/net/ionic/ionic_rxtx_sg.c             |   8 +-
 drivers/net/ionic/ionic_rxtx_simple.c         |   8 +-
 drivers/net/ixgbe/ixgbe_ethdev.c              |  17 +-
 drivers/net/mana/mana.c                       |  24 +-
 drivers/net/mana/mana.h                       |   6 +-
 drivers/net/mana/mr.c                         |  60 +++--
 drivers/net/memif/rte_eth_memif.c             |   8 +-
 drivers/net/mlx5/hws/mlx5dr_definer.c         |   5 -
 drivers/net/mlx5/linux/mlx5_os.c              |   8 +-
 drivers/net/mlx5/mlx5_flow_dv.c               |  59 ++---
 drivers/net/mvneta/mvneta_ethdev.c            |   3 +-
 drivers/net/mvpp2/mrvl_ethdev.c               |   3 +-
 drivers/net/netvsc/hn_rxtx.c                  |   8 +-
 drivers/net/nfp/flower/nfp_flower.c           |  78 ++----
 drivers/net/nfp/flower/nfp_flower.h           |   1 +
 .../net/nfp/flower/nfp_flower_representor.c   | 166 ++++++++++++-
 .../net/nfp/flower/nfp_flower_representor.h   |   1 +
 drivers/net/nfp/nfd3/nfp_nfd3_dp.c            |  19 +-
 drivers/net/nfp/nfdk/nfp_nfdk_dp.c            |  27 ++-
 drivers/net/nfp/nfp_ethdev.c                  | 135 ++++++++---
 drivers/net/nfp/nfp_ethdev_vf.c               |  10 +-
 drivers/net/nfp/nfp_ipsec.c                   |   5 +
 drivers/net/nfp/nfp_net_common.c              |   1 +
 drivers/net/nfp/nfp_net_common.h              |   1 +
 drivers/net/nfp/nfp_rxtx.c                    |  18 +-
 drivers/net/nfp/nfpcore/nfp_mutex.c           |   2 +-
 drivers/net/pfe/pfe_ethdev.c                  |   3 +-
 drivers/net/sfc/sfc_mae.c                     |   4 +-
 drivers/net/softnic/rte_eth_softnic_cli.c     |   2 +
 drivers/net/tap/rte_eth_tap.c                 |   1 +
 drivers/net/thunderx/base/nicvf_mbox.c        |  12 +
 drivers/net/thunderx/base/nicvf_mbox.h        |  10 +
 drivers/net/thunderx/nicvf_ethdev.c           |  28 +++
 drivers/net/virtio/virtio_ethdev.c            |   2 -
 drivers/net/vmxnet3/vmxnet3_ethdev.c          |   4 +
 drivers/vdpa/mlx5/mlx5_vdpa_event.c           |  29 ++-
 examples/ipsec-secgw/ipsec-secgw.c            |   5 +-
 examples/ipsec-secgw/ipsec_worker.h           |   4 +-
 examples/pipeline/cli.c                       |   2 +
 examples/qos_sched/args.c                     |   4 +-
 examples/vhost/main.c                         |   3 +
 kernel/freebsd/nic_uio/nic_uio.c              |   8 +-
 lib/bbdev/rte_bbdev.c                         |   6 +-
 lib/cfgfile/rte_cfgfile.c                     |  14 +-
 lib/compressdev/rte_compressdev_pmd.c         |   4 +-
 lib/cryptodev/rte_cryptodev.c                 |   4 +-
 lib/cryptodev/rte_cryptodev.h                 |   2 -
 lib/dispatcher/rte_dispatcher.c               |  12 +-
 lib/dmadev/rte_dmadev.c                       |   4 +-
 lib/eal/common/eal_common_options.c           |  26 +-
 lib/eal/linux/eal_dev.c                       |   2 +
 lib/eal/linux/eal_hugepage_info.c             |   2 +-
 lib/eal/linux/eal_interrupts.c                |   2 +-
 lib/eal/windows/eal_memory.c                  |   2 +-
 lib/eal/x86/rte_cycles.c                      |  16 ++
 lib/ethdev/ethdev_driver.c                    |   4 +-
 lib/ethdev/ethdev_pci.h                       |   2 +-
 lib/ethdev/ethdev_private.c                   |   2 +-
 lib/ethdev/rte_class_eth.c                    |   2 +-
 lib/ethdev/rte_ethdev.c                       |  40 ++--
 lib/ethdev/rte_flow.c                         |   2 +-
 lib/ethdev/rte_flow.h                         |   2 +-
 lib/eventdev/eventdev_pmd.h                   |   6 +-
 lib/eventdev/rte_event_crypto_adapter.c       |  12 +-
 lib/eventdev/rte_event_dma_adapter.c          |  18 +-
 lib/eventdev/rte_event_eth_rx_adapter.c       |  40 ++--
 lib/eventdev/rte_event_eth_tx_adapter.c       |   2 +-
 lib/eventdev/rte_event_timer_adapter.c        |   4 +-
 lib/eventdev/rte_eventdev.c                   |  12 +-
 lib/gro/gro_tcp.h                             |   9 +
 lib/gro/gro_tcp4.c                            |  36 ++-
 lib/gro/gro_tcp_internal.h                    |   2 +-
 lib/gro/gro_vxlan_tcp4.c                      |   5 +-
 lib/hash/rte_cuckoo_hash.h                    |  11 -
 lib/lpm/rte_lpm6.c                            |   6 +-
 lib/mempool/rte_mempool_ops.c                 |   2 +-
 lib/meson.build                               |   2 +-
 lib/metrics/rte_metrics_telemetry.c           |   2 +-
 lib/mldev/rte_mldev.c                         | 102 ++++----
 lib/net/rte_ether.h                           |  14 ++
 lib/net/rte_ip.h                              |  15 +-
 lib/net/rte_net_crc.c                         |   6 +-
 lib/node/ethdev_rx.c                          |   4 +-
 lib/node/ip4_lookup.c                         |   2 +-
 lib/node/ip6_lookup.c                         |   2 +-
 lib/node/kernel_rx.c                          |   8 +-
 lib/node/kernel_tx.c                          |   4 +-
 lib/pipeline/rte_swx_pipeline_spec.c          |   4 +-
 lib/power/guest_channel.c                     |   2 +-
 lib/power/rte_power_pmd_mgmt.c                |   6 +-
 lib/rawdev/rte_rawdev.c                       |   2 +-
 lib/rcu/rte_rcu_qsbr.c                        |   4 +-
 lib/rcu/rte_rcu_qsbr.h                        |  16 +-
 lib/regexdev/rte_regexdev.c                   |   2 +-
 lib/stack/rte_stack.c                         |   8 +-
 lib/telemetry/telemetry.c                     |  11 +-
 lib/vhost/vdpa.c                              |  11 +-
 lib/vhost/vduse.c                             |   4 +
 lib/vhost/vhost_crypto.c                      |   6 +-
 lib/vhost/vhost_user.c                        |   2 +
 lib/vhost/virtio_net.c                        |  84 ++++---
 meson.build                                   |   6 +-
 176 files changed, 1731 insertions(+), 978 deletions(-)

--
2.34.1

^ permalink raw reply	[flat|nested] 263+ messages in thread

end of thread, other threads:[~2024-04-13 13:01 UTC | newest]

Thread overview: 263+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  9:45 patches have been queued to stable release 23.11.1 Xueming Li
2024-03-05  9:45 ` patch 'buildtools/cmdline: fix generated code for IP addresses' has " Xueming Li
2024-03-05  9:45 ` patch 'buildtools/cmdline: fix IP address initializer' " Xueming Li
2024-03-05  9:45 ` patch 'hash: remove some dead code' " Xueming Li
2024-03-05  9:45 ` patch 'regexdev: fix logtype register' " Xueming Li
2024-03-05  9:45 ` patch 'lib: use dedicated logtypes and macros' " Xueming Li
2024-03-05  9:45 ` patch 'lib: add newline in logs' " Xueming Li
2024-03-05  9:45 ` patch 'lib: remove redundant newline from " Xueming Li
2024-03-05  9:45 ` patch 'dma/dpaa2: fix logtype register' " Xueming Li
2024-03-05  9:45 ` patch 'net/i40e: remove redundant judgment in flow parsing' " Xueming Li
2024-03-05  9:45 ` patch 'net/iavf: fix memory leak on security context error' " Xueming Li
2024-03-05  9:45 ` patch 'net/ixgbe: fix memoy leak after device init failure' " Xueming Li
2024-03-05  9:45 ` patch 'net/ice: fix link update' " Xueming Li
2024-03-05  9:45 ` patch 'net/ice: fix tunnel TSO capabilities' " Xueming Li
2024-03-05  9:45 ` patch 'net/iavf: fix no polling mode switching' " Xueming Li
2024-03-05  9:45 ` patch 'net/iavf: fix crash on VF start' " Xueming Li
2024-03-05  9:45 ` patch 'net/ice: fix memory leaks' " Xueming Li
2024-03-05  9:45 ` patch 'kernel/freebsd: fix module build on FreeBSD 14' " Xueming Li
2024-03-05  9:45 ` patch 'build: fix reasons conflict' " Xueming Li
2024-03-05  9:46 ` patch 'app/graph: fix build reason' " Xueming Li
2024-03-05  9:46 ` patch 'telemetry: fix connected clients count' " Xueming Li
2024-03-05  9:46 ` patch 'telemetry: fix empty JSON dictionaries' " Xueming Li
2024-03-05  9:46 ` patch 'gro: fix reordering of packets' " Xueming Li
2024-03-05  9:46 ` patch 'ci: update versions of actions in GHA' " Xueming Li
2024-03-05  9:46 ` patch 'eal/x86: add AMD vendor check for TSC calibration' " Xueming Li
2024-03-05 11:17   ` Tummala, Sivaprasad
2024-03-05  9:46 ` patch 'doc: remove cmdline polling mode deprecation notice' " Xueming Li
2024-03-05  9:46 ` patch 'eal: verify strdup return' " Xueming Li
2024-03-05  9:46 ` patch 'bus/dpaa: " Xueming Li
2024-03-05  9:46 ` patch 'bus/fslmc: " Xueming Li
2024-03-05  9:46 ` patch 'bus/vdev: " Xueming Li
2024-03-05  9:46 ` patch 'dma/idxd: " Xueming Li
2024-03-05  9:46 ` patch 'event/cnxk: " Xueming Li
2024-03-05  9:46 ` patch 'net/failsafe: fix memory leak in args parsing' " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: verify strdup return' " Xueming Li
2024-03-05  9:46 ` patch 'app/dumpcap: " Xueming Li
2024-03-05  9:46 ` patch 'app/pdump: " Xueming Li
2024-03-05  9:46 ` patch 'app/crypto-perf: " Xueming Li
2024-03-05  9:46 ` patch 'app/dma-perf: " Xueming Li
2024-03-05  9:46 ` patch 'app/testpmd: " Xueming Li
2024-03-05  9:46 ` patch 'test: " Xueming Li
2024-03-05  9:46 ` patch 'examples/qos_sched: fix memory leak in args parsing' " Xueming Li
2024-03-05  9:46 ` patch 'examples/vhost: verify strdup return' " Xueming Li
2024-03-05  9:46 ` patch 'pipeline: fix calloc parameters' " Xueming Li
2024-03-05  9:46 ` patch 'eventdev: " Xueming Li
2024-03-05  9:46 ` patch 'dmadev: " Xueming Li
2024-03-05  9:46 ` patch 'rawdev: " Xueming Li
2024-03-05  9:46 ` patch 'common/mlx5: " Xueming Li
2024-03-05  9:46 ` patch 'net/bnx2x: " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: " Xueming Li
2024-03-05  9:46 ` patch 'net/sfc: " Xueming Li
2024-03-05  9:46 ` patch 'build: fix linker warnings about undefined symbols' " Xueming Li
2024-03-05  9:46 ` patch 'build: link static libs with whole-archive in subproject' " Xueming Li
2024-03-05  9:46 ` patch 'rcu: use atomic operation on acked token' " Xueming Li
2024-03-05  9:46 ` patch 'rcu: fix acked token in debug log' " Xueming Li
2024-03-05  9:46 ` patch 'net: fix TCP/UDP checksum with padding data' " Xueming Li
2024-03-05  9:46 ` patch 'vhost: fix virtqueue access check in datapath' " Xueming Li
2024-03-05  9:46 ` patch 'vhost: fix virtqueue access check in VDUSE setup' " Xueming Li
2024-03-05  9:46 ` patch 'vhost: fix virtqueue access check in vhost-user " Xueming Li
2024-03-05  9:46 ` patch 'net/virtio: remove duplicate queue xstats' " Xueming Li
2024-03-05  9:46 ` patch 'vhost: fix deadlock during vDPA SW live migration' " Xueming Li
2024-03-05  9:46 ` patch 'vdpa/mlx5: fix queue enable drain CQ' " Xueming Li
2024-03-05  9:46 ` patch 'vhost: fix memory leak in Virtio Tx split path' " Xueming Li
2024-03-05  9:46 ` patch 'cryptodev: remove unused extern variable' " Xueming Li
2024-03-05  9:46 ` patch 'examples/ipsec-secgw: fix width of variables' " Xueming Li
2024-03-05  9:46 ` patch 'common/cnxk: fix memory leak in CPT init' " Xueming Li
2024-03-05  9:46 ` patch 'crypto/cnxk: fix CN9K ECDH public key verification' " Xueming Li
2024-03-05  9:46 ` patch 'app/crypto-perf: fix next segment mbuf' " Xueming Li
2024-03-05  9:46 ` patch 'app/crypto-perf: fix data comparison' " Xueming Li
2024-03-05  9:46 ` patch 'app/crypto-perf: fix encrypt operation verification' " Xueming Li
2024-03-05  9:46 ` patch 'event/cnxk: fix dequeue timeout configuration' " Xueming Li
2024-03-05  9:46 ` patch 'test/event: skip test if no driver is present' " Xueming Li
2024-03-05  9:46 ` patch 'doc: fix commands in eventdev test tool guide' " Xueming Li
2024-03-05  9:46 ` patch 'ethdev: fix NVGRE encap flow action description' " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: fix resource leak for device initialization' " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: fix resource leak for CoreNIC firmware' " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: fix resource leak for PF initialization' " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: fix resource leak for flower firmware' " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: fix resource leak for exit of CoreNIC " Xueming Li
2024-03-05  9:46 ` patch 'net/nfp: fix resource leak for exit of flower " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: fix resource leak for VF' " Xueming Li
2024-03-05  9:47 ` patch 'net/af_xdp: fix memzone leak on config failure' " Xueming Li
2024-03-05  9:47 ` patch 'net/memif: fix crash with Tx burst larger than 255' " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: refactor VF mailbox message struct' " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: refactor PF " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: refactor send mailbox function' " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: refactor handle " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: fix VF multiple count on one reset' " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: fix disable command with firmware' " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: fix reset level comparison' " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: fix Rx memory leak' " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: fix Rx descriptor' " Xueming Li
2024-03-05  9:47 ` patch 'net/hns3: remove QinQ insert support for VF' " Xueming Li
2024-03-05  9:47 ` patch 'doc: add --latencystats option in testpmd guide' " Xueming Li
2024-03-05  9:47 ` patch 'app/testpmd: hide --bitrate-stats in help if disabled' " Xueming Li
2024-03-05  9:47 ` patch 'net/vmxnet3: fix initialization on FreeBSD' " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: fix device close' " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: fix device resource freeing' " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: free switch domain ID on close' " Xueming Li
2024-03-05  9:47 ` patch 'net/mana: prevent values overflow returned from RDMA layer' " Xueming Li
2024-03-05  9:47 ` patch 'drivers/net: fix buffer overflow for packet types list' " Xueming Li
2024-03-05  9:47 ` patch 'app/testpmd: fix crash in multi-process forwarding' " Xueming Li
2024-03-05  9:47 ` patch 'net/ionic: fix missing volatile type for cqe pointers' " Xueming Li
2024-03-05  9:47 ` patch 'net/ionic: fix RSS query' " Xueming Li
2024-03-05  9:47 ` patch 'net/ionic: fix device close' " Xueming Li
2024-03-05  9:47 ` patch 'net/bonding: fix flow count query' " Xueming Li
2024-03-05  9:47 ` patch 'net/mana: fix memory leak on MR allocation' " Xueming Li
2024-03-05  9:47 ` patch 'net/mana: handle MR cache expansion failure' " Xueming Li
2024-03-05  9:47 ` patch 'common/sfc_efx/base: use C11 static assert' " Xueming Li
2024-03-05  9:47 ` patch 'net/memif: fix extra mbuf refcnt update in zero copy Tx' " Xueming Li
2024-03-05  9:47 ` patch 'net/softnic: fix include of log library' " Xueming Li
2024-03-05  9:47 ` patch 'net/gve: fix DQO for chained descriptors' " Xueming Li
2024-03-05  9:47 ` patch 'net: add macros for VLAN metadata parsing' " Xueming Li
2024-03-05  9:47 ` patch 'net/netvsc: fix " Xueming Li
2024-03-05  9:47 ` patch 'net/bnxt: fix array overflow' " Xueming Li
2024-03-05  9:47 ` patch 'net/bnxt: fix 50G and 100G forced speed' " Xueming Li
2024-03-05  9:47 ` patch 'net/bnxt: fix speed change from 200G to 25G on Thor' " Xueming Li
2024-03-05  9:47 ` patch 'net/bnxt: fix backward firmware compatibility' " Xueming Li
2024-03-05  9:47 ` patch 'net/bnxt: modify locking for representor Tx' " Xueming Li
2024-03-05  9:47 ` patch 'net/bnxt: fix deadlock in ULP timer callback' " Xueming Li
2024-03-05  9:47 ` patch 'ml/cnxk: fix xstats calculation' " Xueming Li
2024-03-05  9:47 ` patch 'net/cnxk: fix flow RSS configuration' " Xueming Li
2024-03-05  9:47 ` patch 'net/thunderx: fix DMAC control register update' " Xueming Li
2024-03-05  9:47 ` patch 'common/cnxk: fix mbox region copy' " Xueming Li
2024-03-05  9:47 ` patch 'common/cnxk: fix VLAN check for inner header' " Xueming Li
2024-03-05  9:47 ` patch 'net/cnxk: fix aged flow query' " Xueming Li
2024-03-05  9:47 ` patch 'net/mlx5: fix jump action validation' " Xueming Li
2024-03-05  9:47 ` patch 'net/mlx5: fix flow tag modification' " Xueming Li
2024-03-05  9:47 ` patch 'net/mlx5/hws: fix ESP flow matching validation' " Xueming Li
2024-03-05  9:47 ` patch 'net/mlx5: fix GENEVE TLV option management' " Xueming Li
2024-03-05  9:47 ` patch 'common/mlx5: fix duplicate read of general capabilities' " Xueming Li
2024-03-05  9:47 ` patch 'common/mlx5: fix query sample info capability' " Xueming Li
2024-03-05  9:47 ` patch 'net/mlx5: remove GENEVE options length limitation' " Xueming Li
2024-03-05  9:47 ` patch 'net/mlx5: fix GENEVE option item translation' " Xueming Li
2024-03-05  9:47 ` patch 'net/mlx5: fix stats query crash in secondary process' " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: fix NFD3 metadata " Xueming Li
2024-03-05  9:47 ` patch 'net/nfp: fix NFDk " Xueming Li
2024-03-05  9:47 ` patch 'app/testpmd: fix GRO packets flush on timeout' " Xueming Li
2024-04-13 12:48 ` patch " Xueming Li
2024-04-13 12:48   ` patch 'doc: fix configuration in baseband 5GNR driver guide' " Xueming Li
2024-04-13 12:48   ` patch 'event/dlb2: remove superfluous memcpy' " Xueming Li
2024-04-13 12:48   ` patch 'test/event: fix crash in Tx adapter freeing' " Xueming Li
2024-04-13 12:48   ` patch 'eventdev: improve Doxygen comments on configure struct' " Xueming Li
2024-04-13 12:48   ` patch 'eventdev: fix Doxygen processing of vector " Xueming Li
2024-04-13 12:48   ` patch 'eventdev/crypto: fix enqueueing' " Xueming Li
2024-04-13 12:48   ` patch 'app/crypto-perf: fix copy segment size' " Xueming Li
2024-04-13 12:48   ` patch 'app/crypto-perf: fix out-of-place mbuf " Xueming Li
2024-04-13 12:48   ` patch 'app/crypto-perf: add missing op resubmission' " Xueming Li
2024-04-13 12:48   ` patch 'doc: fix typos in cryptodev overview' " Xueming Li
2024-04-13 12:48   ` patch 'common/qat: fix legacy flag' " Xueming Li
2024-04-13 12:48   ` patch 'vhost: fix VDUSE device destruction failure' " Xueming Li
2024-04-13 12:48   ` patch 'net/af_xdp: fix leak on XSK configuration " Xueming Li
2024-04-13 12:48   ` patch 'app/testpmd: fix flow modify tag typo' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix modify flex item' " Xueming Li
2024-04-13 12:48   ` patch 'app/testpmd: return if no packets in GRO heavy weight mode' " Xueming Li
2024-04-13 12:48   ` patch 'app/testpmd: fix async flow create failure handling' " Xueming Li
2024-04-13 12:48   ` patch 'net/tap: do not overwrite flow API errors' " Xueming Li
2024-04-13 12:48   ` patch 'net/tap: fix traffic control handle calculation' " Xueming Li
2024-04-13 12:48   ` patch 'net/bnxt: fix null pointer dereference' " Xueming Li
2024-04-13 12:48   ` patch 'net/ixgbevf: fix RSS init for x550 NICs' " Xueming Li
2024-04-13 12:48   ` patch 'net/iavf: remove error logs for VLAN offloading' " Xueming Li
2024-04-13 12:48   ` patch 'net/ixgbe: increase VF reset timeout' " Xueming Li
2024-04-13 12:48   ` patch 'net/i40e: remove incorrect 16B descriptor read block' " Xueming Li
2024-04-13 12:48   ` patch 'net/iavf: " Xueming Li
2024-04-13 12:48   ` patch 'net/ice: " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: fix inline device pointer check' " Xueming Li
2024-04-13 12:48   ` patch 'net/cnxk: fix Rx packet format check condition' " Xueming Li
2024-04-13 12:48   ` patch 'net/bnx2x: fix warnings about memcpy lengths' " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: remove CN9K inline IPsec FP opcodes' " Xueming Li
2024-04-13 12:48   ` patch 'net/cnxk: fix buffer size configuration' " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: fix Tx MTU " Xueming Li
2024-04-13 12:48   ` patch 'net/cnxk: fix MTU limit' " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: fix RSS RETA configuration' " Xueming Li
2024-04-13 12:48   ` patch 'net/cnxk: fix indirect mbuf handling in Tx' " Xueming Li
2024-04-13 12:48   ` patch 'net/cnxk: add cookies check for multi-segment offload' " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: fix mbox struct attributes' " Xueming Li
2024-04-13 12:48   ` patch 'net/cnxk: fix mbuf fields in multi-segment Tx' " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: fix link config for SDP' " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: remove dead code' " Xueming Li
2024-04-13 12:48   ` patch 'common/cnxk: fix possible out-of-bounds access' " Xueming Li
2024-04-13 12:48   ` patch 'net/cnxk: improve Tx performance for SW mbuf free' " Xueming Li
2024-04-13 12:48   ` patch 'doc: fix aging poll frequency option in cnxk guide' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5/hws: skip item when inserting rules by index' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5/hws: check not supported fields in VXLAN' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5/hws: fix VLAN item in non-relaxed mode' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix use after free when releasing Tx queues' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix error packets drop in regular Rx' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: prevent querying aged flows on uninit port' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5/hws: fix VLAN inner type' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix condition of LACP miss flow' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix conntrack action handle representation' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix connection tracking action validation' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix HWS registers initialization' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5/hws: enable multiple integrity items' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix VLAN handling in meter split' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix parameters verification in HWS table create' " Xueming Li
2024-04-13 12:48   ` patch 'net/mlx5: fix flow counter cache starvation' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix counters map in bonding mode' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix flow action template expansion' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: remove device status check in flow creation' " Xueming Li
2024-04-13 12:49   ` patch 'test: fix probing in secondary process' " Xueming Li
2024-04-13 12:49   ` patch 'bus/vdev: fix devargs " Xueming Li
2024-04-13 12:49   ` patch 'config: fix CPU instruction set for cross-build' " Xueming Li
2024-04-13 12:49   ` patch 'test/mbuf: fix external mbuf case with assert enabled' " Xueming Li
2024-04-13 12:49   ` patch 'test: assume C source files are UTF-8 encoded' " Xueming Li
2024-04-13 12:49   ` patch 'test: do not count skipped tests as executed' " Xueming Li
2024-04-13 12:49   ` patch 'examples/packet_ordering: fix Rx with reorder mode disabled' " Xueming Li
2024-04-13 12:49   ` patch 'examples/l3fwd: fix Rx over not ready port' " Xueming Li
2024-04-13 12:49   ` patch 'dts: fix smoke tests driver regex' " Xueming Li
2024-04-13 12:49   ` patch 'examples/l3fwd: fix Rx queue configuration' " Xueming Li
2024-04-13 12:49   ` patch 'net/virtio: fix vDPA device init advertising control queue' " Xueming Li
2024-04-13 12:49   ` patch 'build: pass cflags in subproject' " Xueming Li
2024-04-13 12:49   ` patch 'examples/ipsec-secgw: fix cryptodev to SA mapping' " Xueming Li
2024-04-13 12:49   ` patch 'crypto/qat: fix crash with CCM null AAD pointer' " Xueming Li
2024-04-13 12:49   ` patch 'net/hns3: enable PFC for all user priorities' " Xueming Li
2024-04-13 12:49   ` patch 'doc: add traffic manager in features table' " Xueming Li
2024-04-13 12:49   ` patch 'app/testpmd: fix async indirect action list creation' " Xueming Li
2024-04-13 12:49   ` patch 'doc: add link speeds configuration in features table' " Xueming Li
2024-04-13 12:49   ` patch 'net/nfp: fix getting firmware VNIC version' " Xueming Li
2024-04-13 12:49   ` patch 'net/nfp: fix IPsec data endianness' " Xueming Li
2024-04-13 12:49   ` patch 'net/ena: fix fast mbuf free' " Xueming Li
2024-04-13 12:49   ` patch 'net/ena/base: limit exponential backoff' " Xueming Li
2024-04-13 12:49   ` patch 'net/ena/base: restructure interrupt handling' " Xueming Li
2024-04-13 12:49   ` patch 'net/nfp: fix switch domain free check' " Xueming Li
2024-04-13 12:49   ` patch 'net/nfp: fix initialization failure flow' " Xueming Li
2024-04-13 12:49   ` patch 'app/testpmd: fix --stats-period option check' " Xueming Li
2024-04-13 12:49   ` patch 'app/testpmd: fix burst option parsing' " Xueming Li
2024-04-13 12:49   ` patch 'app/testpmd: fix error message for invalid option' " Xueming Li
2024-04-13 12:49   ` patch 'net/hns3: support new device' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix HWS meter actions availability' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix sync meter processing in HWS' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix indirect action async job initialization' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix non-masked indirect list meter translation' " Xueming Li
2024-04-13 12:49   ` patch 'doc: update link to Windows DevX in mlx5 guide' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix VLAN ID in flow modify' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix meter policy priority' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: remove duplication of L3 flow item validation' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix IP-in-IP tunnels recognition' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix DR context release ordering' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5/hws: fix direct index insert on depend WQE' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix template clean up of FDB control flow rule' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix flow configure validation' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: prevent ioctl failure log flooding' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix age position in hairpin split' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix drop action release timing' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix warning about copy length' " Xueming Li
2024-04-13 12:49   ` patch 'net/bnxt: fix number of Tx queues being created' " Xueming Li
2024-04-13 12:49   ` patch 'examples/ipsec-secgw: fix Rx queue ID in Rx callback' " Xueming Li
2024-04-13 12:49   ` patch 'doc: fix default IP fragments maximum in programmer guide' " Xueming Li
2024-04-13 12:49   ` patch 'net/nfp: fix uninitialized variable' " Xueming Li
2024-04-13 12:49   ` patch 'app/testpmd: fix auto-completion for indirect action list' " Xueming Li
2024-04-13 12:49   ` patch 'net/ena: fix mbuf double free in fast free mode' " Xueming Li
2024-04-13 12:49   ` patch 'net/vmxnet3: ignore Rx queue interrupt setup on FreeBSD' " Xueming Li
2024-04-13 12:49   ` patch 'net/igc: fix timesync disable' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5/hws: fix memory access in L3 decapsulation' " Xueming Li
2024-04-13 12:49   ` patch 'net/mlx5: fix sync flow meter action' " Xueming Li
2024-04-13 12:49   ` patch 'doc: fix typo in profiling guide' " Xueming Li
2024-04-13 12:50   ` patch 'doc: fix typo in packet framework " Xueming Li
2024-04-13 12:50   ` patch 'test/power: fix typo in error message' " Xueming Li
2024-04-13 12:50   ` patch 'test/cfgfile: fix typo in error messages' " Xueming Li
2024-04-13 12:50   ` patch 'examples/ipsec-secgw: fix typo in error message' " Xueming Li
2024-04-13 12:50   ` patch 'dts: strip whitespaces from stdout and stderr' " Xueming Li
2024-04-13 12:50   ` patch 'net/ena/base: fix metrics excessive memory consumption' " Xueming Li

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).