On Tue, Nov 26, 2019 at 5:51 AM Kevin Hao <haoke...@gmail.com> wrote:
>
> Hi Bruce,
>
> Here is another patch series for the Marvell cn96xx SoC support. The main
> changes are two CPU erratas and misc Ethernet bug fix. Please help me merge
> these to the following two branches:
>   v5.2/standard/cn96xx
>   v5.2/standard/preempt-rt/cn96xx
>
> The following changes since commit d09d842d90ee891def1e0599bd287f9079b714a6:
>
>   Merge branch 'v5.2/standard/base' into v5.2/standard/cn96xx (2019-11-17 
> 22:12:02 -0500)
>
> are available in the Git repository at:
>
>   git://github.com/haokexin/linux v5.2/standard/cn96xx

for some reason this email didn't get the normal tags applied to it ..
so I almost missed it during my merge activities today.

But I did find it in time :D

Thanks for the changes, they look good to me and are now merged.

Bruce

>
> for you to fetch changes up to 2dbea6690bb772b7896071d61c965f81ffbe1445:
>
>   net: octeontx2-pf: Don't set the parse mode for LBKs (2019-11-26 18:04:24 
> +0800)
>
> ----------------------------------------------------------------
> Andrew Pinski (3):
>       arm64: Add MIDR encoding for some Marvell OcteonTX 2.
>       arm64: Add workaround for Cavium erratum 36890
>       arm64: Add workaround for Marvell erratum 37119
>
> Bharat Bhushan (3):
>       dt-bindings: perf: arm-smmuv3-pmu: Add documentation for arm-smmuv3 pmu
>       perf/smmuv3: Add device tree support
>       perf/smmuv3: Fix programming event type with global
>
> Felix Manlunas (3):
>       octeontx2-pf: Fix wrong info in ethtool's list of supported link modes
>       octeontx2-af: Increase mbox response timeout to 2 seconds
>       octeontx2-pf: Add LIO3 link modes to ethtool's list of supported modes
>
> Geetha sowjanya (4):
>       octeontx: Reduce mbox wait response time.
>       octeontx2-af: Reduce mbox wait response time.
>       octeontx2-pf: Fix clearing SQ/CQ queue interrupt
>       octeontx2-pf: Drop packets size more than configured FRS
>
> Hao Zheng (1):
>       octeontx2-af: kpu profile add support for HIGIG2 protocol
>
> Harman Kalra (1):
>       octeontx2-pf: notify VF about ptp event
>
> Kevin Hao (1):
>       net: octeontx2-pf: Don't set the parse mode for LBKs
>
> Kiran Kumar K (1):
>       octeontx2-af: add default ldata ext for higig2
>
> Rakesh Babu (1):
>       octeontx2-af: Get MSIXTR_BASE from fw_data
>
> Subbaraya Sundeep (1):
>       octeontx2-pf: Use BLKTYPE in register macros
>
> Subrahmanyam Nilla (1):
>       octeontx2-af: Add SDP interface support.
>
> Sunil Goutham (11):
>       octeontx2-pf: NAPI handler cleanup
>       octeontx2-pf: Fix CQE cleanup done while teardown
>       octeontx2-pf: Use napi_get_frags instead of build_skb
>       octeontx2-pf: Use napi_complete_done instead of napi_complete
>       octeontx2-pf: Alloc only used MSIX vectors
>       octeontx2-pf: Aggregate multiple boolean fields into common flags
>       octeontx2-pf: Cleanup otx2_nic and hw structs
>       octeontx2-pf: Optimize populating SQE_HDR
>       octeontx2-pf: Advertise lockless transmit capability
>       octeontx2-pf: Use 2048 byte receive buffers
>       octeontx2-pf: Allow setting VF mac and vlan only when PF is UP
>
> hariprasad (5):
>       octeontx2-af : handle rvu pfvf mac address
>       octeontx2-pf: Simplify ndo vf mac and vlan
>       octeontx2-af: dont force enable default unicast entry
>       octeontx2-af: Support for parsing pkts with switch headers
>       octeontx2-pf: Support to enable EDSA/Higig2 pkts parsing
>
>  Documentation/devicetree/bindings/perf/arm_smmuv3_pmu.txt  |  34 +++++
>  arch/arm64/Kconfig                                         |  25 ++++
>  arch/arm64/include/asm/cpucaps.h                           |   4 +-
>  arch/arm64/include/asm/cputype.h                           |   5 +
>  arch/arm64/kernel/cpu_errata.c                             |  58 +++++++++
>  arch/arm64/kernel/entry.S                                  |   3 +
>  drivers/net/ethernet/cavium/thunder/nicvf_main.c           |   9 +-
>  drivers/net/ethernet/marvell/octeontx2/af/Makefile         |   2 +-
>  drivers/net/ethernet/marvell/octeontx2/af/common.h         |   3 +
>  drivers/net/ethernet/marvell/octeontx2/af/mbox.c           |  18 ++-
>  drivers/net/ethernet/marvell/octeontx2/af/mbox.h           |  19 ++-
>  drivers/net/ethernet/marvell/octeontx2/af/npc.h            |   9 ++
>  drivers/net/ethernet/marvell/octeontx2/af/npc_profile.h    | 630 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
>  drivers/net/ethernet/marvell/octeontx2/af/rvu.c            |  23 +++-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu.h            |  15 ++-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c        |   2 +-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c        |  29 ++++-
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c        |  91 
> ++++++++++++--
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c     |  36 ++++--
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c        |  51 ++++++++
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_validation.c |  22 +++-
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c   |  62 +++++----
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h   | 179 
> ++++++++++++++++----------
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c  | 314 
> ++++++++++++++++++++++++++++++++-------------
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c    |  39 +++---
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c       | 244 
> ++++++++++++++++++++++++-----------
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c      |  11 --
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_reg.h      |   9 +-
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c     | 467 
> ++++++++++++++++++++++++++++++++++++-------------------------------
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.h     |  26 ++--
>  drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c       |  51 ++++++--
>  drivers/perf/Kconfig                                       |   2 +-
>  drivers/perf/arm_smmuv3_pmu.c                              |  15 ++-
>  33 files changed, 1907 insertions(+), 600 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/perf/arm_smmuv3_pmu.txt
>  create mode 100644 drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c
>
> Thanks,
> Kevin
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8117): 
https://lists.yoctoproject.org/g/linux-yocto/message/8117
Mute This Topic: https://lists.yoctoproject.org/mt/61957132/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to