Re: [PATCH net-next 02/13] sock: skb_copy_ubufs support for compound pages

2017-06-18 Thread Willem de Bruijn
> [auto build test ERROR on net-next/master] >>net//core/skbuff.c: In function 'skb_copy_ubufs': >>> net//core/skbuff.c:1016:2: error: 'uarg' undeclared (first use in this >>> function) > uarg->callback(uarg, false); > ^ >net//core/skbuff.c:1016:2: note: each undeclared identifie

Re: [PATCH net-next 02/13] sock: skb_copy_ubufs support for compound pages

2017-06-18 Thread kbuild test robot
Hi Willem, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Willem-de-Bruijn/sock-allocate-skbs-from-optmem/20170619-072924 config: i386-randconfig-a0-06162344 (attached as .config) compiler: gcc-5 (Debian 5.4.1-2) 5.4.1 20160904 reproduce: # sa

[PATCH net-next 02/13] sock: skb_copy_ubufs support for compound pages

2017-06-18 Thread Willem de Bruijn
From: Willem de Bruijn Refine skb_copy_ubufs to support compound pages. With upcoming TCP and UDP zerocopy sendmsg, such fragments may appear. The existing code replaces each page one for one. Splitting each compound page into an independent number of regular pages can result in exceeding limit