mbox series

[net-next,0/5] s390/net: updates 2021-12-06

Message ID 20211207090452.1155688-1-wintera@linux.ibm.com (mailing list archive)
Headers show
Series s390/net: updates 2021-12-06 | expand

Message

Alexandra Winter Dec. 7, 2021, 9:04 a.m. UTC
Please apply the following patches to netdev's net-next tree.

This brings some maintenance improvements and removes some
unnecessary code checks.

Julian Wiedmann (5):
  s390/qeth: simplify qeth_receive_skb()
  s390/qeth: split up L2 netdev_ops
  s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
  s390/qeth: fine-tune .ndo_select_queue()
  s390/qeth: remove check for packing mode in
    qeth_check_outbound_queue()

 drivers/s390/net/qeth_core.h      |  4 +--
 drivers/s390/net/qeth_core_main.c | 54 +++++++++++++++----------------
 drivers/s390/net/qeth_l2_main.c   | 52 ++++++++++++++++++-----------
 drivers/s390/net/qeth_l3_main.c   | 13 +-------
 4 files changed, 62 insertions(+), 61 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 8, 2021, 6:10 a.m. UTC | #1
Hello:

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

On Tue,  7 Dec 2021 10:04:47 +0100 you wrote:
> Please apply the following patches to netdev's net-next tree.
> 
> This brings some maintenance improvements and removes some
> unnecessary code checks.
> 
> Julian Wiedmann (5):
>   s390/qeth: simplify qeth_receive_skb()
>   s390/qeth: split up L2 netdev_ops
>   s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
>   s390/qeth: fine-tune .ndo_select_queue()
>   s390/qeth: remove check for packing mode in
>     qeth_check_outbound_queue()
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] s390/qeth: simplify qeth_receive_skb()
    https://git.kernel.org/netdev/net-next/c/5e9756a66fb5
  - [net-next,2/5] s390/qeth: split up L2 netdev_ops
    https://git.kernel.org/netdev/net-next/c/2dbc7a1dde9e
  - [net-next,3/5] s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
    https://git.kernel.org/netdev/net-next/c/cdf8df5b42e7
  - [net-next,4/5] s390/qeth: fine-tune .ndo_select_queue()
    https://git.kernel.org/netdev/net-next/c/1b9e410f45bf
  - [net-next,5/5] s390/qeth: remove check for packing mode in qeth_check_outbound_queue()
    https://git.kernel.org/netdev/net-next/c/6dc490e80ca3

You are awesome, thank you!