public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jijie Shao <shaojijie@huawei.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	shenjian15@huawei.com, salil.mehta@huawei.com,
	liuyonglong@huawei.com, wangpeiyang1@huawei.com,
	chenhao418@huawei.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V3 net 0/9] There are some bugfix for the HNS3 ethernet driver
Date: Thu, 31 Oct 2024 10:40:33 +0000	[thread overview]
Message-ID: <173037123325.1922651.13719151078657706845.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241025092938.2912958-1-shaojijie@huawei.com>

Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 25 Oct 2024 17:29:29 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> ---
> ChangeLog:
> v2 -> v3:
>   - Rewrite the commit logs of net: hns3: add sync command to sync io-pgtable' to
>     add more verbose explanation, suggested Paolo.
>   - Add fixes tag for hardware issue, suggested Paolo and Simon Horman.
> v2: https://lore.kernel.org/all/20241018101059.1718375-1-shaojijie@huawei.com/
> v1 -> v2:
>   - Pass IRQF_NO_AUTOEN to request_irq(), suggested by Jakub.
>   - Rewrite the commit logs of 'net: hns3: default enable tx bounce buffer when smmu enabled'
>     and 'net: hns3: add sync command to sync io-pgtable'.
> v1: https://lore.kernel.org/all/20241011094521.3008298-1-shaojijie@huawei.com/
> 
> [...]

Here is the summary with links:
  - [V3,net,1/9] net: hns3: default enable tx bounce buffer when smmu enabled
    https://git.kernel.org/netdev/net/c/e6ab19443b36
  - [V3,net,2/9] net: hns3: add sync command to sync io-pgtable
    https://git.kernel.org/netdev/net/c/f2c14899caba
  - [V3,net,3/9] net: hns3: fixed reset failure issues caused by the incorrect reset type
    https://git.kernel.org/netdev/net/c/3e0f7cc887b7
  - [V3,net,4/9] net: hns3: fix missing features due to dev->features configuration too early
    https://git.kernel.org/netdev/net/c/662ecfc46690
  - [V3,net,5/9] net: hns3: Resolved the issue that the debugfs query result is inconsistent.
    https://git.kernel.org/netdev/net/c/2758f18a83ef
  - [V3,net,6/9] net: hns3: don't auto enable misc vector
    https://git.kernel.org/netdev/net/c/5f62009ff108
  - [V3,net,7/9] net: hns3: initialize reset_timer before hclgevf_misc_irq_init()
    https://git.kernel.org/netdev/net/c/d1c2e2961ab4
  - [V3,net,8/9] net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue
    https://git.kernel.org/netdev/net/c/3e22b7de34cb
  - [V3,net,9/9] net: hns3: fix kernel crash when 1588 is sent on HIP08 devices
    https://git.kernel.org/netdev/net/c/2cf246143519

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-10-31 10:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25  9:29 [PATCH V3 net 0/9] There are some bugfix for the HNS3 ethernet driver Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 1/9] net: hns3: default enable tx bounce buffer when smmu enabled Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 2/9] net: hns3: add sync command to sync io-pgtable Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 3/9] net: hns3: fixed reset failure issues caused by the incorrect reset type Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 4/9] net: hns3: fix missing features due to dev->features configuration too early Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 5/9] net: hns3: Resolved the issue that the debugfs query result is inconsistent Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 6/9] net: hns3: don't auto enable misc vector Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 7/9] net: hns3: initialize reset_timer before hclgevf_misc_irq_init() Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 8/9] net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue Jijie Shao
2024-10-25  9:29 ` [PATCH V3 net 9/9] net: hns3: fix kernel crash when 1588 is sent on HIP08 devices Jijie Shao
2024-10-31 10:40 ` patchwork-bot+netdevbpf [this message]

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=173037123325.1922651.13719151078657706845.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=chenhao418@huawei.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liuyonglong@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=salil.mehta@huawei.com \
    --cc=shaojijie@huawei.com \
    --cc=shenjian15@huawei.com \
    --cc=wangpeiyang1@huawei.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox