netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandra Winter <wintera@linux.ibm.com>
To: Jakub Kicinski <kuba@kernel.org>, davem@davemloft.net
Cc: netdev@vger.kernel.org, pabeni@redhat.com, edumazet@google.com,
	rafal@milecki.pl, f.fainelli@gmail.com, opendmb@gmail.com,
	dmichail@fungible.com, hauke@hauke-m.de, tariqt@nvidia.com,
	kys@microsoft.com, haiyangz@microsoft.com,
	sthemmin@microsoft.com, wei.liu@kernel.org, decui@microsoft.com,
	shshaikh@marvell.com, manishc@marvell.com, jiri@resnulli.us,
	hayashi.kunihiko@socionext.com, peppe.cavallaro@st.com,
	alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	mcoquelin.stm32@gmail.com, grygorii.strashko@ti.com,
	elder@kernel.org, wenjia@linux.ibm.com, svens@linux.ibm.com,
	mathew.j.martineau@linux.intel.com, matthieu.baerts@tessares.net,
	s-vadapalli@ti.com, chi.minghao@zte.com.cn,
	linux-rdma@vger.kernel.org, linux-hyperv@vger.kernel.org,
	mptcp@lists.linux.dev
Subject: Re: [PATCH net-next 1/2] net: switch to netif_napi_add_tx()
Date: Thu, 5 May 2022 11:58:36 +0200	[thread overview]
Message-ID: <99841fd9-da83-a482-b86d-c82d53d3ebbb@linux.ibm.com> (raw)
In-Reply-To: <20220504163725.550782-1-kuba@kernel.org>



On 04.05.22 18:37, Jakub Kicinski wrote:
> Switch net callers to the new API not requiring
> the NAPI_POLL_WEIGHT argument.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: rafal@milecki.pl
> CC: f.fainelli@gmail.com
> CC: opendmb@gmail.com
> CC: dmichail@fungible.com
> CC: hauke@hauke-m.de
> CC: tariqt@nvidia.com
> CC: kys@microsoft.com
> CC: haiyangz@microsoft.com
> CC: sthemmin@microsoft.com
> CC: wei.liu@kernel.org
> CC: decui@microsoft.com
> CC: shshaikh@marvell.com
> CC: manishc@marvell.com
> CC: jiri@resnulli.us
> CC: hayashi.kunihiko@socionext.com
> CC: peppe.cavallaro@st.com
> CC: alexandre.torgue@foss.st.com
> CC: joabreu@synopsys.com
> CC: mcoquelin.stm32@gmail.com
> CC: grygorii.strashko@ti.com
> CC: elder@kernel.org
> CC: wintera@linux.ibm.com
> CC: wenjia@linux.ibm.com
> CC: svens@linux.ibm.com
> CC: mathew.j.martineau@linux.intel.com
> CC: matthieu.baerts@tessares.net
> CC: s-vadapalli@ti.com
> CC: chi.minghao@zte.com.cn
> CC: linux-rdma@vger.kernel.org
> CC: linux-hyperv@vger.kernel.org
> CC: mptcp@lists.linux.dev
> ---
...
>  drivers/s390/net/qeth_core_main.c                  | 3 +--


For drivers/s390/net/qeth_core_main.c :

Acked-by: Alexandra Winter <wintera@linux.ibm.com>

  parent reply	other threads:[~2022-05-05  9:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04 16:37 [PATCH net-next 1/2] net: switch to netif_napi_add_tx() Jakub Kicinski
2022-05-04 16:37 ` [PATCH net-next 2/2] net: move snowflake callers to netif_napi_add_tx_weight() Jakub Kicinski
2022-05-05  2:11   ` Xuan Zhuo
2022-05-04 17:07 ` [PATCH net-next 1/2] net: switch to netif_napi_add_tx() Florian Fainelli
2022-05-04 17:25 ` Alex Elder
2022-05-04 22:01 ` Mat Martineau
2022-05-05  9:58 ` Alexandra Winter [this message]
2022-05-06  1:20 ` patchwork-bot+netdevbpf

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=99841fd9-da83-a482-b86d-c82d53d3ebbb@linux.ibm.com \
    --to=wintera@linux.ibm.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=chi.minghao@zte.com.cn \
    --cc=davem@davemloft.net \
    --cc=decui@microsoft.com \
    --cc=dmichail@fungible.com \
    --cc=edumazet@google.com \
    --cc=elder@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=grygorii.strashko@ti.com \
    --cc=haiyangz@microsoft.com \
    --cc=hauke@hauke-m.de \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=jiri@resnulli.us \
    --cc=joabreu@synopsys.com \
    --cc=kuba@kernel.org \
    --cc=kys@microsoft.com \
    --cc=linux-hyperv@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=manishc@marvell.com \
    --cc=mathew.j.martineau@linux.intel.com \
    --cc=matthieu.baerts@tessares.net \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mptcp@lists.linux.dev \
    --cc=netdev@vger.kernel.org \
    --cc=opendmb@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=peppe.cavallaro@st.com \
    --cc=rafal@milecki.pl \
    --cc=s-vadapalli@ti.com \
    --cc=shshaikh@marvell.com \
    --cc=sthemmin@microsoft.com \
    --cc=svens@linux.ibm.com \
    --cc=tariqt@nvidia.com \
    --cc=wei.liu@kernel.org \
    --cc=wenjia@linux.ibm.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;
as well as URLs for NNTP newsgroup(s).