mirror of https://gitee.com/openkylin/linux.git
7715ff1647
The current driver starts using page_pool buffers before calling
xdp_rxq_info_reg_mem_model(). Start using the buffers after the
registration succeeded, so we won't have to call
page_pool_request_shutdown() in case of failure
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
netsec.c | ||
sni_ave.c |