From: <Kelvin.Cao@microchip.com>
To: <linux-ntb@googlegroups.com>, <kurt.schwemmer@microsemi.com>,
<dave.jiang@intel.com>, <allenbh@gmail.com>,
<linux-kernel@vger.kernel.org>, <logang@deltatee.com>,
<linux-pci@vger.kernel.org>, <jdmason@kudzu.us>
Cc: <kelvincao@outlook.com>, <jmpallotta@gmail.com>
Subject: Re: [PATCH 0/6] Switchtec NTB Fixes and Improvements
Date: Tue, 4 Jan 2022 21:28:30 +0000 [thread overview]
Message-ID: <41ea955218bb9fa42e59e106b7ee4e2c9c69cb3d.camel@microchip.com> (raw)
In-Reply-To: <91ece4bb-5ab3-4ec9-acb0-0b054d4ec435@deltatee.com>
On Tue, 2022-01-04 at 09:55 -0700, Logan Gunthorpe wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> On 2021-12-23 6:23 p.m., Kelvin Cao wrote:
> > Hi,
> >
> > Please find a bunch of patches for the Switchtec NTB driver.
> >
> > Patche 1, 2 and 6 fix three minor bugs. Patch 3 works around a
> > minor
> > firmware issue. Patch 4 updates the method of getting management
> > VEP
> > instance ID based on a new firmware change. Patch 5 removes code
> > that
> > disables ID protection to avoid conflict with static Switchtec
> > config
> > settings.
> >
> > This patchset is based on 5.16.0-rc5.
> >
> > Thanks,
> > Kelvin
> >
> > Jeremy Pallotta (2):
> > ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all
> > ntb_hw_switchtec: AND with the part_map for a valid tpart_vec
> >
> > Kelvin Cao (3):
> > ntb_hw_switchtec: Update the way of getting VEP instance ID
> > ntb_hw_switchtec: Remove code for disabling ID protection
> > ntb_hw_switchtec: Fix a minor issue in config_req_id_table()
> >
> > Wesley Sheng (1):
> > ntb_hw_switchtec: Fix bug with more than 32 partitions
>
> I've reviewed all these patches and they look good to me.
>
> Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
>
Thanks Logan!
Kelvin
> Thanks,
>
> Logan
WARNING: multiple messages have this Message-ID (diff)
From: <Kelvin.Cao@microchip.com>
To: linux-ntb@googlegroups.com, kurt.schwemmer@microsemi.com,
dave.jiang@intel.com, allenbh@gmail.com,
linux-kernel@vger.kernel.org, logang@deltatee.com,
linux-pci@vger.kernel.org, jdmason@kudzu.us
Cc: kelvincao@outlook.com, jmpallotta@gmail.com
Subject: Re: [PATCH 0/6] Switchtec NTB Fixes and Improvements
Date: Tue, 4 Jan 2022 21:28:30 +0000 [thread overview]
Message-ID: <41ea955218bb9fa42e59e106b7ee4e2c9c69cb3d.camel@microchip.com> (raw)
In-Reply-To: <91ece4bb-5ab3-4ec9-acb0-0b054d4ec435@deltatee.com>
On Tue, 2022-01-04 at 09:55 -0700, Logan Gunthorpe wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> On 2021-12-23 6:23 p.m., Kelvin Cao wrote:
> > Hi,
> >
> > Please find a bunch of patches for the Switchtec NTB driver.
> >
> > Patche 1, 2 and 6 fix three minor bugs. Patch 3 works around a
> > minor
> > firmware issue. Patch 4 updates the method of getting management
> > VEP
> > instance ID based on a new firmware change. Patch 5 removes code
> > that
> > disables ID protection to avoid conflict with static Switchtec
> > config
> > settings.
> >
> > This patchset is based on 5.16.0-rc5.
> >
> > Thanks,
> > Kelvin
> >
> > Jeremy Pallotta (2):
> > ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all
> > ntb_hw_switchtec: AND with the part_map for a valid tpart_vec
> >
> > Kelvin Cao (3):
> > ntb_hw_switchtec: Update the way of getting VEP instance ID
> > ntb_hw_switchtec: Remove code for disabling ID protection
> > ntb_hw_switchtec: Fix a minor issue in config_req_id_table()
> >
> > Wesley Sheng (1):
> > ntb_hw_switchtec: Fix bug with more than 32 partitions
>
> I've reviewed all these patches and they look good to me.
>
> Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
>
Thanks Logan!
Kelvin
> Thanks,
>
> Logan
next prev parent reply other threads:[~2022-01-04 21:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-24 1:23 [PATCH 0/6] Switchtec NTB Fixes and Improvements Kelvin Cao
2021-12-24 1:23 ` Kelvin Cao
2021-12-24 1:23 ` [PATCH 1/6] ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all Kelvin Cao
2021-12-24 1:23 ` Kelvin Cao
2021-12-24 1:23 ` [PATCH 2/6] ntb_hw_switchtec: Fix bug with more than 32 partitions Kelvin Cao
2021-12-24 1:23 ` Kelvin Cao
2021-12-24 1:23 ` [PATCH 3/6] ntb_hw_switchtec: AND with the part_map for a valid tpart_vec Kelvin Cao
2021-12-24 1:23 ` Kelvin Cao
2021-12-24 1:23 ` [PATCH 4/6] ntb_hw_switchtec: Update the way of getting VEP instance ID Kelvin Cao
2021-12-24 1:23 ` Kelvin Cao
2021-12-24 1:23 ` [PATCH 5/6] ntb_hw_switchtec: Remove code for disabling ID protection Kelvin Cao
2021-12-24 1:23 ` Kelvin Cao
2021-12-24 1:23 ` [PATCH 6/6] ntb_hw_switchtec: Fix a minor issue in config_req_id_table() Kelvin Cao
2021-12-24 1:23 ` Kelvin Cao
2022-01-04 16:55 ` [PATCH 0/6] Switchtec NTB Fixes and Improvements Logan Gunthorpe
2022-01-04 21:28 ` Kelvin.Cao [this message]
2022-01-04 21:28 ` Kelvin.Cao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41ea955218bb9fa42e59e106b7ee4e2c9c69cb3d.camel@microchip.com \
--to=kelvin.cao@microchip.com \
--cc=allenbh@gmail.com \
--cc=dave.jiang@intel.com \
--cc=jdmason@kudzu.us \
--cc=jmpallotta@gmail.com \
--cc=kelvincao@outlook.com \
--cc=kurt.schwemmer@microsemi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-ntb@googlegroups.com \
--cc=linux-pci@vger.kernel.org \
--cc=logang@deltatee.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.