Deleted Added
full compact
netmap.h (247230) netmap.h (250458)
1/*
2 * Copyright (C) 2011 Matteo Landi, Luigi Rizzo. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33/*
1/*
2 * Copyright (C) 2011 Matteo Landi, Luigi Rizzo. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33/*
34 * $FreeBSD: stable/9/sys/net/netmap.h 247230 2013-02-24 18:26:17Z luigi $
35 * $Id: netmap.h 11997 2013-01-17 21:59:12Z luigi $
34 * $FreeBSD: stable/9/sys/net/netmap.h 250458 2013-05-10 16:16:33Z luigi $
36 *
37 * Definitions of constants and the structures used by the netmap
38 * framework, for the part visible to both kernel and userspace.
39 * Detailed info on netmap is available with "man netmap" or at
40 *
41 * http://info.iet.unipi.it/~luigi/netmap/
42 */
43

--- 279 unchanged lines hidden ---
35 *
36 * Definitions of constants and the structures used by the netmap
37 * framework, for the part visible to both kernel and userspace.
38 * Detailed info on netmap is available with "man netmap" or at
39 *
40 * http://info.iet.unipi.it/~luigi/netmap/
41 */
42

--- 279 unchanged lines hidden ---