From: Amir Vadai <amirv@mellanox.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Roland Dreier <roland@purestorage.com>,
Yevgeny Petrilin <yevgenyp@mellanox.com>,
Oren Duer <oren@mellanox.com>,
Amir Vadai <amirv@dev.mellanox.co.il>,
Amir Vadai <amirv@mellanox.com>
Subject: [PATCH net-next V7 5/8] net/route: export symbol ip_tos2prio
Date: Thu, 5 Apr 2012 10:33:28 +0300 [thread overview]
Message-ID: <1333611211-1032-6-git-send-email-amirv@mellanox.com> (raw)
In-Reply-To: <1333611211-1032-1-git-send-email-amirv@mellanox.com>
Need to export this to enable drivers use rt_tos2priority()
Signed-off-by: Amir Vadai <amirv@mellanox.com>
---
net/ipv4/route.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index e5647b4..634aa82 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -230,7 +230,7 @@ const __u8 ip_tos2prio[16] = {
TC_PRIO_INTERACTIVE_BULK,
ECN_OR_COST(INTERACTIVE_BULK)
};
-
+EXPORT_SYMBOL(ip_tos2prio);
/*
* Route cache.
--
1.7.8.2
next prev parent reply other threads:[~2012-04-05 7:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-05 7:33 [PATCH net-next V7 0/8] net/mlx4_en: DCB QoS support Amir Vadai
2012-04-05 7:33 ` [PATCH net-next V7 1/8] net/mlx4_en: Force user priority by QP attribute Amir Vadai
2012-04-05 7:33 ` [PATCH net-next V7 2/8] net/mlx4_core: set port QoS attributes Amir Vadai
2012-04-05 7:33 ` [PATCH net-next V7 3/8] net/mlx4_en: DCB QoS support Amir Vadai
2012-04-05 7:33 ` [PATCH net-next V7 4/8] net/mlx4_en: sk_prio <=> UP for untagged traffic Amir Vadai
2012-04-05 7:33 ` Amir Vadai [this message]
2012-04-05 7:33 ` [PATCH net-next V7 6/8] IB/rdma_cm: TOS <=> UP mapping for IBoE Amir Vadai
2012-04-05 7:33 ` [PATCH net-next V7 7/8] net/dcb: Add an optional max rate attribute Amir Vadai
2012-04-05 7:33 ` [PATCH net-next V7 8/8] net/mlx4_en: Set max rate-limit for a TC Amir Vadai
2012-04-05 9:28 ` [PATCH net-next V7 0/8] net/mlx4_en: DCB QoS support David Miller
2012-04-05 11:22 ` Amir Vadai
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=1333611211-1032-6-git-send-email-amirv@mellanox.com \
--to=amirv@mellanox.com \
--cc=amirv@dev.mellanox.co.il \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=oren@mellanox.com \
--cc=roland@purestorage.com \
--cc=yevgenyp@mellanox.com \
/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).