Re: remove custom mbuf copy function support from bpf internals

2019-09-30 Thread David Gwynne
On Mon, Sep 30, 2019 at 08:54:14AM +0200, Claudio Jeker wrote: > On Mon, Sep 30, 2019 at 12:06:34PM +1000, David Gwynne wrote: > > the "public" bpf api no longer supports custom copy functions, so we can > > remove the plumbing for it internally in the bpf code. > > > > ok? > > > > Index: bpf.c

Re: remove custom mbuf copy function support from bpf internals

2019-09-30 Thread Claudio Jeker
On Mon, Sep 30, 2019 at 12:06:34PM +1000, David Gwynne wrote: > the "public" bpf api no longer supports custom copy functions, so we can > remove the plumbing for it internally in the bpf code. > > ok? > > Index: bpf.c > === > RCS

remove custom mbuf copy function support from bpf internals

2019-09-29 Thread David Gwynne
the "public" bpf api no longer supports custom copy functions, so we can remove the plumbing for it internally in the bpf code. ok? Index: bpf.c === RCS file: /cvs/src/sys/net/bpf.c,v retrieving revision 1.180 diff -u -p -r1.180