Hi Bruce,
Please help to merge code into our linux-yocto repo.
repo:
linux-yocto
branch:
v5.15/standard/cn-sdkv5.15/octeon
v5.15/standard/preempt-rt/cn-sdkv5.15/octeon
Thanks,
Ruiqiang
The following changes since commit 93e1a44de8eb10eeb4f96e33d36fc4b6207fc003:
Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon
(2023-10-27 16:03:24 -0400)
are available in the Git repository at:
[email protected]:cythe/linux.git linux-yocto/v5.15/standard/cn-sdkv5.15/octeon
for you to fetch changes up to 8798fabd8400c44478fd57140f59767091182889:
octeontx2-af: Added missed code while back porting. (2023-11-13 15:23:32
+0800)
----------------------------------------------------------------
Amit Prakash Shukla (1):
octeontx2-dpi: configure dma engine FIFO
Amit Singh Tomar (1):
arm_mpam: make an explicit of_node_get call
Anagha K J (1):
net: mvpp2: fix mvpp2 IRQ affinity issue
Geetha sowjanya (3):
octeontx2-pf: Fix dangling pointers in the netdev qset
octeontx2-pf: Add more debug messages
octeontx2-af: Move mutex lock to specific function
George Cherian (2):
drivers: watchdog: marvell_gti: Program the max_hw_heartbeat_ms
genirq: Increase the number of interrupters
Gowthami (1):
perf/marvell: Apply TAD pmu errata to cn10k silicons
Hariprasad Kelam (5):
octeontx2-af: CN10KB: fix PFC configuration
octeontx2-pf: Tc flower offload support for MPLS
octeontx2-pf: ethtool: Remove dependency of phyad
octeontx-pf: Update SGMII mode mapping
octeontx2-pf: ethtool: support multi advertise mode
Harman Kalra (1):
octeontx2: fix race condition between up and down mbox
Jayanthi Annadurai (1):
edac: octeontx: Add error syndrome
Jenishkumar Patel (3):
net: mvpp2: code changes to support MUSDK for cn9130crb-r1p3
net: mvpp2: resolved ioctl issue when initialising mvpp2 driver
net: mvpp2: resolved Segmentation fault when running DPDK
Linu Cherian (1):
coresight: etm4x: Rework OcteonTx2 quirk
Michael Lawnick (1):
drivers: octeontx2: memtest: Retry on failing SPI lock
Naveen Mamindlapalli (2):
octeontx2-bphy-netdev: Clear MBT full condition in ndo_open callback
octeontx2-bphy-netdev: Fix PTP PHC sw timecounter reset ioctl
Pavan Nikhilesh (4):
octeontx2-af: add mbox to capture counters
octeontx2-dpi: fix incorrect chunk size config
octeontx2-af: prevent TIM register read reorder
octeontx2-af: account for cycle wraparound
Piyush Malgujar (3):
soc: marvell: otx2: Add CN10 check
driver: mmc: sdhci: Add ACPI check
driver: mmc: sdhci-cadence: ACPI support added for eMMC driver for CN10K
Ratheesh Kannoth (13):
octeontx2-pf: Set maximum queue size to 16K
octeontx2-af: Add debug logs.
net: flow_dissector: Use 64bits for used_keys
net: flow_dissector: Add IPSEC dissector
tc: flower: support for SPI
tc: flower: Enable offload support for SPI field.
octeontx2-pf: TC flower offload for SPI field
octeontx2-af: Harden offlod rule validation
octeontx2-pf: fix page_pool creation fail for rings > 32k
octeontx2-pf: Fix page pool cache index corruption.
octeontx2-af: Fix devlink unregister
octeontx2-pf: Fix page pool frag allocation failure.
octeontx2-af: Added missed code while back porting.
Sai Krishna (3):
octeontx2-af: Move validation of ptp pointer before its usage
Revert "octeontx2-pf: Use HW PTP timestamp atomic update to avoid SW
timecounter."
octeontx2-pf: Use PTP HW timestamp counter atomic update feature
Satha Rao (1):
octeontx2-dpi: extend sysfs to dump DPI PF registers
Simon Horman (1):
octeontx2-af: update type of prof fields in nix_aw_enq_req
Srujana Challa (4):
crypto: octeontx2: add timeout for load_fvc completion poll
octeontx2-af: reduce cpt flt interrupt vectors for cn10kb
crypto: octeontx2: increase timeout value of load_fvc CPT instruction poll
crypto: octeontx2: increase timeout value of load_fvc CPT instruction poll
Subbaraya Sundeep (3):
octeontx2-pf: mcs: Generate hash key using ecb(aes)
octeontx2: Improve mailbox tracepoints for debugging
octeontx2-af: Consider the action set by PF
Suman Ghosh (4):
octeontx2-pf: Fix check to identify if a ntuple rule has VF action
octeontx2-pf: Fix updating PFC configuration during running traffic
octeontx2-pf: Fix graceful exit during PFC configuration failure
octeontx2-af: Added missing debug prints
Suneel Garapati (6):
drivers: i2c-octeon-core: Add recovery for WDOG_TOUT error status
drivers: cadence-xspi: Optimize workaround logic
drivers: spi-cadence-xspi: Fix clock divisor change logic
drivers: pci: probe: Read after write fixup for PBUS register
drivers: soc: mrvl_swup: Fix out of order smc call in get_version
drivers: spi: cadence-xspi: Export chip select gpio conditionally
Vidya Sagar Velumuri (1):
octeontx2-af: enable rxc with lookaside cpt lf
Witold Sadowski (1):
spi: cadence: Improve MRVL locking mechanism
.../crypto/marvell/octeontx2/otx2_cptpf_ucode.c | 13 +-
drivers/edac/octeontx_edac.c | 2 +-
drivers/edac/octeontx_edac.h | 1 +
drivers/firmware/octeontx2/memtest.c | 64 ++++-
drivers/hwtracing/coresight/coresight-etm4x-core.c | 16 +-
drivers/i2c/busses/i2c-octeon-core.c | 2 +-
drivers/mmc/host/sdhci-cadence.c | 151 +++++++---
drivers/mmc/host/sdhci-pltfm.c | 14 +-
drivers/net/dsa/sja1105/sja1105_flower.c | 8 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c | 6 +-
.../net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c | 18 +-
.../ethernet/freescale/dpaa2/dpaa2-switch-flower.c | 22 +-
drivers/net/ethernet/freescale/enetc/enetc_qos.c | 6 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 16 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 18 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 18 +-
drivers/net/ethernet/intel/igb/igb_main.c | 8 +-
drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 9 +
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 304 ++++++++++++++++++++-
drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 40 +--
drivers/net/ethernet/marvell/octeontx2/af/cgx.h | 1 +
.../net/ethernet/marvell/octeontx2/af/cgx_fw_if.h | 2 +
drivers/net/ethernet/marvell/octeontx2/af/mbox.c | 14 +-
drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 49 +++-
drivers/net/ethernet/marvell/octeontx2/af/npc.h | 9 +
drivers/net/ethernet/marvell/octeontx2/af/ptp.c | 56 ++--
drivers/net/ethernet/marvell/octeontx2/af/ptp.h | 1 +
drivers/net/ethernet/marvell/octeontx2/af/rpm.c | 17 +-
drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 4 +-
drivers/net/ethernet/marvell/octeontx2/af/rvu.h | 32 ++-
.../net/ethernet/marvell/octeontx2/af/rvu_cgx.c | 11 +-
.../net/ethernet/marvell/octeontx2/af/rvu_cn10k.c | 21 +-
.../net/ethernet/marvell/octeontx2/af/rvu_cpt.c | 76 +++++-
.../ethernet/marvell/octeontx2/af/rvu_debugfs.c | 56 ++++
.../ethernet/marvell/octeontx2/af/rvu_devlink.c | 72 ++---
.../net/ethernet/marvell/octeontx2/af/rvu_fixes.c | 31 +++
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 9 +-
.../net/ethernet/marvell/octeontx2/af/rvu_npc.c | 4 +
.../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c | 90 +++++-
.../net/ethernet/marvell/octeontx2/af/rvu_reg.h | 2 +
.../net/ethernet/marvell/octeontx2/af/rvu_struct.h | 5 +-
.../net/ethernet/marvell/octeontx2/af/rvu_tim.c | 55 +++-
.../net/ethernet/marvell/octeontx2/af/rvu_trace.c | 1 +
.../net/ethernet/marvell/octeontx2/af/rvu_trace.h | 51 +++-
.../ethernet/marvell/octeontx2/bphy/cnf10k_rfoe.c | 20 +-
.../marvell/octeontx2/bphy/otx2_rfoe_ptp.c | 22 +-
drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c | 6 +-
drivers/net/ethernet/marvell/octeontx2/nic/cn10k.h | 2 +-
.../ethernet/marvell/octeontx2/nic/cn10k_macsec.c | 137 +++++++---
.../ethernet/marvell/octeontx2/nic/otx2_common.c | 49 +---
.../ethernet/marvell/octeontx2/nic/otx2_common.h | 7 +-
.../ethernet/marvell/octeontx2/nic/otx2_dcbnl.c | 67 +++--
.../ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 94 +++----
.../ethernet/marvell/octeontx2/nic/otx2_flows.c | 10 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 74 +++--
.../net/ethernet/marvell/octeontx2/nic/otx2_ptp.c | 18 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_tc.c | 101 ++++++-
.../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 30 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_txrx.h | 6 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 2 +-
.../ethernet/marvell/prestera/prestera_flower.c | 18 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 44 +--
.../net/ethernet/mellanox/mlxsw/spectrum_flower.c | 20 +-
drivers/net/ethernet/mscc/ocelot_flower.c | 28 +-
.../net/ethernet/netronome/nfp/flower/conntrack.c | 8 +-
.../net/ethernet/netronome/nfp/flower/offload.c | 64 ++---
drivers/net/ethernet/qlogic/qede/qede_filter.c | 12 +-
.../net/ethernet/stmicro/stmmac/stmmac_selftests.c | 6 +-
drivers/pci/probe.c | 5 +-
drivers/perf/marvell_cn10k_tad_pmu.c | 13 +-
drivers/platform/mpam/mpam_devices.c | 2 +-
drivers/soc/marvell/cn10ka-swup/mrvl_swup.c | 8 +-
drivers/soc/marvell/octeontx2-dpi/dpi.c | 65 ++++-
drivers/soc/marvell/octeontx2-dpi/dpi.h | 68 ++++-
.../soc/marvell/octeontx2-ghes/otx2-ghes-init.c | 5 +
drivers/spi/Kconfig | 61 ++---
drivers/spi/spi-cadence-xspi.c | 179 ++++--------
drivers/watchdog/marvell_gti_wdt.c | 1 +
include/net/flow_dissector.h | 13 +-
include/net/flow_offload.h | 6 +
include/uapi/linux/pkt_cls.h | 14 +
kernel/irq/internals.h | 2 +-
net/core/flow_dissector.c | 55 +++-
net/core/flow_offload.c | 7 +
net/ethtool/ioctl.c | 18 +-
net/netfilter/nf_flow_table_offload.c | 20 +-
net/netfilter/nf_tables_offload.c | 12 +-
net/netfilter/nft_cmp.c | 2 +-
net/sched/cls_flower.c | 35 +++
89 files changed, 2000 insertions(+), 841 deletions(-)
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13285):
https://lists.yoctoproject.org/g/linux-yocto/message/13285
Mute This Topic: https://lists.yoctoproject.org/mt/102576703/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-