From: patchwork-bot+netdevbpf@kernel•org
To: Biju Das <biju.das.jz@bp•renesas.com>
Cc: davem@davemloft•net, kuba@kernel•org, sergei.shtylyov@gmail•com,
geert+renesas@glider•be, s.shtylyov@omprussia•ru,
aford173@gmail•com, andrew@lunn•ch, ashiduka@fujitsu•com,
yoshihiro.shimoda.uh@renesas•com, yangyingliang@huawei•com,
netdev@vger•kernel.org, linux-renesas-soc@vger•kernel.org,
Chris.Paterson2@renesas•com, biju.das@bp•renesas.com,
prabhakar.mahadev-lad.rj@bp•renesas.com
Subject: Re: [PATCH net-next v3 0/9] Add Gigabit Ethernet driver support
Date: Thu, 19 Aug 2021 11:10:06 +0000 [thread overview]
Message-ID: <162937140695.9830.1977811163674506658.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210818190800.20191-1-biju.das.jz@bp.renesas.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 18 Aug 2021 20:07:51 +0100 you wrote:
> The DMAC and EMAC blocks of Gigabit Ethernet IP found on RZ/G2L SoC are
> similar to the R-Car Ethernet AVB IP.
>
> The Gigabit Ethernet IP consists of Ethernet controller (E-MAC), Internal
> TCP/IP Offload Engine (TOE) and Dedicated Direct memory access controller
> (DMAC).
>
> [...]
Here is the summary with links:
- [net-next,v3,1/9] ravb: Use unsigned int for num_tx_desc variable in struct ravb_private
https://git.kernel.org/netdev/net-next/c/cb537b241725
- [net-next,v3,2/9] ravb: Add struct ravb_hw_info to driver data
https://git.kernel.org/netdev/net-next/c/ebb091461a9e
- [net-next,v3,3/9] ravb: Add aligned_tx to struct ravb_hw_info
https://git.kernel.org/netdev/net-next/c/68ca3c923213
- [net-next,v3,4/9] ravb: Add max_rx_len to struct ravb_hw_info
https://git.kernel.org/netdev/net-next/c/cb01c672c2a7
- [net-next,v3,5/9] ravb: Add stats_len to struct ravb_hw_info
https://git.kernel.org/netdev/net-next/c/25154301fc2b
- [net-next,v3,6/9] ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_info
https://git.kernel.org/netdev/net-next/c/896a818e0e1d
- [net-next,v3,7/9] ravb: Add net_features and net_hw_features to struct ravb_hw_info
https://git.kernel.org/netdev/net-next/c/8912ed25daf6
- [net-next,v3,8/9] ravb: Add internal delay hw feature to struct ravb_hw_info
https://git.kernel.org/netdev/net-next/c/8bc4caa0abaf
- [net-next,v3,9/9] ravb: Add tx_counters to struct ravb_hw_info
https://git.kernel.org/netdev/net-next/c/0b81d6731167
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-08-19 11:10 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-18 19:07 [PATCH net-next v3 0/9] Add Gigabit Ethernet driver support Biju Das
2021-08-18 19:07 ` [PATCH net-next v3 1/9] ravb: Use unsigned int for num_tx_desc variable in struct ravb_private Biju Das
2021-08-19 15:26 ` Sergey Shtylyov
2021-08-18 19:07 ` [PATCH net-next v3 2/9] ravb: Add struct ravb_hw_info to driver data Biju Das
2021-08-19 16:19 ` Sergey Shtylyov
2021-08-19 17:33 ` Biju Das
2021-08-20 18:15 ` Sergey Shtylyov
2021-08-18 19:07 ` [PATCH net-next v3 3/9] ravb: Add aligned_tx to struct ravb_hw_info Biju Das
2021-08-19 15:41 ` Sergei Shtylyov
2021-08-19 15:43 ` Sergey Shtylyov
2021-08-23 9:14 ` Geert Uytterhoeven
2021-08-23 9:26 ` Biju Das
2021-08-18 19:07 ` [PATCH net-next v3 4/9] ravb: Add max_rx_len " Biju Das
2021-08-19 16:29 ` Sergey Shtylyov
2021-08-18 19:07 ` [PATCH net-next v3 5/9] ravb: Add stats_len " Biju Das
2021-08-19 16:42 ` Sergey Shtylyov
2021-08-18 19:07 ` [PATCH net-next v3 6/9] ravb: Add gstrings_stats and gstrings_size " Biju Das
2021-08-18 19:07 ` [PATCH net-next v3 7/9] ravb: Add net_features and net_hw_features " Biju Das
2021-08-18 19:07 ` [PATCH net-next v3 8/9] ravb: Add internal delay hw feature " Biju Das
2021-08-18 19:08 ` [PATCH net-next v3 9/9] ravb: Add tx_counters " Biju Das
2021-08-19 16:57 ` Sergey Shtylyov
2021-08-19 11:10 ` patchwork-bot+netdevbpf [this message]
2021-08-19 15:08 ` [PATCH net-next v3 0/9] Add Gigabit Ethernet driver support Sergey Shtylyov
2021-08-19 15:29 ` Andrew Lunn
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=162937140695.9830.1977811163674506658.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=Chris.Paterson2@renesas$(echo .)com \
--cc=aford173@gmail$(echo .)com \
--cc=andrew@lunn$(echo .)ch \
--cc=ashiduka@fujitsu$(echo .)com \
--cc=biju.das.jz@bp$(echo .)renesas.com \
--cc=biju.das@bp$(echo .)renesas.com \
--cc=davem@davemloft$(echo .)net \
--cc=geert+renesas@glider$(echo .)be \
--cc=kuba@kernel$(echo .)org \
--cc=linux-renesas-soc@vger$(echo .)kernel.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=prabhakar.mahadev-lad.rj@bp$(echo .)renesas.com \
--cc=s.shtylyov@omprussia$(echo .)ru \
--cc=sergei.shtylyov@gmail$(echo .)com \
--cc=yangyingliang@huawei$(echo .)com \
--cc=yoshihiro.shimoda.uh@renesas$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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