All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [next-queue v6 PATCH 6/7] i40e: Add support for	exposing switch port statistics via port netdevs
Date: Fri, 31 Mar 2017 19:39:11 +0000	[thread overview]
Message-ID: <26D9FDECA4FBDD4AADA65D8E2FC68A4A1040AA09@ORSMSX101.amr.corp.intel.com> (raw)
In-Reply-To: <1490833375-2788-7-git-send-email-sridhar.samudrala@intel.com>

> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Sridhar Samudrala
> Sent: Wednesday, March 29, 2017 5:23 PM
> To: intel-wired-lan at lists.osuosl.org; netdev at vger.kernel.org; Duyck,
> Alexander H <alexander.h.duyck@intel.com>; Singhai, Anjali
> <anjali.singhai@intel.com>; jakub.kicinski at netronome.com;
> gerlitz.or at gmail.com; jiri at resnulli.us; Samudrala, Sridhar
> <sridhar.samudrala@intel.com>
> Subject: [Intel-wired-lan] [next-queue v6 PATCH 6/7] i40e: Add support for
> exposing switch port statistics via port netdevs
> 
> By default stats counted by HW are returned via the original
> ndo_get_stats64() api. Stats counted in SW are returned via
> ndo_get_offload_stats() api.
> 
> Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
> ---
>  drivers/net/ethernet/intel/i40e/i40e.h      |  10 +++
>  drivers/net/ethernet/intel/i40e/i40e_main.c | 125
> ++++++++++++++++++++++++++++
> drivers/net/ethernet/intel/i40e/i40e_txrx.c |  24 +++++-
>  3 files changed, 158 insertions(+), 1 deletion(-)

Tested-by: Andrew Bowers <andrewx.bowers@intel.com>



  reply	other threads:[~2017-03-31 19:39 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-30  0:22 [next-queue v6 PATCH 0/7] i40e: Add port representor and initial switchdev support Sridhar Samudrala
2017-03-30  0:22 ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-30  0:22 ` [next-queue v6 PATCH 1/7] i40e: Introduce devlink interface Sridhar Samudrala
2017-03-30  0:22   ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-31 19:35   ` Bowers, AndrewX
2017-03-30  0:22 ` [next-queue v6 PATCH 2/7] i40e: Introduce Port Representor netdevs and switchdev mode Sridhar Samudrala
2017-03-30  0:22   ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-30  7:17   ` Or Gerlitz
2017-04-03 18:41     ` Samudrala, Sridhar
2017-04-04 11:58       ` Or Gerlitz
2017-04-04 11:58         ` [Intel-wired-lan] " Or Gerlitz
2017-04-04 15:29         ` Alexander Duyck
2017-04-04 15:29           ` Alexander Duyck
2017-04-05 13:41           ` Or Gerlitz
2017-04-05 13:41             ` Or Gerlitz
2017-03-30  9:17   ` Or Gerlitz
2017-03-30  9:17     ` [Intel-wired-lan] " Or Gerlitz
2017-03-31 19:35   ` Bowers, AndrewX
2017-03-30  0:22 ` [next-queue v6 PATCH 3/7] i40e: Sync link state between PF/VFs and Port representor netdevs Sridhar Samudrala
2017-03-30  0:22   ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-31 19:37   ` Bowers, AndrewX
2017-03-30  0:22 ` [next-queue v6 PATCH 4/7] net: store port/representator id in metadata_dst Sridhar Samudrala
2017-03-30  0:22   ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-31 19:42   ` Bowers, AndrewX
2017-03-30  0:22 ` [next-queue v6 PATCH 5/7] i40e: Add TX and RX support over port netdev's in switchdev mode Sridhar Samudrala
2017-03-30  0:22   ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-30  9:26   ` Or Gerlitz
2017-03-30  9:26     ` [Intel-wired-lan] " Or Gerlitz
2017-04-03 18:52     ` Samudrala, Sridhar
2017-04-03 18:52       ` [Intel-wired-lan] " Samudrala, Sridhar
2017-04-14 16:47   ` Alexander Duyck
2017-04-14 16:47     ` Alexander Duyck
2017-04-14 18:26     ` Samudrala, Sridhar
2017-04-14 18:26       ` Samudrala, Sridhar
2017-03-30  0:22 ` [next-queue v6 PATCH 6/7] i40e: Add support for exposing switch port statistics via port netdevs Sridhar Samudrala
2017-03-30  0:22   ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-31 19:39   ` Bowers, AndrewX [this message]
2017-03-30  0:22 ` [next-queue v6 PATCH 7/7] i40e: Add support to get switch id and port number for " Sridhar Samudrala
2017-03-30  0:22   ` [Intel-wired-lan] " Sridhar Samudrala
2017-03-30 21:45   ` Jakub Kicinski
2017-03-30 21:45     ` [Intel-wired-lan] " Jakub Kicinski
2017-03-30 22:31     ` Alexander Duyck
2017-03-30 22:31       ` [Intel-wired-lan] " Alexander Duyck
2017-03-31  1:16       ` Jakub Kicinski
2017-03-31  1:16         ` [Intel-wired-lan] " Jakub Kicinski
2017-03-31 21:09   ` Bowers, AndrewX

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=26D9FDECA4FBDD4AADA65D8E2FC68A4A1040AA09@ORSMSX101.amr.corp.intel.com \
    --to=andrewx.bowers@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 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.