pf_ring make error

Daniel Herakovic <[email protected]> Tue, 26 Feb 2019 10:08:44 +0000
Newsgroups gmane.linux.ntop.general
Message-ID <VI1PR01MB5246BA0F7FAD2801ABC51120CD7B0@VI1PR01MB5246.eurprd01.prod.exchangelabs.com>
--===============2811990815483668326==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_VI1PR01MB5246BA0F7FAD2801ABC51120CD7B0VI1PR01MB5246eurp_"

--_000_VI1PR01MB5246BA0F7FAD2801ABC51120CD7B0VI1PR01MB5246eurp_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Hello,

While installation of pf_ring for use with ntop on clear linux with kernel =
4.20.11-702.native, the output gives me an error I don't know how to resolv=
e. I'd appreciate any assistance, and or at least a direction to where I ca=
n find a solution myself. Thanks.

my kernel version is:

daniel@clr-341cdbff56104f85bf18c532c007d6f7 ~/PF_RING $ uname -r
4.20.11-702.native

I cloned the git repo to my local disk:

daniel@clr-341cdbff56104f85bf18c532c007d6f7 ~/PF_RING $ ls
ChangeLog  doc  drivers  kernel  LICENSE  Makefile  package  README  README=
.FIRST  README.md  tools  userland

the kernel headers are in the folder:

daniel@clr-341cdbff56104f85bf18c532c007d6f7 ~/PF_RING $ ls /usr/lib/modules=
/4.20.11-702.native/build/
arch   certs   Documentation  firmware  include  ipc     Kconfig  lib      =
 mm              native  samples  security  System.map  usr
block  crypto  drivers        fs        init     Kbuild  kernel   Makefile =
 Module.symvers  net     scripts  sound     tools       virt

running make gives me the following errors:

daniel@clr-341cdbff56104f85bf18c532c007d6f7 ~/PF_RING $ make
cd kernel; make
make[1]: Entering directory '/home/daniel/PF_RING/kernel'
make -C /lib/modules/4.20.11-702.native/build SUBDIRS=3D/home/daniel/PF_RIN=
G/kernel EXTRA_CFLAGS=3D'-I/home/daniel/PF_RING/kernel -DGIT_REV=3D"\"dev:4=
1fb9de222b7c6b480c308426438237fc29ad794\"" -no-pie -fno-pie' modules
make[2]: Entering directory '/usr/lib/modules/4.20.11-702.native/build'
  CC [M]  /home/daniel/PF_RING/kernel/pf_ring.o
In file included from /home/daniel/PF_RING/kernel/pf_ring.c:131:
/home/daniel/PF_RING/kernel/pf_ring.c: In function =91ring_notifier=92:
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8175:39: note: in expansion of macro =
=91pfring_ptr=92
   hook =3D (struct pfring_hooks *) dev->pfring_ptr;
                                       ^~~~~~~~~~
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:173:69: note: in expansion of macro =
=91pfring_ptr=92
   printk("[PF_RING][DEBUG] %s:%d " fmt,  __FUNCTION__, __LINE__, ## __VA_A=
RGS__); }
                                                                     ^~~~~~=
~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8189:7: note: in expansion of macro =
=91debug_printk=92
       debug_printk(2, "%s: [REGISTER][ifindex: %u pfring_ptr=3D%p hook=3D%=
p]\n", dev->name, dev->ifindex, dev->pfring_ptr, &ring_hooks);
       ^~~~~~~~~~~~
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8202:7: note: in expansion of macro =
=91pfring_ptr=92
  dev->pfring_ptr =3D &ring_hooks;
       ^~~~~~~~~~
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:173:69: note: in expansion of macro =
=91pfring_ptr=92
   printk("[PF_RING][DEBUG] %s:%d " fmt,  __FUNCTION__, __LINE__, ## __VA_A=
RGS__); }
                                                                     ^~~~~~=
~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8210:7: note: in expansion of macro =
=91debug_printk=92
       debug_printk(2, "%s: [UNREGISTER][ifindex: %u pfring_ptr=3D%p]\n", d=
ev->name, dev->ifindex, dev->pfring_ptr);
       ^~~~~~~~~~~~
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8212:43: note: in expansion of macro =
=91pfring_ptr=92
       hook =3D (struct pfring_hooks *) dev->pfring_ptr;
                                           ^~~~~~~~~~
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8215:7: note: in expansion of macro =
=91pfring_ptr=92
  dev->pfring_ptr =3D NULL;
       ^~~~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c: In function =91ring_exit=92:
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8348:50: note: in expansion of macro =
=91pfring_ptr=92
     hook =3D (struct pfring_hooks *) dev_ptr->dev->pfring_ptr;
                                                  ^~~~~~~~~~
/home/daniel/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_dev=
ice=92 has no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?
 #define pfring_ptr ax25_ptr
                    ^~~~~~~~
/home/daniel/PF_RING/kernel/pf_ring.c:8362:23: note: in expansion of macro =
=91pfring_ptr=92
         dev_ptr->dev->pfring_ptr =3D NULL; /* Unhook PF_RING */
                       ^~~~~~~~~~
make[3]: *** [scripts/Makefile.build:298: /home/daniel/PF_RING/kernel/pf_ri=
ng.o] Error 1
make[2]: *** [Makefile:1562: _module_/home/daniel/PF_RING/kernel] Error 2
make[2]: Leaving directory '/usr/lib/modules/4.20.11-702.native/build'
make[1]: *** [Makefile:64: all] Error 2
make[1]: Leaving directory '/home/daniel/PF_RING/kernel'
make: *** [Makefile:2: all] Error 2




--_000_VI1PR01MB5246BA0F7FAD2801ABC51120CD7B0VI1PR01MB5246eurp_
Content-Type: text/html; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
<style type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bo=
ttom:0;} </style>
</head>
<body dir=3D"ltr">
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
Hello,</div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
While installation of pf_ring for use with ntop on clear linux with kernel =
4.20.11-702.native, the output gives me an error I don't know how to resolv=
e. I'd appreciate any assistance, and or at least a direction to where I ca=
n find a solution myself. Thanks.<br>
</div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<b>my kernel version is:</b></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<br>
</div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span style=3D"font-family: Consolas, Courier, monospace;">daniel@clr-341cd=
bff56104f85bf18c532c007d6f7 ~/PF_RING $ uname -r</span><span><br>
</span><span style=3D"font-family: Consolas, Courier, monospace;">4.20.11-7=
02.native</span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<b><span>I cloned the git repo to my local disk:</span></b></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span style=3D"font-family: Consolas, Courier, monospace;">daniel@clr=
-341cdbff56104f85bf18c532c007d6f7 ~/PF_RING $ ls</span><span><br>
</span><span style=3D"font-family: Consolas, Courier, monospace;">ChangeLog=
 &nbsp;doc &nbsp;drivers &nbsp;kernel &nbsp;LICENSE &nbsp;Makefile &nbsp;pa=
ckage &nbsp;README &nbsp;README.FIRST &nbsp;README.md &nbsp;tools &nbsp;use=
rland</span></span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span><br>
</span></span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<b><span><span>the kernel headers are in the folder:</span></span></b></div=
>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span><br>
</span></span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span><span><span>
<div><span style=3D"font-family: Consolas, Courier, monospace;">daniel@clr-=
341cdbff56104f85bf18c532c007d6f7 ~/PF_RING $ ls /usr/lib/modules/4.20.11-70=
2.native/build/</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">arch &nbsp;=
 certs &nbsp; Documentation &nbsp;firmware &nbsp;include &nbsp;ipc &nbsp; &=
nbsp; Kconfig &nbsp;lib &nbsp; &nbsp; &nbsp; mm &nbsp; &nbsp; &nbsp; &nbsp;=
 &nbsp; &nbsp; &nbsp;native &nbsp;samples &nbsp;security &nbsp;System.map &=
nbsp;usr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">block &nbsp=
;crypto &nbsp;drivers &nbsp; &nbsp; &nbsp; &nbsp;fs &nbsp; &nbsp; &nbsp; &n=
bsp;init &nbsp; &nbsp; Kbuild &nbsp;kernel &nbsp; Makefile &nbsp;Module.sym=
vers &nbsp;net &nbsp; &nbsp; scripts &nbsp;sound &nbsp; &nbsp; tools &nbsp;=
 &nbsp; &nbsp; virt</span></div>
</span></span></span></span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span><br>
</span></span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<b><span><span>running make gives me the following errors:</span></span></b=
></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span><br>
</span></span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span><span style=3D"font-family: Consolas, Courier, monospace;">dani=
el@clr-341cdbff56104f85bf18c532c007d6f7 ~/PF_RING $ make</span><span><br>
</span>
<div><span style=3D"font-family: Consolas, Courier, monospace;">cd kernel; =
make</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make[1]: En=
tering directory '/home/daniel/PF_RING/kernel'</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make -C /li=
b/modules/4.20.11-702.native/build SUBDIRS=3D/home/daniel/PF_RING/kernel EX=
TRA_CFLAGS=3D'-I/home/daniel/PF_RING/kernel -DGIT_REV=3D&quot;\&quot;dev:41=
fb9de222b7c6b480c308426438237fc29ad794\&quot;&quot; -no-pie
 -fno-pie' modules</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make[2]: En=
tering directory '/usr/lib/modules/4.20.11-702.native/build'</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; CC [=
M] &nbsp;/home/daniel/PF_RING/kernel/pf_ring.o</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">In file inc=
luded from /home/daniel/PF_RING/kernel/pf_ring.c:131:</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c: In function =91ring_notifier=92:</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8175:39: note: in expansion of macro =91pfring_p=
tr=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p;hook =3D (struct pfring_hooks *) dev-&gt;pfring_ptr;</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &n=
bsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:173:69: note: in expansion of macro =91pfring_pt=
r=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p;printk(&quot;[PF_RING][DEBUG] %s:%d &quot; fmt, &nbsp;__FUNCTION__, __LIN=
E__, ## __VA_ARGS__); }</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &n=
bsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp=
; &nbsp;^~~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8189:7: note: in expansion of macro =91debug_pri=
ntk=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp;debug_printk(2, &quot;%s: [REGISTER][ifindex: %u pfring_ptr=
=3D%p hook=3D%p]\n&quot;, dev-&gt;name, dev-&gt;ifindex, dev-&gt;pfring_ptr=
, &amp;ring_hooks);</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp;^~~~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8202:7: note: in expansion of macro =91pfring_pt=
r=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; dev-=
&gt;pfring_ptr =3D &amp;ring_hooks;</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp;^~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:173:69: note: in expansion of macro =91pfring_pt=
r=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p;printk(&quot;[PF_RING][DEBUG] %s:%d &quot; fmt, &nbsp;__FUNCTION__, __LIN=
E__, ## __VA_ARGS__); }</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &n=
bsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp=
; &nbsp;^~~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8210:7: note: in expansion of macro =91debug_pri=
ntk=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp;debug_printk(2, &quot;%s: [UNREGISTER][ifindex: %u pfring_p=
tr=3D%p]\n&quot;, dev-&gt;name, dev-&gt;ifindex, dev-&gt;pfring_ptr);</span=
><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp;^~~~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8212:43: note: in expansion of macro =91pfring_p=
tr=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp;hook =3D (struct pfring_hooks *) dev-&gt;pfring_ptr;</span>=
<br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &n=
bsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~=
~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8215:7: note: in expansion of macro =91pfring_pt=
r=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; dev-=
&gt;pfring_ptr =3D NULL;</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp;^~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c: In function =91ring_exit=92:</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8348:50: note: in expansion of macro =91pfring_p=
tr=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp;hook =3D (struct pfring_hooks *) dev_ptr-&gt;dev-&gt;pfring_ptr;</=
span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &n=
bsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; ^~~~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/linux/pf_ring.h:41:20: error: =91struct net_device=92 has =
no member named =91ax25_ptr=92; did you mean =91dsa_ptr=92?</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp;#defi=
ne pfring_ptr ax25_ptr</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~</span><=
br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">/home/danie=
l/PF_RING/kernel/pf_ring.c:8362:23: note: in expansion of macro =91pfring_p=
tr=92</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp;dev_ptr-&gt;dev-&gt;pfring_ptr =3D NULL; /* Unhook P=
F_RING */</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">&nbsp; &nbs=
p; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~=
~~~~~~~</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make[3]: **=
* [scripts/Makefile.build:298: /home/daniel/PF_RING/kernel/pf_ring.o] Error=
 1</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make[2]: **=
* [Makefile:1562: _module_/home/daniel/PF_RING/kernel] Error 2</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make[2]: Le=
aving directory '/usr/lib/modules/4.20.11-702.native/build'</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make[1]: **=
* [Makefile:64: all] Error 2</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make[1]: Le=
aving directory '/home/daniel/PF_RING/kernel'</span><br>
</div>
<div><span style=3D"font-family: Consolas, Courier, monospace;">make: *** [=
Makefile:2: all] Error 2</span><br>
</div>
<div><br>
</div>
<span></span><br>
</span></span></div>
<div style=3D"font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;=
 color: rgb(0, 0, 0);">
<span><span></span></span><br>
</div>
</body>
</html>

--_000_VI1PR01MB5246BA0F7FAD2801ABC51120CD7B0VI1PR01MB5246eurp_--

--===============2811990815483668326==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop
--===============2811990815483668326==--