Searched hist:c2b69f24ebd166a13cdc9909b50f33228895998b (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/core/ |
H A D | flow_offload.c | diff c2b69f24ebd166a13cdc9909b50f33228895998b Thu Jul 23 19:50:22 CDT 2020 Herbert Xu <herbert@gondor.apana.org.au> flow_offload: Move rhashtable inclusion to the source file
I noticed that touching linux/rhashtable.h causes lib/vsprintf.c to be rebuilt. This dependency came through a bogus inclusion in the file net/flow_offload.h. This patch moves it to the right place.
This patch also removes a lingering rhashtable inclusion in cls_api created by the same commit.
Fixes: 4e481908c51b ("flow_offload: move tc indirect block to...") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | flow_offload.h | diff c2b69f24ebd166a13cdc9909b50f33228895998b Thu Jul 23 19:50:22 CDT 2020 Herbert Xu <herbert@gondor.apana.org.au> flow_offload: Move rhashtable inclusion to the source file
I noticed that touching linux/rhashtable.h causes lib/vsprintf.c to be rebuilt. This dependency came through a bogus inclusion in the file net/flow_offload.h. This patch moves it to the right place.
This patch also removes a lingering rhashtable inclusion in cls_api created by the same commit.
Fixes: 4e481908c51b ("flow_offload: move tc indirect block to...") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | cls_api.c | diff c2b69f24ebd166a13cdc9909b50f33228895998b Thu Jul 23 19:50:22 CDT 2020 Herbert Xu <herbert@gondor.apana.org.au> flow_offload: Move rhashtable inclusion to the source file
I noticed that touching linux/rhashtable.h causes lib/vsprintf.c to be rebuilt. This dependency came through a bogus inclusion in the file net/flow_offload.h. This patch moves it to the right place.
This patch also removes a lingering rhashtable inclusion in cls_api created by the same commit.
Fixes: 4e481908c51b ("flow_offload: move tc indirect block to...") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|