All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amritha Nambiar <amritha.nambiar@intel.com>
To: intel-wired-lan@lists.osuosl.org, jeffrey.t.kirsher@intel.com
Cc: alexander.h.duyck@intel.com, netdev@vger.kernel.org,
	amritha.nambiar@intel.com
Subject: [RFC PATCH v3 1/7] tc_mirred: Clean up white-space noise
Date: Wed, 13 Sep 2017 02:59:19 -0700	[thread overview]
Message-ID: <150529675926.57063.2440322390685604327.stgit@anamdev.jf.intel.com> (raw)
In-Reply-To: <150529632024.57063.15338545678487601430.stgit@anamdev.jf.intel.com>

Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
---
 include/uapi/linux/tc_act/tc_mirred.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/uapi/linux/tc_act/tc_mirred.h b/include/uapi/linux/tc_act/tc_mirred.h
index 3d7a2b3..69038c2 100644
--- a/include/uapi/linux/tc_act/tc_mirred.h
+++ b/include/uapi/linux/tc_act/tc_mirred.h
@@ -9,13 +9,13 @@
 #define TCA_EGRESS_MIRROR 2 /* mirror packet to EGRESS */
 #define TCA_INGRESS_REDIR 3  /* packet redirect to INGRESS*/
 #define TCA_INGRESS_MIRROR 4 /* mirror packet to INGRESS */
-                                                                                
+
 struct tc_mirred {
 	tc_gen;
 	int                     eaction;   /* one of IN/EGRESS_MIRROR/REDIR */
 	__u32                   ifindex;  /* ifindex of egress port */
 };
-                                                                                
+
 enum {
 	TCA_MIRRED_UNSPEC,
 	TCA_MIRRED_TM,
@@ -24,5 +24,5 @@ enum {
 	__TCA_MIRRED_MAX
 };
 #define TCA_MIRRED_MAX (__TCA_MIRRED_MAX - 1)
-                                                                                
+
 #endif

WARNING: multiple messages have this Message-ID (diff)
From: Amritha Nambiar <amritha.nambiar@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [RFC PATCH v3 1/7] tc_mirred: Clean up white-space noise
Date: Wed, 13 Sep 2017 02:59:19 -0700	[thread overview]
Message-ID: <150529675926.57063.2440322390685604327.stgit@anamdev.jf.intel.com> (raw)
In-Reply-To: <150529632024.57063.15338545678487601430.stgit@anamdev.jf.intel.com>

Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
---
 include/uapi/linux/tc_act/tc_mirred.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/uapi/linux/tc_act/tc_mirred.h b/include/uapi/linux/tc_act/tc_mirred.h
index 3d7a2b3..69038c2 100644
--- a/include/uapi/linux/tc_act/tc_mirred.h
+++ b/include/uapi/linux/tc_act/tc_mirred.h
@@ -9,13 +9,13 @@
 #define TCA_EGRESS_MIRROR 2 /* mirror packet to EGRESS */
 #define TCA_INGRESS_REDIR 3  /* packet redirect to INGRESS*/
 #define TCA_INGRESS_MIRROR 4 /* mirror packet to INGRESS */
-                                                                                
+
 struct tc_mirred {
 	tc_gen;
 	int                     eaction;   /* one of IN/EGRESS_MIRROR/REDIR */
 	__u32                   ifindex;  /* ifindex of egress port */
 };
-                                                                                
+
 enum {
 	TCA_MIRRED_UNSPEC,
 	TCA_MIRRED_TM,
@@ -24,5 +24,5 @@ enum {
 	__TCA_MIRRED_MAX
 };
 #define TCA_MIRRED_MAX (__TCA_MIRRED_MAX - 1)
-                                                                                
+
 #endif


  reply	other threads:[~2017-09-13 10:00 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-13  9:59 [RFC PATCH v3 0/7] tc-flower based cloud filters in i40e Amritha Nambiar
2017-09-13  9:59 ` [Intel-wired-lan] " Amritha Nambiar
2017-09-13  9:59 ` Amritha Nambiar [this message]
2017-09-13  9:59   ` [Intel-wired-lan] [RFC PATCH v3 1/7] tc_mirred: Clean up white-space noise Amritha Nambiar
2017-09-13  9:59 ` [RFC PATCH v3 2/7] sched: act_mirred: Traffic class option for mirror/redirect action Amritha Nambiar
2017-09-13  9:59   ` [Intel-wired-lan] " Amritha Nambiar
2017-09-13 13:18   ` Jiri Pirko
2017-09-13 13:18     ` [Intel-wired-lan] " Jiri Pirko
2017-09-14  7:58     ` Nambiar, Amritha
2017-09-14  7:58       ` [Intel-wired-lan] " Nambiar, Amritha
2017-09-13  9:59 ` [RFC PATCH v3 3/7] i40e: Map TCs with the VSI seids Amritha Nambiar
2017-09-13  9:59   ` [Intel-wired-lan] " Amritha Nambiar
2017-09-13  9:59 ` [RFC PATCH v3 4/7] i40e: Cloud filter mode for set_switch_config command Amritha Nambiar
2017-09-13  9:59   ` [Intel-wired-lan] " Amritha Nambiar
2017-09-13  9:59 ` [RFC PATCH v3 5/7] i40e: Admin queue definitions for cloud filters Amritha Nambiar
2017-09-13  9:59   ` [Intel-wired-lan] " Amritha Nambiar
2017-09-13  9:59 ` [RFC PATCH v3 6/7] i40e: Clean up of " Amritha Nambiar
2017-09-13  9:59   ` [Intel-wired-lan] " Amritha Nambiar
2017-09-13  9:59 ` [RFC PATCH v3 7/7] i40e: Enable cloud filters via tc-flower Amritha Nambiar
2017-09-13  9:59   ` [Intel-wired-lan] " Amritha Nambiar
2017-09-13 13:26   ` Jiri Pirko
2017-09-13 13:26     ` [Intel-wired-lan] " Jiri Pirko
2017-09-14  8:00     ` Nambiar, Amritha
2017-09-14  8:00       ` [Intel-wired-lan] " Nambiar, Amritha
2017-09-28 19:22       ` Nambiar, Amritha
2017-09-28 19:22         ` [Intel-wired-lan] " Nambiar, Amritha
2017-09-29  6:20         ` Jiri Pirko
2017-09-29  6:20           ` [Intel-wired-lan] " Jiri Pirko
2017-09-13 10:12 ` [RFC PATCH v3 0/7] tc-flower based cloud filters in i40e Jiri Pirko
2017-09-13 10:12   ` [Intel-wired-lan] " Jiri Pirko

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=150529675926.57063.2440322390685604327.stgit@anamdev.jf.intel.com \
    --to=amritha.nambiar@intel.com \
    --cc=alexander.h.duyck@intel.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jeffrey.t.kirsher@intel.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 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.