From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH v3 0/9] igc: Add XDP support
Date: Mon, 2 Nov 2020 19:31:29 +0100 [thread overview]
Message-ID: <20201102183129.GM6427@ranger.igk.intel.com> (raw)
In-Reply-To: <20201030210351.46482-1-andre.guedes@intel.com>
On Fri, Oct 30, 2020 at 02:03:42PM -0700, Andre Guedes wrote:
> Hi all,
>
> This is the third version of this series which adds XDP support to igc driver.
>
> The main changes from v2 are:
>
> - Moved functions that belong to the driver's hot path to igc_main.c to
> allow the compiler to inline them if convenient.
> - Squashed ndo_xdp_xmit patch into XDP_REDIRECT patch.
>
> v2 is here:
>
> https://patchwork.ozlabs.org/project/intel-wired-lan/cover/20201028201943.93147-1-andre.guedes at intel.com/
>
> v1 is here:
>
> https://patchwork.ozlabs.org/project/intel-wired-lan/cover/20201009025349.4037-1-andre.guedes at intel.com/
>
> Cheers,
> Andre
I had only minor comments/questions for this version, so you can take my:
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
for series.
>
>
> Andre Guedes (9):
> igc: Fix igc_ptp_rx_pktstamp()
> igc: Remove unused argument from igc_tx_cmd_type()
> igc: Introduce igc_rx_buffer_flip() helper
> igc: Introduce igc_get_rx_frame_truesize() helper
> igc: Refactor rx timestamp handling
> igc: Add set/clear large buffer helpers
> igc: Add initial XDP support
> igc: Add support for XDP_TX action
> igc: Add support for XDP_REDIRECT action
>
> drivers/net/ethernet/intel/igc/Makefile | 2 +-
> drivers/net/ethernet/intel/igc/igc.h | 18 +-
> drivers/net/ethernet/intel/igc/igc_main.c | 431 +++++++++++++++++++---
> drivers/net/ethernet/intel/igc/igc_ptp.c | 89 +++--
> drivers/net/ethernet/intel/igc/igc_xdp.c | 60 +++
> drivers/net/ethernet/intel/igc/igc_xdp.h | 13 +
> 6 files changed, 512 insertions(+), 101 deletions(-)
> create mode 100644 drivers/net/ethernet/intel/igc/igc_xdp.c
> create mode 100644 drivers/net/ethernet/intel/igc/igc_xdp.h
>
> --
> 2.28.0
>
> _______________________________________________
> Intel-wired-lan mailing list
> Intel-wired-lan at osuosl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
next prev parent reply other threads:[~2020-11-02 18:31 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-30 21:03 [Intel-wired-lan] [PATCH v3 0/9] igc: Add XDP support Andre Guedes
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 1/9] igc: Fix igc_ptp_rx_pktstamp() Andre Guedes
2020-11-02 17:56 ` Maciej Fijalkowski
2020-11-03 23:39 ` Andre Guedes
2020-11-04 22:26 ` Maciej Fijalkowski
2020-11-06 1:01 ` Guedes, Andre
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 2/9] igc: Remove unused argument from igc_tx_cmd_type() Andre Guedes
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 3/9] igc: Introduce igc_rx_buffer_flip() helper Andre Guedes
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 4/9] igc: Introduce igc_get_rx_frame_truesize() helper Andre Guedes
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 5/9] igc: Refactor rx timestamp handling Andre Guedes
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 6/9] igc: Add set/clear large buffer helpers Andre Guedes
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 7/9] igc: Add initial XDP support Andre Guedes
2020-11-02 18:07 ` Maciej Fijalkowski
2020-11-03 23:40 ` Andre Guedes
2020-11-04 21:56 ` Maciej Fijalkowski
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 8/9] igc: Add support for XDP_TX action Andre Guedes
2020-11-02 18:26 ` Maciej Fijalkowski
2020-11-03 23:40 ` Andre Guedes
2020-11-05 22:03 ` Vinicius Costa Gomes
2020-10-30 21:03 ` [Intel-wired-lan] [PATCH v3 9/9] igc: Add support for XDP_REDIRECT action Andre Guedes
2020-11-02 18:30 ` Maciej Fijalkowski
2020-11-03 23:41 ` Andre Guedes
2020-11-02 18:31 ` Maciej Fijalkowski [this message]
2020-11-03 23:41 ` [Intel-wired-lan] [PATCH v3 0/9] igc: Add XDP support Andre Guedes
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=20201102183129.GM6427@ranger.igk.intel.com \
--to=maciej.fijalkowski@intel.com \
--cc=intel-wired-lan@osuosl.org \
/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