From: David Miller <davem@davemloft.net>
To: mstarovoitov@marvell.com
Cc: kuba@kernel.org, irusskikh@marvell.com, netdev@vger.kernel.org
Subject: Re: [PATCH v3 net-next 00/13] net: atlantic: various features
Date: Mon, 20 Jul 2020 18:07:54 -0700 (PDT) [thread overview]
Message-ID: <20200720.180754.294519294812439301.davem@davemloft.net> (raw)
In-Reply-To: <20200720183244.10029-1-mstarovoitov@marvell.com>
From: Mark Starovoytov <mstarovoitov@marvell.com>
Date: Mon, 20 Jul 2020 21:32:31 +0300
> This patchset adds more features for Atlantic NICs:
> * media detect;
> * additional per-queue stats;
> * PTP stats;
> * ipv6 support for TCP LSO and UDP GSO;
> * 64-bit operations;
> * A0 ntuple filters;
> * MAC temperature (hwmon).
>
> This work is a joint effort of Marvell developers.
>
> v3:
> * reworked patches related to stats:
> . fixed u64_stats_update_* usage;
> . use simple assignment in _get_stats / _fill_stats_data;
> . made _get_sw_stats / _fill_stats_data return count as return value;
> . split rx and tx per-queue stats;
>
> v2: https://patchwork.ozlabs.org/cover/1329652/
> * removed media detect feature (will be reworked and submitted later);
> * removed irq counter from stats;
> * use u64_stats_update_* to protect 64-bit stats;
> * use io-64-nonatomic-lo-hi.h for readq/writeq fallbacks;
>
> v1: https://patchwork.ozlabs.org/cover/1327894/
Series applied, thanks Mark.
prev parent reply other threads:[~2020-07-21 1:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-20 18:32 [PATCH v3 net-next 00/13] net: atlantic: various features Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 01/13] net: atlantic: move FRAC_PER_NS to aq_hw.h Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 02/13] net: atlantic: use simple assignment in _get_stats and _get_sw_stats Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 03/13] net: atlantic: make _get_sw_stats return count as return value Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 04/13] net: atlantic: split rx and tx per-queue stats Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 05/13] net: atlantic: use u64_stats_update_* to protect access to 64-bit stats Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 06/13] net: atlantic: additional per-queue stats Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 07/13] net: atlantic: PTP statistics Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 08/13] net: atlantic: enable ipv6 support for TCP LSO and UDP GSO Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 09/13] net: atlantic: add support for 64-bit reads/writes Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 10/13] net: atlantic: use U32_MAX in aq_hw_utils.c Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 11/13] net: atlantic: use intermediate variable to improve readability a bit Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 12/13] net: atlantic: A0 ntuple filters Mark Starovoytov
2020-07-20 18:32 ` [PATCH v3 net-next 13/13] net: atlantic: add hwmon getter for MAC temperature Mark Starovoytov
2020-07-20 23:58 ` [PATCH v3 net-next 00/13] net: atlantic: various features Jakub Kicinski
2020-07-21 1:07 ` 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=20200720.180754.294519294812439301.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=irusskikh@marvell.com \
--cc=kuba@kernel.org \
--cc=mstarovoitov@marvell.com \
--cc=netdev@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).