All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [RFC PATCH v2 3/6] [net-next]net: i40e: Extend set switch config command to accept cloud filter mode
Date: Wed, 23 Aug 2017 03:43:27 -0700	[thread overview]
Message-ID: <1503485007.43048.31.camel@intel.com> (raw)
In-Reply-To: <150296562149.16910.5659916522674039966.stgit@anamdev.jf.intel.com>

On Thu, 2017-08-17 at 03:27 -0700, Amritha Nambiar wrote:
> Add definitions for L4 filters and switch modes based on cloud
> filters
> modes and extend the set switch config command to include the
> additional cloud filter mode.
> 
> Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
> Signed-off-by: Kiran Patil <kiran.patil@intel.com>
> ---
>  drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h |   31
> ++++++++++++++++++++-
>  drivers/net/ethernet/intel/i40e/i40e_common.c     |    4 ++-
>  drivers/net/ethernet/intel/i40e/i40e_ethtool.c    |    2 +
>  drivers/net/ethernet/intel/i40e/i40e_main.c       |    2 +
>  drivers/net/ethernet/intel/i40e/i40e_prototype.h  |    2 +
>  drivers/net/ethernet/intel/i40e/i40e_type.h       |    9 ++++++
>  6 files changed, 45 insertions(+), 5 deletions(-)

Unfortunately, this does not apply (not even close).  Since you are
needing to make changes to the first set of 6 patches, please rebase
your entire set of patches to my latest tree and that should fix the
issue.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20170823/874926b8/attachment.asc>

WARNING: multiple messages have this Message-ID (diff)
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: Amritha Nambiar <amritha.nambiar@intel.com>,
	intel-wired-lan@lists.osuosl.org
Cc: alexander.h.duyck@intel.com, kiran.patil@intel.com,
	netdev@vger.kernel.org, mitch.a.williams@intel.com,
	alexander.duyck@gmail.com, neerav.parikh@intel.com,
	sridhar.samudrala@intel.com, carolyn.wyborny@intel.com
Subject: Re: [RFC PATCH v2 3/6] [net-next]net: i40e: Extend set switch config command to accept cloud filter mode
Date: Wed, 23 Aug 2017 03:43:27 -0700	[thread overview]
Message-ID: <1503485007.43048.31.camel@intel.com> (raw)
In-Reply-To: <150296562149.16910.5659916522674039966.stgit@anamdev.jf.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

On Thu, 2017-08-17 at 03:27 -0700, Amritha Nambiar wrote:
> Add definitions for L4 filters and switch modes based on cloud
> filters
> modes and extend the set switch config command to include the
> additional cloud filter mode.
> 
> Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
> Signed-off-by: Kiran Patil <kiran.patil@intel.com>
> ---
>  drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h |   31
> ++++++++++++++++++++-
>  drivers/net/ethernet/intel/i40e/i40e_common.c     |    4 ++-
>  drivers/net/ethernet/intel/i40e/i40e_ethtool.c    |    2 +
>  drivers/net/ethernet/intel/i40e/i40e_main.c       |    2 +
>  drivers/net/ethernet/intel/i40e/i40e_prototype.h  |    2 +
>  drivers/net/ethernet/intel/i40e/i40e_type.h       |    9 ++++++
>  6 files changed, 45 insertions(+), 5 deletions(-)

Unfortunately, this does not apply (not even close).  Since you are
needing to make changes to the first set of 6 patches, please rebase
your entire set of patches to my latest tree and that should fix the
issue.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-08-23 10:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17 10:26 [Intel-wired-lan] [RFC PATCH v2 0/6] Configure cloud filters in i40e via tc-flower classifier Amritha Nambiar
2017-08-17 10:26 ` Amritha Nambiar
2017-08-17 10:26 ` [Intel-wired-lan] [RFC PATCH v2 1/6] [net-next]net: sched: act_mirred: Extend redirect action to accept a traffic class Amritha Nambiar
2017-08-17 10:26   ` Amritha Nambiar
2017-08-17 10:26 ` [Intel-wired-lan] [RFC PATCH v2 2/6] [net-next]net: i40e: Maintain a mapping of TCs with the VSI seids Amritha Nambiar
2017-08-17 10:26   ` Amritha Nambiar
2017-08-17 10:27 ` [Intel-wired-lan] [RFC PATCH v2 3/6] [net-next]net: i40e: Extend set switch config command to accept cloud filter mode Amritha Nambiar
2017-08-17 10:27   ` Amritha Nambiar
2017-08-23 10:43   ` Jeff Kirsher [this message]
2017-08-23 10:43     ` Jeff Kirsher
2017-08-17 10:27 ` [Intel-wired-lan] [RFC PATCH v2 4/6] [net-next]net: i40e: Admin queue definitions for cloud filters Amritha Nambiar
2017-08-17 10:27   ` Amritha Nambiar
2017-08-17 10:27 ` [Intel-wired-lan] [RFC PATCH v2 5/6] [net-next]net: i40e: Clean up of " Amritha Nambiar
2017-08-17 10:27   ` Amritha Nambiar
2017-08-17 10:27 ` [Intel-wired-lan] [RFC PATCH v2 6/6] [net-next]net: i40e: Enable cloud filters in i40e via tc flower classifier Amritha Nambiar
2017-08-17 10:27   ` Amritha Nambiar
2017-08-17 16:14 ` [Intel-wired-lan] [RFC PATCH v2 0/6] Configure cloud filters in i40e via tc-flower classifier Shannon Nelson

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=1503485007.43048.31.camel@intel.com \
    --to=jeffrey.t.kirsher@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.