mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:30:52 +07:00
net/route: export symbol ip_tos2prio
Need to export this to enable drivers use rt_tos2priority() Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
897d7846b4
commit
d4a968658c
@ -230,7 +230,7 @@ const __u8 ip_tos2prio[16] = {
|
||||
TC_PRIO_INTERACTIVE_BULK,
|
||||
ECN_OR_COST(INTERACTIVE_BULK)
|
||||
};
|
||||
|
||||
EXPORT_SYMBOL(ip_tos2prio);
|
||||
|
||||
/*
|
||||
* Route cache.
|
||||
|
Loading…
Reference in New Issue
Block a user