Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1596198

[PATCHv3 0/6] x86/platform/uv/BAU: UV4 message completion and initialization updates

From Andrew Banman <abanman@hpe.com>
Newsgroups linux.kernel
Subject [PATCHv3 0/6] x86/platform/uv/BAU: UV4 message completion and initialization updates
Date 2017-03-09 17:50 +0100
Message-ID <tj9qh-7Ol-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The following patch series adds the necessary functionality to make the BAU
on UV4 operational. The purpose of these patches is to implement the correct
message completion logic on UV4. Also included is a bug fix to add a field
to the INTD payload. This is needed to verify the source of each message.

As of this patch set, the BAU operates without errors and performance tests
show TLB shootdowns take up to 42% less time with the BAU enabled.

The series was built and tested on the latest -tip kernel. This version
differs from v2 only in some corrected typos and in fixing the context
of some patches to resolve build conflicts.

The patches are summarized as follows:

(1) Populate a message payload field to verify messages at the destination.
    Without this verification, the destination agent triggers a HUB error,
    resulting in an NMI.

    [PATCH 1/6] x86/platform/uv/BAU: Add uv_bau_version enumerated
    [PATCH 2/6] x86/platform/uv/BAU: Add payload descriptor qualifier

    This bug fix is included at the start of the series to avoid conflicts
    in a code path shared by the rest of the series.

(2) Make the wait_completion routine part of the bau_operations interface,
    and add a uv4_wait_completion routine to employ new completion logic.

    The message completion logic for previous generations relies on software-
    defined timeouts that are not implemented on UV4. Without these patches,
    the BAU driver on UV4 erroneously identifies a UV2-WAR timeout during
    normal operation.

    [PATCH 3/6] x86/platform/uv/BAU: Cleanup bau_operations declaration
    [PATCH 4/6] x86/platform/uv/BAU: Add status mmr location fields to
    [PATCH 5/6] x86/platform/uv/BAU: Add wait_completion to
    [PATCH 6/6] x86/platform/uv/BAU: Implement uv4_wait_completion with


Please see the commit messages for details on the motivation and content of
each patch.

Thank you,

Andrew Banman
HPE, Linux Kernel Engineer
<abanman@hpe.com>

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCHv3 0/6] x86/platform/uv/BAU: UV4 message completion and initialization updates Andrew Banman <abanman@hpe.com> - 2017-03-09 17:50 +0100
  [PATCH 3/6] x86/platform/uv/BAU: Cleanup bau_operations declaration and instances Andrew Banman <abanman@hpe.com> - 2017-03-09 17:50 +0100
    [tip:x86/platform] x86/platform/uv/BAU: Cleanup bau_operations  declaration and instances tip-bot for Andrew Banman <tipbot@zytor.com> - 2017-03-13 14:50 +0100
  [PATCH 1/6] x86/platform/uv/BAU: Add uv_bau_version enumerated constants Andrew Banman <abanman@hpe.com> - 2017-03-09 17:50 +0100
    [tip:x86/platform] x86/platform/uv/BAU: Add uv_bau_version  enumerated constants tip-bot for Andrew Banman <tipbot@zytor.com> - 2017-03-13 14:50 +0100
  [PATCH 4/6] x86/platform/uv/BAU: Add status mmr location fields to bau_control Andrew Banman <abanman@hpe.com> - 2017-03-09 17:50 +0100
    [tip:x86/platform] x86/platform/uv/BAU: Add status mmr location  fields to bau_control tip-bot for Andrew Banman <tipbot@zytor.com> - 2017-03-13 14:50 +0100

csiph-web