All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Jakob Koschel <jakobkoschel@gmail.com>
Cc: Vinicius Costa Gomes <vinicius.gomes@intel.com>,
	Jamal Hadi Salim <jhs@mojatatu.com>,
	Cong Wang <xiyou.wangcong@gmail.com>,
	Jiri Pirko <jiri@resnulli.us>,
	"David S. Miller" <davem@davemloft.net>,
	Paolo Abeni <pabeni@redhat.com>, Netdev <netdev@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Mike Rapoport <rppt@kernel.org>,
	Brian Johannesmeyer <bjohannesmeyer@gmail.com>,
	Cristiano Giuffrida <c.giuffrida@vu.nl>,
	"Bos, H.J." <h.j.bos@vu.nl>
Subject: Re: [PATCH] taprio: replace usage of found with dedicated list iterator variable
Date: Sun, 3 Apr 2022 20:55:02 -0700	[thread overview]
Message-ID: <20220403205502.1b34415d@kernel.org> (raw)
In-Reply-To: <6118F17F-6E0B-4FDA-A7C4-E1C487E9DB8F@gmail.com>

On Sun, 3 Apr 2022 13:53:06 +0200 Jakob Koschel wrote:
> I have all the net-next patches bundled in one series now ready to repost.
> Just wanted to verify that's the intended format since it grew a bit larger
> then what was posted so far.
> 
> It's 46 patches changing 51 files across all those files:

Thanks for asking, we have a limit of 15 patches per series to avoid
overloading reviewers. But the patches will likely get merged rather
quickly so it won't be a long wait before you can send another series.

That said:

>  drivers/connector/cn_queue.c                            | 13 ++++++-------
>  drivers/net/dsa/mv88e6xxx/chip.c                        | 21 ++++++++++-----------
>  drivers/net/dsa/sja1105/sja1105_vl.c                    | 14 +++++++++-----

yup, that's net-next

>  drivers/net/ethernet/intel/i40e/i40e_ethtool.c          |  3 ++-
>  drivers/net/ethernet/intel/i40e/i40e_main.c             | 24 ++++++++++++++----------
>  drivers/net/ethernet/mellanox/mlx4/alloc.c              | 29 +++++++++++++++++++----------
>  drivers/net/ethernet/mellanox/mlx4/mcg.c                | 17 ++++++++---------
>  drivers/net/ethernet/mellanox/mlx5/core/eq.c            | 10 +++++++---
>  drivers/net/ethernet/mellanox/mlx5/core/fs_core.c       | 12 ++++++------
>  drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c   | 21 ++++++++++++---------
>  drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c      |  7 +++++--
>  drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c       | 12 +++++++++---

i40e and mlx5 patches you may or may not want to post separately 
so that Intel and Mellanox can take them via their trees.

>  drivers/net/ethernet/microchip/sparx5/sparx5_mactable.c | 25 ++++++++++++-------------
>  drivers/net/ethernet/qlogic/qed/qed_dev.c               | 11 ++++++-----
>  drivers/net/ethernet/qlogic/qed/qed_iwarp.c             | 26 ++++++++++++--------------
>  drivers/net/ethernet/qlogic/qed/qed_spq.c               |  6 +++---
>  drivers/net/ethernet/qlogic/qede/qede_filter.c          | 11 +++++++----
>  drivers/net/ethernet/qlogic/qede/qede_rdma.c            | 11 +++++------
>  drivers/net/ethernet/sfc/rx_common.c                    |  6 ++++--
>  drivers/net/ethernet/ti/netcp_core.c                    | 24 ++++++++++++++++--------
>  drivers/net/ethernet/toshiba/ps3_gelic_wireless.c       | 30 +++++++++++++++---------------
>  drivers/net/ipvlan/ipvlan_main.c                        |  7 +++++--
>  drivers/net/rionet.c                                    | 14 +++++++-------
>  drivers/net/team/team.c                                 | 20 +++++++++++++-------

yup, that's all net-next

>  drivers/net/wireless/ath/ath10k/mac.c                   | 19 ++++++++++---------
>  drivers/net/wireless/ath/ath11k/dp_rx.c                 | 15 +++++++--------
>  drivers/net/wireless/ath/ath11k/wmi.c                   | 11 +++++------
>  drivers/net/wireless/ath/ath6kl/htc_mbox.c              |  2 +-
>  drivers/net/wireless/intel/ipw2x00/libipw_rx.c          | 14 ++++++++------

Wireless goes to Kalle and Johannes.

>  drivers/rapidio/devices/rio_mport_cdev.c                | 42 ++++++++++++++++++++----------------------
>  drivers/rapidio/devices/tsi721.c                        | 13 ++++++-------
>  drivers/rapidio/rio.c                                   | 14 +++++++-------
>  drivers/rapidio/rio_cm.c                                | 81 ++++++++++++++++++++++++++++++++++++

That's not networking.

>  net/9p/trans_virtio.c                                   | 15 +++++++--------
>  net/9p/trans_xen.c                                      | 10 ++++++----

Also not really networking, those go thru other people's trees.

>  net/core/devlink.c                                      | 22 +++++++++++++++-------
>  net/core/gro.c                                          | 12 ++++++++----
>  net/dsa/dsa.c                                           | 11 +++++------

yup, net-next

>  net/ieee802154/core.c                                   |  7 +++++--

individual posting for Stefan to take via his tree

>  net/ipv4/udp_tunnel_nic.c                               | 10 ++++++----

yup

>  net/mac80211/offchannel.c                               | 28 ++++++++++++++--------------
>  net/mac80211/util.c                                     |  7 +++++--

This is wireless, so Johannes & Kalle.

>  net/sched/sch_cbs.c                                     | 11 +++++------
>  net/sched/sch_taprio.c                                  | 11 +++++------
>  net/smc/smc_ism.c                                       | 14 +++++++-------
>  net/tipc/group.c                                        | 12 ++++++++----
>  net/tipc/monitor.c                                      | 21 ++++++++++++++-------
>  net/tipc/name_table.c                                   | 11 +++++++----
>  net/tipc/socket.c                                       | 11 +++++++----

yup

>  net/wireless/core.c                                     |  7 +++++--

wireless

>  net/xfrm/xfrm_ipcomp.c                                  | 11 +++++++----

IPsec, so Steffen and Herbert, separate posting.

>  51 files changed, 452 insertions(+), 364 deletions(-)

So 21-ish patches for net-next if you group changes for a same driver
/ project into one patch. Two series 10+ patches each?

> Please let me know if I should split it up or if there are certain files that might not fit.
> Otherwise I'll post them beginning of next week.


      reply	other threads:[~2022-04-04  3:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-24  7:26 [PATCH] taprio: replace usage of found with dedicated list iterator variable Jakob Koschel
2022-03-30 23:15 ` Vinicius Costa Gomes
2022-03-31  9:26   ` Jakob Koschel
2022-03-31 17:58     ` Vinicius Costa Gomes
2022-04-03 11:53       ` Jakob Koschel
2022-04-04  3:55         ` Jakub Kicinski [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=20220403205502.1b34415d@kernel.org \
    --to=kuba@kernel.org \
    --cc=bjohannesmeyer@gmail.com \
    --cc=c.giuffrida@vu.nl \
    --cc=davem@davemloft.net \
    --cc=h.j.bos@vu.nl \
    --cc=jakobkoschel@gmail.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rppt@kernel.org \
    --cc=vinicius.gomes@intel.com \
    --cc=xiyou.wangcong@gmail.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.