All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Shay Agroskin <shayagr@amazon.com>
Cc: kuba@kernel.org, netdev@vger.kernel.org, dwmw@amazon.com,
	zorik@amazon.com, matua@amazon.com, saeedb@amazon.com,
	msw@amazon.com, aliguori@amazon.com, nafea@amazon.com,
	gtzalik@amazon.com, netanel@amazon.com, alisaidi@amazon.com,
	benh@amazon.com, akiyano@amazon.com, sameehj@amazon.com,
	ndagan@amazon.com
Subject: Re: [PATCH net-next v5 0/9] XDP Redirect implementation for ENA driver
Date: Wed, 09 Dec 2020 23:50:09 +0000	[thread overview]
Message-ID: <160755780949.1337.9921603526592047855.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20201208180208.26111-1-shayagr@amazon.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Tue, 8 Dec 2020 20:01:59 +0200 you wrote:
> Hi all,
> ENA is adding XDP Redirect support for its driver and some other
> small tweaks.
> 
> This series adds the following:
> 
> - Make log messages in the driver have a uniform format using
>   netdev_* function
> - Improve code readability
> - Add support for XDP Redirect
> 
> [...]

Here is the summary with links:
  - [net-next,v5,1/9] net: ena: use constant value for net_device allocation
    https://git.kernel.org/netdev/net-next/c/ce74496a1575
  - [net-next,v5,2/9] net: ena: add device distinct log prefix to files
    https://git.kernel.org/netdev/net-next/c/da580ca8de2c
  - [net-next,v5,3/9] net: ena: store values in their appropriate variables types
    https://git.kernel.org/netdev/net-next/c/e9548fdf93bc
  - [net-next,v5,4/9] net: ena: fix coding style nits
    https://git.kernel.org/netdev/net-next/c/1e5847395eeb
  - [net-next,v5,5/9] net: ena: aggregate stats increase into a function
    https://git.kernel.org/netdev/net-next/c/89dd735e8c1e
  - [net-next,v5,6/9] net: ena: use xdp_frame in XDP TX flow
    https://git.kernel.org/netdev/net-next/c/e8223eeff021
  - [net-next,v5,7/9] net: ena: introduce XDP redirect implementation
    https://git.kernel.org/netdev/net-next/c/a318c70ad152
  - [net-next,v5,8/9] net: ena: use xdp_return_frame() to free xdp frames
    https://git.kernel.org/netdev/net-next/c/f8b91f255a05
  - [net-next,v5,9/9] net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT
    https://git.kernel.org/netdev/net-next/c/f1a255891303

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



      parent reply	other threads:[~2020-12-09 23:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08 18:01 [PATCH net-next v5 0/9] XDP Redirect implementation for ENA driver Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 1/9] net: ena: use constant value for net_device allocation Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 2/9] net: ena: add device distinct log prefix to files Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 3/9] net: ena: store values in their appropriate variables types Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 4/9] net: ena: fix coding style nits Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 5/9] net: ena: aggregate stats increase into a function Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 6/9] net: ena: use xdp_frame in XDP TX flow Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 7/9] net: ena: introduce XDP redirect implementation Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 8/9] net: ena: use xdp_return_frame() to free xdp frames Shay Agroskin
2020-12-08 18:02 ` [PATCH net-next v5 9/9] net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT Shay Agroskin
2020-12-09 23:50 ` 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=160755780949.1337.9921603526592047855.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=akiyano@amazon.com \
    --cc=aliguori@amazon.com \
    --cc=alisaidi@amazon.com \
    --cc=benh@amazon.com \
    --cc=dwmw@amazon.com \
    --cc=gtzalik@amazon.com \
    --cc=kuba@kernel.org \
    --cc=matua@amazon.com \
    --cc=msw@amazon.com \
    --cc=nafea@amazon.com \
    --cc=ndagan@amazon.com \
    --cc=netanel@amazon.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeedb@amazon.com \
    --cc=sameehj@amazon.com \
    --cc=shayagr@amazon.com \
    --cc=zorik@amazon.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.