netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: alobakin@marvell.com
Cc: kuba@kernel.org, irusskikh@marvell.com,
	michal.kalderon@marvell.com, aelior@marvell.com,
	denis.bolotin@marvell.com, dledford@redhat.com, jgg@ziepe.ca,
	ast@kernel.org, daniel@iogearbox.net, hawk@kernel.org,
	john.fastabend@gmail.com, kafai@fb.com, songliubraving@fb.com,
	yhs@fb.com, andriin@fb.com, kpsingh@chromium.org,
	GR-everest-linux-l2@marvell.com, netdev@vger.kernel.org,
	bpf@vger.kernel.org, linux-rdma@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 net-next 00/15] qed, qede: improve chain API and add XDP_REDIRECT support
Date: Wed, 22 Jul 2020 18:19:24 -0700 (PDT)	[thread overview]
Message-ID: <20200722.181924.45073818927713516.davem@davemloft.net> (raw)
In-Reply-To: <20200722221045.5436-1-alobakin@marvell.com>

From: Alexander Lobakin <alobakin@marvell.com>
Date: Thu, 23 Jul 2020 01:10:30 +0300

> This series adds missing XDP_REDIRECT case handling in QLogic Everest
> Ethernet driver with all necessary prerequisites and ops.
> QEDE Tx relies heavily on chain API, so make sure it is in its best
> at first.
> 
> v2 (from [1]):
>  - add missing includes to #003 to pass the build on Alpha;
>  - no functional changes.
> 
> [1] https://lore.kernel.org/netdev/20200722155349.747-1-alobakin@marvell.com/

Series applied, thank you.

      parent reply	other threads:[~2020-07-23  1:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22 22:10 [PATCH v2 net-next 00/15] qed, qede: improve chain API and add XDP_REDIRECT support Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 01/15] qed: reformat "qed_chain.h" a bit Alexander Lobakin
2020-07-22 22:33   ` Jason Gunthorpe
2020-07-22 22:10 ` [PATCH v2 net-next 02/15] qed: reformat Makefile Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 03/15] qed: move chain methods to a separate file Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 04/15] qed: prevent possible double-frees of the chains Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 05/15] qed: sanitize PBL chains allocation Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 06/15] qed: move chain initialization inlines next to allocation functions Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 07/15] qed: simplify initialization of the chains with an external PBL Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 08/15] qed: simplify chain allocation with init params struct Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 09/15] qed: add support for different page sizes for chains Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 10/15] qed: optimize common chain accessors Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 11/15] qed: introduce qed_chain_get_elem_used{,u32}() Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 12/15] qede: reformat several structures in "qede.h" Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 13/15] qede: reformat net_device_ops declarations Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 14/15] qede: refactor XDP Tx processing Alexander Lobakin
2020-07-22 22:10 ` [PATCH v2 net-next 15/15] qede: add .ndo_xdp_xmit() and XDP_REDIRECT support Alexander Lobakin
2020-07-22 22:35 ` [PATCH v2 net-next 00/15] qed, qede: improve chain API and add " Jason Gunthorpe
2020-07-23  1:19 ` David Miller [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=20200722.181924.45073818927713516.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=GR-everest-linux-l2@marvell.com \
    --cc=aelior@marvell.com \
    --cc=alobakin@marvell.com \
    --cc=andriin@fb.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=denis.bolotin@marvell.com \
    --cc=dledford@redhat.com \
    --cc=hawk@kernel.org \
    --cc=irusskikh@marvell.com \
    --cc=jgg@ziepe.ca \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kpsingh@chromium.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=michal.kalderon@marvell.com \
    --cc=netdev@vger.kernel.org \
    --cc=songliubraving@fb.com \
    --cc=yhs@fb.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).