diff options
author | 2020-04-08 19:53:53 -0700 | |
---|---|---|
committer | 2020-04-09 10:08:31 -0700 | |
commit | 6dbf02acef69b0742c238574583b3068afbd227c (patch) | |
tree | 45e066bcda0c5509c70722b321936bae137a5ad8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'mlx5-fixes-2020-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (diff) | |
download | linux-dev-6dbf02acef69b0742c238574583b3068afbd227c.tar.xz linux-dev-6dbf02acef69b0742c238574583b3068afbd227c.zip |
net: qrtr: send msgs from local of same id as broadcast
If the local node id(qrtr_local_nid) is not modified after its
initialization, it equals to the broadcast node id(QRTR_NODE_BCAST).
So the messages from local node should not be taken as broadcast
and keep the process going to send them out anyway.
The definitions are as follow:
static unsigned int qrtr_local_nid = NUMA_NO_NODE;
Fixes: fdf5fd397566 ("net: qrtr: Broadcast messages only from control port")
Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions