Linux Kernel Selftest development
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Taehee Yoo <ap420073@gmail.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch,
	michael.chan@broadcom.com, pavan.chebbi@broadcom.com,
	horms@kernel.org, shuah@kernel.org, netdev@vger.kernel.org,
	linux-kselftest@vger.kernel.org, almasrymina@google.com,
	asml.silence@gmail.com, willemb@google.com, kaiyuanz@google.com,
	skhawaja@google.com, sdf@fomichev.me, gospo@broadcom.com,
	somnath.kotur@broadcom.com, dw@davidwei.uk,
	amritha.nambiar@intel.com, xuanzhuo@linux.alibaba.com
Subject: Re: [PATCH v3 net 0/8] eth: bnxt: fix several bugs in the bnxt module
Date: Mon, 10 Mar 2025 20:40:34 +0000	[thread overview]
Message-ID: <174163923453.3688527.11877711780518308439.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250309134219.91670-1-ap420073@gmail.com>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sun,  9 Mar 2025 13:42:11 +0000 you wrote:
> The first fixes setting incorrect skb->truesize.
> When xdp-mb prog returns XDP_PASS, skb is allocated and initialized.
> Currently, The truesize is calculated as BNXT_RX_PAGE_SIZE *
> sinfo->nr_frags, but sinfo->nr_frags is flushed by napi_build_skb().
> So, it stores sinfo before calling napi_build_skb() and then use it
> for calculate truesize.
> 
> [...]

Here is the summary with links:
  - [v3,net,1/8] eth: bnxt: fix truesize for mb-xdp-pass case
    https://git.kernel.org/netdev/net/c/9f7b2aa5034e
  - [v3,net,2/8] eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()
    https://git.kernel.org/netdev/net/c/ca2456e07395
  - [v3,net,3/8] eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic
    https://git.kernel.org/netdev/net/c/661958552eda
  - [v3,net,4/8] eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
    https://git.kernel.org/netdev/net/c/c03e7d05aa0e
  - [v3,net,5/8] eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}
    https://git.kernel.org/netdev/net/c/f09af5fdfbd9
  - [v3,net,6/8] eth: bnxt: fix memory leak in queue reset
    https://git.kernel.org/netdev/net/c/87dd2850835d
  - [v3,net,7/8] net: devmem: do not WARN conditionally after netdev_rx_queue_restart()
    https://git.kernel.org/netdev/net/c/a70f891e0fa0
  - [v3,net,8/8] selftests: drv-net: add xdp cases for ping.py
    https://git.kernel.org/netdev/net/c/75cc19c8ff89

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



      parent reply	other threads:[~2025-03-10 20:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-09 13:42 [PATCH v3 net 0/8] eth: bnxt: fix several bugs in the bnxt module Taehee Yoo
2025-03-09 13:42 ` [PATCH v3 net 1/8] eth: bnxt: fix truesize for mb-xdp-pass case Taehee Yoo
2025-03-09 13:42 ` [PATCH v3 net 2/8] eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() Taehee Yoo
2025-03-09 21:44   ` Mina Almasry
2025-03-10  2:10     ` Taehee Yoo
2025-03-10 20:30       ` Jakub Kicinski
2025-03-09 13:42 ` [PATCH v3 net 3/8] eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic Taehee Yoo
2025-03-09 13:42 ` [PATCH v3 net 4/8] eth: bnxt: do not update checksum in bnxt_xdp_build_skb() Taehee Yoo
2025-03-10  2:58   ` Somnath Kotur
2025-03-09 13:42 ` [PATCH v3 net 5/8] eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} Taehee Yoo
2025-03-10  2:59   ` Somnath Kotur
2025-03-09 13:42 ` [PATCH v3 net 6/8] eth: bnxt: fix memory leak in queue reset Taehee Yoo
2025-03-09 13:42 ` [PATCH v3 net 7/8] net: devmem: do not WARN conditionally after netdev_rx_queue_restart() Taehee Yoo
2025-03-09 21:45   ` Mina Almasry
2025-03-09 13:42 ` [PATCH v3 net 8/8] selftests: drv-net: add xdp cases for ping.py Taehee Yoo
2025-03-10 20: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=174163923453.3688527.11877711780518308439.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=almasrymina@google.com \
    --cc=amritha.nambiar@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=ap420073@gmail.com \
    --cc=asml.silence@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dw@davidwei.uk \
    --cc=edumazet@google.com \
    --cc=gospo@broadcom.com \
    --cc=horms@kernel.org \
    --cc=kaiyuanz@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=michael.chan@broadcom.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pavan.chebbi@broadcom.com \
    --cc=sdf@fomichev.me \
    --cc=shuah@kernel.org \
    --cc=skhawaja@google.com \
    --cc=somnath.kotur@broadcom.com \
    --cc=willemb@google.com \
    --cc=xuanzhuo@linux.alibaba.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