On 09/05/2023 11.05, Lorenzo Bianconi wrote:
Since veth is very likely to be enabled and there are some drivers (e.g. mlx5) where CONFIG_PAGE_POOL_STATS is optional, make CONFIG_PAGE_POOL_STATS optional for veth too in order to keep it optional when required. Suggested-by: Jiri Benc <jbenc@xxxxxxxxxx> Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> --- drivers/net/Kconfig | 1 - drivers/net/veth.c | 24 +++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-)
Acked-by: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>