diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2019-04-25 15:37:28 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2019-04-25 15:37:28 +0000 |
| commit | 50575ce11cbe09fd4d7cfe1e11d8dcca209515b9 (patch) | |
| tree | a35afc3b087df08fdfc94eac8bdcbf240251a0b7 /sys/netinet/ip_output.c | |
| parent | e77f4eb2a08599ca340871961b365b37f4213961 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_output.c')
| -rw-r--r-- | sys/netinet/ip_output.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 45b928037293f..48d3aa1aed03f 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -247,6 +247,9 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags, m->m_pkthdr.flowid = inp->inp_flowid; M_HASHTYPE_SET(m, inp->inp_flowtype); } +#ifdef NUMA + m->m_pkthdr.numa_domain = inp->inp_numa_domain; +#endif } if (ro == NULL) { |
