Home
last modified time | relevance | path

Searched hist:"7 e5a3ef6b4e6cf9b0a04b8906d02f7c896f5b85c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dpktgen.cdiff 7e5a3ef6b4e6cf9b0a04b8906d02f7c896f5b85c Tue Aug 17 20:31:26 CDT 2021 Nick Richardson <richardsonnick@google.com> pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependency

Currently, the declaration of fill_imix_distribution() is dependent
on CONFIG_XFRM. This is incorrect.

Move fill_imix_distribution() declaration out of #ifndef CONFIG_XFRM
block.

Signed-off-by: Nick Richardson <richardsonnick@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>