Re: [PATCH net-next 3/3] net: ipa: support COMPILE_TEST

2021-01-06 Thread Alex Elder
On 1/6/21 1:34 AM, kernel test robot wrote: > Hi Alex, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on net-next/master] I think I just need to define at the top of "gsi_trans.h": struct page; I'll submit v2 of this series, with this one change (assuming

Re: [PATCH net-next 3/3] net: ipa: support COMPILE_TEST

2021-01-05 Thread kernel test robot
Hi Alex, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Alex-Elder/net-ipa-support-COMPILE_TEST/20210106-104149 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 3db1a3fa988

[PATCH net-next 3/3] net: ipa: support COMPILE_TEST

2021-01-05 Thread Alex Elder
Arrange for the IPA driver to be built when COMPILE_TEST is enabled. Update the help text to reflect that we support two Qualcomm SoCs. Suggested-by: Jakub Kicinski Signed-off-by: Alex Elder --- drivers/net/ipa/Kconfig | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --gi