From: Samudrala, Sridhar <sridhar.samudrala@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [net-next PATCH 0/6] i40e: Add VF port representator support or SR-IOV VFs
Date: Fri, 30 Dec 2016 08:55:05 -0800 [thread overview]
Message-ID: <58669169.5050006@intel.com> (raw)
In-Reply-To: <20161229.215356.2143143534347167491.davem@davemloft.net>
On 12/29/2016 6:53 PM, David Miller wrote:
> From: Sridhar Samudrala <sridhar.samudrala@intel.com>
> Date: Thu, 29 Dec 2016 22:20:57 -0800
>
>> - Patch 1 introduces devlink interface to get/set the mode of SRIOV switch.
>> - Patch 2 adds support to create VF port representor(VFPR) netdevs associated
>> with SR-IOV VFs that can be used to control/configure VFs from PF name space.
>> - Patch 3 enables syncing link state between VFs and VFPRs.
>> - Patch 4 adds a new type to metadata_dst to allow passing VF id to lower device.
>> - Patch 5 adds TX and RX support to VFPR netdevs.
>> - Patch 6 enables HW and SW VFPR statistics to be exposed via netlink on VFPR
>> netdevs.
> Patch 4 did not show up on the lists.
I see it on intel-wired-lan list. not sure why it didn't make it to netdev.
>
> The computer you did this work on is configured with a time in the future.
Will fix and send a v2 that will address other comments and include patch 4.
WARNING: multiple messages have this Message-ID (diff)
From: "Samudrala, Sridhar" <sridhar.samudrala@intel.com>
To: David Miller <davem@davemloft.net>
Cc: alexander.h.duyck@intel.com, john.r.fastabend@intel.com,
anjali.singhai@intel.com, jakub.kicinski@netronome.com,
intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org
Subject: Re: [net-next PATCH 0/6] i40e: Add VF port representator support or SR-IOV VFs
Date: Fri, 30 Dec 2016 08:55:05 -0800 [thread overview]
Message-ID: <58669169.5050006@intel.com> (raw)
In-Reply-To: <20161229.215356.2143143534347167491.davem@davemloft.net>
On 12/29/2016 6:53 PM, David Miller wrote:
> From: Sridhar Samudrala <sridhar.samudrala@intel.com>
> Date: Thu, 29 Dec 2016 22:20:57 -0800
>
>> - Patch 1 introduces devlink interface to get/set the mode of SRIOV switch.
>> - Patch 2 adds support to create VF port representor(VFPR) netdevs associated
>> with SR-IOV VFs that can be used to control/configure VFs from PF name space.
>> - Patch 3 enables syncing link state between VFs and VFPRs.
>> - Patch 4 adds a new type to metadata_dst to allow passing VF id to lower device.
>> - Patch 5 adds TX and RX support to VFPR netdevs.
>> - Patch 6 enables HW and SW VFPR statistics to be exposed via netlink on VFPR
>> netdevs.
> Patch 4 did not show up on the lists.
I see it on intel-wired-lan list. not sure why it didn't make it to netdev.
>
> The computer you did this work on is configured with a time in the future.
Will fix and send a v2 that will address other comments and include patch 4.
next prev parent reply other threads:[~2016-12-30 16:55 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-30 6:20 [Intel-wired-lan] [net-next PATCH 0/6] i40e: Add VF port representator support or SR-IOV VFs Sridhar Samudrala
2016-12-30 6:20 ` Sridhar Samudrala
2016-12-30 2:53 ` [Intel-wired-lan] " David Miller
2016-12-30 2:53 ` David Miller
2016-12-30 16:55 ` Samudrala, Sridhar [this message]
2016-12-30 16:55 ` Samudrala, Sridhar
2016-12-30 6:20 ` [Intel-wired-lan] [net-next PATCH 1/6] i40e: Introduce devlink interface Sridhar Samudrala
2016-12-30 6:20 ` Sridhar Samudrala
2016-12-30 6:20 ` [Intel-wired-lan] [net-next PATCH 2/6] i40e: Introduce VF Port Representator(VFPR) netdevs Sridhar Samudrala
2016-12-30 6:20 ` Sridhar Samudrala
2016-12-30 2:52 ` [Intel-wired-lan] " David Miller
2016-12-30 2:52 ` David Miller
2016-12-30 6:21 ` [Intel-wired-lan] [net-next PATCH 3/6] i40e: Sync link state between VFs and VFPRs Sridhar Samudrala
2016-12-30 6:21 ` Sridhar Samudrala
2016-12-30 15:43 ` [Intel-wired-lan] " Or Gerlitz
2016-12-30 15:43 ` Or Gerlitz
2016-12-30 17:10 ` [Intel-wired-lan] " Samudrala, Sridhar
2016-12-30 17:10 ` Samudrala, Sridhar
2016-12-30 6:21 ` [Intel-wired-lan] [net-next PATCH 4/6] net: store port/representator id in metadata_dst Sridhar Samudrala
2016-12-30 6:21 ` [Intel-wired-lan] [net-next PATCH 5/6] i40e: Add TX and RX support in switchdev mode Sridhar Samudrala
2016-12-30 6:21 ` Sridhar Samudrala
2016-12-30 15:31 ` [Intel-wired-lan] " Or Gerlitz
2016-12-30 15:31 ` Or Gerlitz
2016-12-30 17:04 ` [Intel-wired-lan] " Samudrala, Sridhar
2016-12-30 17:04 ` Samudrala, Sridhar
2017-01-03 23:03 ` [Intel-wired-lan] " Or Gerlitz
2017-01-03 23:03 ` Or Gerlitz
2017-01-04 22:46 ` [Intel-wired-lan] " Samudrala, Sridhar
2017-01-04 22:46 ` Samudrala, Sridhar
2017-01-05 11:50 ` [Intel-wired-lan] " Or Gerlitz
2017-01-05 11:50 ` Or Gerlitz
2017-01-05 22:32 ` [Intel-wired-lan] " Samudrala, Sridhar
2017-01-05 22:32 ` Samudrala, Sridhar
2017-01-06 9:09 ` [Intel-wired-lan] " Or Gerlitz
2017-01-06 9:24 ` Or Gerlitz
2017-01-06 9:24 ` Or Gerlitz
2016-12-30 6:21 ` [Intel-wired-lan] [net-next PATCH 6/6] i40e: Add support for exposing VF port statistics via VFPR netdev on the host Sridhar Samudrala
2016-12-30 6:21 ` Sridhar Samudrala
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=58669169.5050006@intel.com \
--to=sridhar.samudrala@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.