On Tue, Sep 20, 2016 at 3:37 PM, Eric Dumazet <eric.duma...@gmail.com> wrote: > On Tue, 2016-09-20 at 15:00 -0700, Tom Herbert wrote: > >> diff --git a/net/core/xdp.c b/net/core/xdp.c >> new file mode 100644 >> index 0000000..815ead8 >> --- /dev/null >> +++ b/net/core/xdp.c >> @@ -0,0 +1,211 @@ >> +/* >> + * Kernel Connection Multiplexor >> + * >> + * Copyright (c) 2016 Tom Herbert <t...@herbertland.com> >> + * >> + * This program is free software; you can redistribute it and/or modify >> + * it under the terms of the GNU General Public License version 2 >> + * as published by the Free Software Foundation. >> + */ > > > Too much copy/paste Tom :) > If this is you're only complaint Eric I'll be quite impressed ;-)
>