DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 00/83] move alignment attribute on types
@ 2024-03-20 15:36 Tyler Retzlaff
  2024-03-20 15:36 ` [PATCH 01/83] examples: " Tyler Retzlaff
                   ` (86 more replies)
  0 siblings, 87 replies; 181+ messages in thread
From: Tyler Retzlaff @ 2024-03-20 15:36 UTC (permalink / raw)
  To: dev
  Cc: Mattias Rönnblom, Min Hu (Connor),
	Morten Brørup, Abdullah Sevincer, Ajit Khaparde,
	Akhil Goyal, Alok Prasad, Amit Bernstein, Anatoly Burakov,
	Andrew Boyer, Andrew Rybchenko, Ankur Dwivedi, Anoob Joseph,
	Ashish Gupta, Ashwin Sekhar T K, Bruce Richardson, Byron Marohn,
	Chaoyong He, Chas Williams, Chenbo Xia, Chengwen Feng,
	Conor Walsh, Cristian Dumitrescu, Dariusz Sosnowski, David Hunt,
	Devendra Singh Rawat, Ed Czeck, Evgeny Schemeilin, Fan Zhang,
	Gagandeep Singh, Guoyang Zhou, Harman Kalra, Harry van Haaren,
	Hemant Agrawal, Honnappa Nagarahalli, Hyong Youb Kim,
	Jakub Grajciar, Jerin Jacob, Jian Wang, Jiawen Wu, Jie Hai,
	Jingjing Wu, John Daley, John Miller, Joyce Kong, Junfeng Guo,
	Kai Ji, Kevin Laatz, Kiran Kumar K, Konstantin Ananyev, Lee Daly,
	Liang Ma, Liron Himi, Long Li, Maciej Czekaj, Matan Azrad,
	Matt Peters, Maxime Coquelin, Michael Shamis,
	Nagadheeraj Rottela, Nicolas Chautru, Nithin Dabilpuram, Ori Kam,
	Pablo de Lara, Pavan Nikhilesh, Peter Mccarthy, Radu Nicolau,
	Rahul Lakkireddy, Rakesh Kudurumalla, Raveendra Padasalagi,
	Reshma Pattan, Ron Beider, Ruifeng Wang, Sachin Saxena,
	Selwin Sebastian, Shai Brandes, Shepard Siegel, Shijith Thotton,
	Sivaprasad Tummala, Somnath Kotur, Srikanth Yalavarthi,
	Stephen Hemminger, Steven Webster, Suanming Mou,
	Sunil Kumar Kori, Sunil Uttarwar, Sunila Sahu, Tejasree Kondoj,
	Viacheslav Ovsiienko, Vikas Gupta, Volodymyr Fialko,
	Wajeeh Atrash, Wisam Jaddo, Xiaoyun Wang, Yipeng Wang,
	Yisen Zhuang, Yuying Zhang, Zhangfei Gao, Zhirun Yan,
	Ziyang Xuan, Tyler Retzlaff

The current location used for __rte_aligned(a) for alignment of types
and variables is not compatible with MSVC. There is only a single
location accepted by both toolchains.

After having established this as the conventional standard for lib/*
this series is intended to convert the remainder of the source tree to
use the same location for __rte_aligned(a) and alignas(a) for
consistency.

Tyler Retzlaff (83):
  examples: move alignment attribute on types
  net/ark: move alignment attribute on types
  net/avp: move alignment attribute on types
  net/axgbe: move alignment attribute on types
  net/bnxt: move alignment attribute on types
  net/bonding: move alignment attribute on types
  net/cxgbe: move alignment attribute on types
  net/e1000: move alignment attribute on types
  net/ena: move alignment attribute on types
  net/enic: move alignment attribute on types
  net/fm10k: move alignment attribute on types
  net/hinic: move alignment attribute on types
  net/hns3: move alignment attribute on types
  net/i40e: move alignment attribute on types
  net/iavf: move alignment attribute on types
  net/ice: move alignment attribute on types
  net/igc: move alignment attribute on types
  net/ionic: move alignment attribute on types
  net/ixgbe: move alignment attribute on types
  net/memif: move alignment attribute on types
  net/mlx5: move alignment attribute on types
  net/mlx4: move alignment attribute on types
  net/mvpp2: move alignment attribute on types
  net/netvsc: move alignment attribute on types
  net/nfp: move alignment attribute on types
  net/ngbe: move alignment attribute on types
  net/octeontx: move alignment attribute on types
  net/pfe: move alignment attribute on types
  net/qede: move alignment attribute on types
  net/softnic: move alignment attribute on types
  net/tap: move alignment attribute on types
  net/thunderx: move alignment attribute on types
  net/txgbe: move alignment attribute on types
  net/virtio: move alignment attribute on types
  vdpa/mlx5: move alignment attribute on types
  regex/cn9k: move alignment attribute on types
  raw/ntb: move alignment attribute on types
  ml/cnxk: move alignment attribute on types
  mempool/cnxk: move alignment attribute on types
  event/sw: move alignment attribute on types
  event/skeleton: move alignment attribute on types
  event/opdl: move alignment attribute on types
  event/octeontx: move alignment attribute on types
  event/dsw: move alignment attribute on types
  event/dlb2: move alignment attribute on types
  event/cnxk: move alignment attribute on types
  dma/skeleton: move alignment attribute on types
  dma/ioat: move alignment attribute on types
  dma/idxd: move alignment attribute on types
  crypto/uadk: move alignment attribute on types
  crypto/scheduler: move alignment attribute on types
  crypto/qat: move alignment attribute on types
  crypto/openssl: move alignment attribute on types
  crypto/octeontx: move alignment attribute on types
  crypto/null: move alignment attribute on types
  crypto/mvsam: move alignment attribute on types
  crypto/mlx5: move alignment attribute on types
  crypto/ipsec_mb: move alignment attribute on types
  crypto/cnxk: move alignment attribute on types
  crypto/ccp: move alignment attribute on types
  crypto/caam_jr: move alignment attribute on types
  crypto/bcmfs: move alignment attribute on types
  crypto/armv8: move alignment attribute on types
  compress/zlib: move alignment attribute on types
  compress/qat: move alignment attribute on types
  compress/octeontx: move alignment attribute on types
  compress/nitrox: move alignment attribute on types
  compress/isal: move alignment attribute on types
  common/qat: move alignment attribute on types
  common/mlx5: move alignment attribute on types
  common/idpf: move alignment attribute on types
  common/cpt: move alignment attribute on types
  bus/fslmc: move alignment attribute on types
  baseband/turbo_sw: move alignment attribute on types
  baseband/null: move alignment attribute on types
  app/test: move alignment attribute on types
  app/test-pipeline: move alignment attribute on types
  app/test-mldev: move alignment attribute on types
  app/test-flow-perf: move alignment attribute on types
  app/test-eventdev: move alignment attribute on types
  app/pdump: move alignment attribute on types
  app/graph: move alignment attribute on types
  bus/dpaa: move alignment attribute on types

 app/graph/ethdev_rx.h                              |  4 +-
 app/graph/ethdev_rx_priv.h                         |  4 +-
 app/pdump/main.c                                   |  4 +-
 app/test-eventdev/test_order_common.h              |  4 +-
 app/test-eventdev/test_perf_common.h               | 24 +++++-----
 app/test-eventdev/test_pipeline_common.h           | 18 ++++----
 app/test-flow-perf/actions_gen.c                   | 51 ++++++++++++----------
 app/test-flow-perf/items_gen.c                     | 22 +++++-----
 app/test-flow-perf/main.c                          |  8 ++--
 app/test-mldev/test_device_ops.h                   |  4 +-
 app/test-mldev/test_inference_common.h             |  4 +-
 app/test-mldev/test_model_ops.h                    |  4 +-
 app/test-pipeline/main.h                           |  4 +-
 app/test/test_cryptodev_aead_test_vectors.h        |  6 +--
 app/test/test_cryptodev_blockcipher.h              |  2 +-
 app/test/test_cryptodev_kasumi_test_vectors.h      |  2 +-
 app/test/test_cryptodev_mixed_test_vectors.h       |  2 +-
 .../test_cryptodev_security_docsis_test_vectors.h  |  2 +-
 app/test/test_cryptodev_snow3g_test_vectors.h      |  2 +-
 app/test/test_cryptodev_zuc_test_vectors.h         |  2 +-
 app/test/test_distributor.c                        | 12 ++---
 app/test/test_distributor_perf.c                   |  6 +--
 app/test/test_mempool_perf.c                       |  6 +--
 app/test/test_pmd_perf.c                           |  4 +-
 app/test/test_ring_stress_impl.h                   | 10 ++---
 app/test/test_rwlock.c                             |  8 ++--
 app/test/test_seqlock.c                            |  8 ++--
 app/test/test_ticketlock.c                         |  4 +-
 app/test/test_trace_perf.c                         |  8 ++--
 drivers/baseband/null/bbdev_null.c                 |  4 +-
 drivers/baseband/turbo_sw/bbdev_turbo_software.c   |  4 +-
 drivers/bus/dpaa/base/qbman/qman.c                 |  3 +-
 drivers/bus/dpaa/include/fsl_bman.h                |  4 +-
 drivers/bus/dpaa/include/fsl_qman.h                | 20 ++++-----
 drivers/bus/fslmc/portal/dpaa2_hw_pvt.h            |  4 +-
 drivers/common/cpt/cpt_common.h                    |  4 +-
 drivers/common/idpf/idpf_common_device.h           |  2 +-
 drivers/common/mlx5/linux/mlx5_glue.c              |  2 +-
 drivers/common/mlx5/linux/mlx5_nl.c                |  2 +-
 drivers/common/mlx5/mlx5_common_mr.h               |  4 +-
 drivers/common/mlx5/mlx5_common_utils.h            | 12 ++---
 drivers/common/mlx5/mlx5_prm.h                     |  4 +-
 drivers/common/qat/qat_adf/icp_qat_hw.h            |  8 ++--
 drivers/common/qat/qat_common.h                    |  4 +-
 drivers/common/qat/qat_qp.h                        |  6 +--
 drivers/compress/isal/isal_compress_pmd_private.h  |  8 ++--
 drivers/compress/nitrox/nitrox_comp_reqmgr.c       |  2 +-
 drivers/compress/octeontx/otx_zip.h                | 16 +++----
 drivers/compress/qat/qat_comp.h                    |  4 +-
 drivers/compress/zlib/zlib_pmd_private.h           | 12 ++---
 drivers/crypto/armv8/armv8_pmd_private.h           | 14 +++---
 drivers/crypto/bcmfs/bcmfs_qp.h                    |  4 +-
 drivers/crypto/bcmfs/bcmfs_sym_session.h           |  4 +-
 drivers/crypto/caam_jr/caam_jr_desc.h              |  8 ++--
 drivers/crypto/ccp/ccp_crypto.h                    |  4 +-
 drivers/crypto/ccp/ccp_dev.h                       |  8 ++--
 drivers/crypto/ccp/ccp_pmd_private.h               |  8 ++--
 drivers/crypto/cnxk/cn10k_cryptodev_sec.h          |  4 +-
 drivers/crypto/cnxk/cn10k_ipsec.h                  |  4 +-
 drivers/crypto/cnxk/cn10k_tls.h                    |  4 +-
 drivers/crypto/cnxk/cn9k_cryptodev_ops.c           |  2 +-
 drivers/crypto/cnxk/cn9k_ipsec.h                   |  8 ++--
 drivers/crypto/cnxk/cnxk_cryptodev_ops.h           |  4 +-
 drivers/crypto/cnxk/cnxk_se.h                      |  4 +-
 drivers/crypto/ipsec_mb/pmd_aesni_mb.c             |  4 +-
 drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h        | 24 +++++-----
 drivers/crypto/ipsec_mb/pmd_chacha_poly_priv.h     |  4 +-
 drivers/crypto/ipsec_mb/pmd_kasumi_priv.h          |  4 +-
 drivers/crypto/ipsec_mb/pmd_snow3g_priv.h          |  4 +-
 drivers/crypto/ipsec_mb/pmd_zuc_priv.h             |  4 +-
 drivers/crypto/mlx5/mlx5_crypto.h                  |  4 +-
 drivers/crypto/mvsam/mrvl_pmd_private.h            | 12 ++---
 drivers/crypto/mvsam/rte_mrvl_pmd.c                | 12 +++--
 drivers/crypto/null/null_crypto_pmd_private.h      |  8 ++--
 drivers/crypto/octeontx/otx_cryptodev_hw_access.h  |  4 +-
 drivers/crypto/openssl/openssl_pmd_private.h       | 12 ++---
 drivers/crypto/qat/qat_asym.h                      | 15 +++----
 drivers/crypto/qat/qat_sym.h                       |  8 ++--
 drivers/crypto/qat/qat_sym_session.h               | 10 ++---
 .../crypto/scheduler/scheduler_pkt_size_distr.c    |  4 +-
 drivers/crypto/scheduler/scheduler_pmd_private.h   |  8 ++--
 drivers/crypto/uadk/uadk_crypto_pmd_private.h      | 12 ++---
 drivers/dma/idxd/idxd_hw_defs.h                    | 38 ++++++++--------
 drivers/dma/ioat/ioat_internal.h                   |  4 +-
 drivers/dma/skeleton/skeleton_dmadev.h             |  4 +-
 drivers/event/cnxk/cn10k_eventdev.h                |  8 ++--
 drivers/event/cnxk/cnxk_eventdev.h                 | 24 +++++-----
 drivers/event/cnxk/cnxk_tim_evdev.h                |  4 +-
 drivers/event/cnxk/cnxk_tim_worker.c               |  2 +-
 drivers/event/dlb2/dlb2_priv.h                     | 16 +++----
 drivers/event/dsw/dsw_evdev.h                      | 20 ++++-----
 drivers/event/octeontx/ssovf_evdev.h               |  8 ++--
 drivers/event/octeontx/timvf_evdev.h               |  8 ++--
 drivers/event/octeontx/timvf_worker.c              |  2 +-
 drivers/event/opdl/opdl_evdev.h                    |  6 +--
 drivers/event/opdl/opdl_ring.c                     | 19 ++++----
 drivers/event/skeleton/skeleton_eventdev.h         |  8 ++--
 drivers/event/sw/event_ring.h                      |  2 +-
 drivers/event/sw/iq_chunk.h                        |  4 +-
 drivers/event/sw/sw_evdev.h                        | 18 ++++----
 drivers/mempool/cnxk/cn10k_mempool_ops.c           |  4 +-
 drivers/ml/cnxk/cnxk_ml_ops.h                      |  4 +-
 drivers/net/ark/ark_ethdev_rx.c                    |  6 +--
 drivers/net/ark/ark_ethdev_tx.c                    |  6 +--
 drivers/net/avp/avp_ethdev.c                       |  8 ++--
 drivers/net/avp/rte_avp_common.h                   |  4 +-
 drivers/net/axgbe/axgbe_rxtx.h                     |  8 ++--
 drivers/net/bnxt/bnxt_rxr.c                        |  2 +-
 drivers/net/bonding/rte_eth_bond_8023ad.h          | 28 ++++++------
 drivers/net/cxgbe/base/adapter.h                   | 14 +++---
 drivers/net/cxgbe/cxgbe_ofld.h                     |  2 +-
 drivers/net/e1000/igb_rxtx.c                       |  4 +-
 drivers/net/ena/ena_ethdev.h                       | 17 ++++----
 drivers/net/enic/enic_rxtx_common.h                |  2 +-
 drivers/net/fm10k/fm10k_rxtx.c                     |  5 +--
 drivers/net/hinic/hinic_pmd_rx.h                   |  8 ++--
 drivers/net/hns3/hns3_ethdev.h                     |  4 +-
 drivers/net/hns3/hns3_fdir.c                       |  4 +-
 drivers/net/hns3/hns3_rxtx.h                       |  4 +-
 drivers/net/i40e/i40e_ethdev.h                     |  4 +-
 drivers/net/i40e/i40e_rxtx.h                       |  2 +-
 drivers/net/iavf/iavf.h                            |  2 +-
 drivers/net/iavf/iavf_rxtx.c                       |  3 +-
 drivers/net/ice/ice_ethdev.h                       |  2 +-
 drivers/net/ice/ice_rxtx.c                         |  3 +-
 drivers/net/igc/igc_txrx.c                         |  4 +-
 drivers/net/ionic/ionic_lif.h                      |  2 +-
 drivers/net/ionic/ionic_rxtx.c                     |  6 +--
 drivers/net/ixgbe/ixgbe_ipsec.h                    |  4 +-
 drivers/net/ixgbe/ixgbe_rxtx.c                     | 10 ++---
 drivers/net/memif/memif.h                          |  2 +-
 drivers/net/mlx4/mlx4_rxtx.c                       |  2 +-
 drivers/net/mlx5/hws/mlx5dr_send.h                 |  4 +-
 drivers/net/mlx5/mlx5.h                            |  6 +--
 drivers/net/mlx5/mlx5_flow.h                       |  4 +-
 drivers/net/mlx5/mlx5_hws_cnt.h                    | 14 +++---
 drivers/net/mlx5/mlx5_rx.h                         |  4 +-
 drivers/net/mlx5/mlx5_rxtx.c                       |  6 +--
 drivers/net/mlx5/mlx5_tx.h                         | 10 ++---
 drivers/net/mlx5/mlx5_utils.h                      |  2 +-
 drivers/net/mvpp2/mrvl_ethdev.h                    |  4 +-
 drivers/net/netvsc/hn_var.h                        |  4 +-
 drivers/net/nfp/flower/nfp_flower_flow.c           |  4 +-
 drivers/net/nfp/nfp_ipsec.h                        |  4 +-
 drivers/net/nfp/nfp_rxtx.h                         |  8 ++--
 drivers/net/ngbe/ngbe_ptypes.c                     |  2 +-
 drivers/net/ngbe/ngbe_rxtx.c                       |  2 +-
 drivers/net/octeontx/octeontx_ethdev.c             |  4 +-
 drivers/net/octeontx/octeontx_ethdev.h             | 12 ++---
 drivers/net/octeontx/octeontx_rxtx.h               |  2 +-
 drivers/net/pfe/base/pfe.h                         |  4 +-
 drivers/net/qede/qede_rxtx.c                       | 14 +++---
 drivers/net/softnic/rte_eth_softnic_internals.h    |  4 +-
 drivers/net/tap/tap_bpf.h                          |  4 +-
 drivers/net/thunderx/nicvf_rxtx.c                  |  8 ++--
 drivers/net/thunderx/nicvf_struct.h                | 16 +++----
 drivers/net/txgbe/txgbe_ipsec.h                    |  4 +-
 drivers/net/txgbe/txgbe_ptypes.c                   | 10 ++---
 drivers/net/txgbe/txgbe_rxtx.c                     |  2 +-
 drivers/net/virtio/virtqueue.h                     |  4 +-
 drivers/raw/ntb/ntb.h                              |  6 +--
 drivers/regex/cn9k/cn9k_regexdev.h                 |  4 +-
 drivers/vdpa/mlx5/mlx5_vdpa.h                      |  4 +-
 examples/bbdev_app/main.c                          |  8 ++--
 examples/bond/main.c                               |  2 +-
 examples/distributor/main.c                        | 32 +++++++-------
 examples/eventdev_pipeline/pipeline_common.h       |  8 ++--
 examples/ip_fragmentation/main.c                   |  4 +-
 examples/ip_pipeline/thread.c                      |  4 +-
 examples/ip_reassembly/main.c                      |  4 +-
 examples/ipsec-secgw/ipsec-secgw.c                 |  4 +-
 examples/ipsec-secgw/ipsec-secgw.h                 |  8 ++--
 examples/ipsec-secgw/ipsec.h                       | 22 +++++-----
 examples/ipsec-secgw/ipsec_worker.h                |  4 +-
 examples/ipv4_multicast/main.c                     |  4 +-
 examples/l2fwd-crypto/main.c                       | 12 ++---
 examples/l2fwd-event/l2fwd_common.h                |  8 ++--
 examples/l2fwd-event/l2fwd_poll.h                  |  4 +-
 examples/l2fwd-jobstats/main.c                     |  8 ++--
 examples/l2fwd-keepalive/main.c                    |  8 ++--
 examples/l2fwd-macsec/main.c                       | 12 ++---
 examples/l2fwd/main.c                              | 12 ++---
 examples/l3fwd-graph/main.c                        |  8 ++--
 examples/l3fwd-power/main.c                        | 24 +++++-----
 examples/l3fwd-power/main.h                        |  4 +-
 examples/l3fwd-power/perf_core.c                   |  4 +-
 examples/l3fwd/l3fwd.h                             |  8 ++--
 examples/l3fwd/l3fwd_em.c                          |  4 +-
 examples/l3fwd/main.c                              |  4 +-
 examples/link_status_interrupt/main.c              |  8 ++--
 .../multi_process/client_server_mp/shared/common.h |  8 ++--
 examples/multi_process/symmetric_mp/main.c         |  4 +-
 examples/ntb/ntb_fwd.c                             |  4 +-
 examples/packet_ordering/main.c                    | 16 +++----
 examples/pipeline/thread.c                         |  4 +-
 examples/qos_sched/app_thread.c                    |  2 +-
 examples/qos_sched/main.h                          |  4 +-
 examples/server_node_efd/shared/common.h           | 12 ++---
 examples/vhost/main.h                              |  4 +-
 examples/vhost_blk/vhost_blk.h                     |  4 +-
 examples/vhost_crypto/main.c                       |  4 +-
 examples/vm_power_manager/power_manager.c          |  4 +-
 202 files changed, 726 insertions(+), 732 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2024-05-02 18:34 UTC | newest]

Thread overview: 181+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 15:36 [PATCH 00/83] move alignment attribute on types Tyler Retzlaff
2024-03-20 15:36 ` [PATCH 01/83] examples: " Tyler Retzlaff
2024-04-06 14:55   ` Morten Brørup
2024-04-08 15:44     ` Tyler Retzlaff
2024-04-10 15:29     ` Akhil Goyal
2024-03-20 15:36 ` [PATCH 02/83] net/ark: " Tyler Retzlaff
2024-03-20 15:36 ` [PATCH 03/83] net/avp: " Tyler Retzlaff
2024-03-20 15:36 ` [PATCH 04/83] net/axgbe: " Tyler Retzlaff
2024-03-20 15:36 ` [PATCH 05/83] net/bnxt: " Tyler Retzlaff
2024-03-20 15:36 ` [PATCH 06/83] net/bonding: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 07/83] net/cxgbe: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 08/83] net/e1000: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 09/83] net/ena: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 10/83] net/enic: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 11/83] net/fm10k: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 12/83] net/hinic: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 13/83] net/hns3: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 14/83] net/i40e: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 15/83] net/iavf: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 16/83] net/ice: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 17/83] net/igc: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 18/83] net/ionic: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 19/83] net/ixgbe: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 20/83] net/memif: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 21/83] net/mlx5: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 22/83] net/mlx4: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 23/83] net/mvpp2: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 24/83] net/netvsc: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 25/83] net/nfp: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 26/83] net/ngbe: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 27/83] net/octeontx: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 28/83] net/pfe: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 29/83] net/qede: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 30/83] net/softnic: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 31/83] net/tap: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 32/83] net/thunderx: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 33/83] net/txgbe: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 34/83] net/virtio: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 35/83] vdpa/mlx5: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 36/83] regex/cn9k: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 37/83] raw/ntb: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 38/83] ml/cnxk: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 39/83] mempool/cnxk: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 40/83] event/sw: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 41/83] event/skeleton: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 42/83] event/opdl: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 43/83] event/octeontx: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 44/83] event/dsw: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 45/83] event/dlb2: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 46/83] event/cnxk: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 47/83] dma/skeleton: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 48/83] dma/ioat: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 49/83] dma/idxd: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 50/83] crypto/uadk: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 51/83] crypto/scheduler: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 52/83] crypto/qat: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 53/83] crypto/openssl: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 54/83] crypto/octeontx: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 55/83] crypto/null: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 56/83] crypto/mvsam: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 57/83] crypto/mlx5: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 58/83] crypto/ipsec_mb: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 59/83] crypto/cnxk: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 60/83] crypto/ccp: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 61/83] crypto/caam_jr: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 62/83] crypto/bcmfs: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 63/83] crypto/armv8: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 64/83] compress/zlib: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 65/83] compress/qat: " Tyler Retzlaff
2024-03-20 15:37 ` [PATCH 66/83] compress/octeontx: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 67/83] compress/nitrox: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 68/83] compress/isal: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 69/83] common/qat: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 70/83] common/mlx5: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 71/83] common/idpf: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 72/83] common/cpt: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 73/83] bus/fslmc: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 74/83] baseband/turbo_sw: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 75/83] baseband/null: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 76/83] app/test: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 77/83] app/test-pipeline: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 78/83] app/test-mldev: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 79/83] app/test-flow-perf: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 80/83] app/test-eventdev: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 81/83] app/pdump: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 82/83] app/graph: " Tyler Retzlaff
2024-03-20 15:38 ` [PATCH 83/83] bus/dpaa: " Tyler Retzlaff
2024-03-20 15:50 ` [PATCH 00/83] " Bruce Richardson
2024-03-20 16:00   ` David Marchand
2024-03-20 17:40   ` Morten Brørup
2024-03-20 17:41 ` David Marchand
2024-03-20 19:12   ` Tyler Retzlaff
2024-04-02 17:56 ` Tyler Retzlaff
2024-04-15 20:03 ` [PATCH v2 " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 01/83] examples: " Tyler Retzlaff
2024-04-17  6:21     ` [EXTERNAL] " Akhil Goyal
2024-04-15 20:03   ` [PATCH v2 02/83] net/ark: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 03/83] net/avp: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 04/83] net/axgbe: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 05/83] net/bnxt: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 06/83] net/bonding: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 07/83] net/cxgbe: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 08/83] net/e1000: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 09/83] net/ena: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 10/83] net/enic: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 11/83] net/fm10k: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 12/83] net/hinic: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 13/83] net/hns3: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 14/83] net/i40e: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 15/83] net/iavf: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 16/83] net/ice: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 17/83] net/igc: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 18/83] net/ionic: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 19/83] net/ixgbe: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 20/83] net/memif: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 21/83] net/mlx5: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 22/83] net/mlx4: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 23/83] net/mvpp2: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 24/83] net/netvsc: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 25/83] net/nfp: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 26/83] net/ngbe: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 27/83] net/octeontx: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 28/83] net/pfe: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 29/83] net/qede: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 30/83] net/softnic: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 31/83] net/tap: " Tyler Retzlaff
2024-05-02 18:33     ` Stephen Hemminger
2024-04-15 20:03   ` [PATCH v2 32/83] net/thunderx: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 33/83] net/txgbe: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 34/83] net/virtio: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 35/83] vdpa/mlx5: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 36/83] regex/cn9k: " Tyler Retzlaff
2024-04-15 20:03   ` [PATCH v2 37/83] raw/ntb: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 38/83] ml/cnxk: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 39/83] mempool/cnxk: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 40/83] event/sw: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 41/83] event/skeleton: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 42/83] event/opdl: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 43/83] event/octeontx: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 44/83] event/dsw: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 45/83] event/dlb2: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 46/83] event/cnxk: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 47/83] dma/skeleton: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 48/83] dma/ioat: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 49/83] dma/idxd: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 50/83] crypto/uadk: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 51/83] crypto/scheduler: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 52/83] crypto/qat: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 53/83] crypto/openssl: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 54/83] crypto/octeontx: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 55/83] crypto/null: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 56/83] crypto/mvsam: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 57/83] crypto/mlx5: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 58/83] crypto/ipsec_mb: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 59/83] crypto/cnxk: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 60/83] crypto/ccp: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 61/83] crypto/caam_jr: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 62/83] crypto/bcmfs: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 63/83] crypto/armv8: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 64/83] compress/zlib: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 65/83] compress/qat: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 66/83] compress/octeontx: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 67/83] compress/nitrox: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 68/83] compress/isal: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 69/83] common/qat: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 70/83] common/mlx5: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 71/83] common/idpf: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 72/83] common/cpt: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 73/83] bus/fslmc: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 74/83] baseband/turbo_sw: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 75/83] baseband/null: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 76/83] app/test: " Tyler Retzlaff
2024-04-17  6:18     ` [EXTERNAL] " Akhil Goyal
2024-04-15 20:04   ` [PATCH v2 77/83] app/test-pipeline: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 78/83] app/test-mldev: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 79/83] app/test-flow-perf: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 80/83] app/test-eventdev: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 81/83] app/pdump: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 82/83] app/graph: " Tyler Retzlaff
2024-04-15 20:04   ` [PATCH v2 83/83] bus/dpaa: " Tyler Retzlaff
2024-04-19 15:05   ` [PATCH v2 00/83] " David Marchand

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