免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
123下一页
最近访问板块 发新帖
查看: 6699 | 回复: 24
打印 上一主题 下一主题

关于PF_RING编译时出现的ip_defrag错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-01-28 16:21 |只看该作者 |倒序浏览
刚接触这方面的知识,想给内核打个补丁,前面挺顺利的,PF_RING内核源码是官方上下载的
编译问题如下:
net/ring/ring_packet.c:159: error: conflicting types for 'ip_defrag'
include/net/ip.h:257: error: previous declaration of 'ip_defrag' was here
net/ring/ring_packet.c:159: error: conflicting types for 'ip_defrag'
include/net/ip.h:257: error: previous declaration of 'ip_defrag' was here
net/ring/ring_packet.c: In function `ring_gather_frags':
net/ring/ring_packet.c:273: warning: implicit declaration of function `ip_hdr'
net/ring/ring_packet.c:273: warning: passing arg 1 of `ip_send_check' makes pointer from integer without a cast
net/ring/ring_packet.c: In function `ring_proc_init':
net/ring/ring_packet.c:527: error: `init_net' undeclared (first use in this function)
net/ring/ring_packet.c:527: error: (Each undeclared identifier is reported only once
net/ring/ring_packet.c:527: error: for each function it appears in.)
net/ring/ring_packet.c: In function `ring_proc_term':
net/ring/ring_packet.c:559: error: `init_net' undeclared (first use in this function)
net/ring/ring_packet.c: In function `match_filtering_rule':
net/ring/ring_packet.c:990: error: structure has no member named `pattern'
net/ring/ring_packet.c:1008: error: storage size of 'state' isn't known
net/ring/ring_packet.c:1031: error: structure has no member named `pattern'
net/ring/ring_packet.c:1037: warning: implicit declaration of function `textsearch_find_continuous'
net/ring/ring_packet.c:1037: error: structure has no member named `pattern'
net/ring/ring_packet.c:1008: warning: unused variable `state'
net/ring/ring_packet.c: In function `skb_ring_handler':
net/ring/ring_packet.c:1897: error: structure has no member named `iif'
net/ring/ring_packet.c:1924: warning: implicit declaration of function `skb_reset_network_header'
net/ring/ring_packet.c:1925: warning: implicit declaration of function `skb_reset_transport_header'
net/ring/ring_packet.c:1926: warning: implicit declaration of function `skb_set_network_header'
net/ring/ring_packet.c:1928: warning: assignment makes pointer from integer without a cast
net/ring/ring_packet.c:1984: error: structure has no member named `tstamp'
net/ring/ring_packet.c:1985: warning: implicit declaration of function `__net_timestamp'
net/ring/ring_packet.c:1986: warning: implicit declaration of function `ktime_to_timeval'
net/ring/ring_packet.c:1986: error: structure has no member named `tstamp'
net/ring/ring_packet.c:1986: error: incompatible types in assignment
net/ring/ring_packet.c: In function `buffer_ring_handler':
net/ring/ring_packet.c:2105: error: structure has no member named `tstamp'
net/ring/ring_packet.c: At top level:
net/ring/ring_packet.c:2259: warning: "struct net" declared inside parameter list
net/ring/ring_packet.c:2259: warning: its scope is only this definition or declaration, which is probably not what you want
net/ring/ring_packet.c: In function `ring_create':
net/ring/ring_packet.c:2280: warning: passing arg 1 of `sk_alloc' makes integer from pointer without a cast
net/ring/ring_packet.c:2280: warning: passing arg 4 of `sk_alloc' from incompatible pointer type
net/ring/ring_packet.c: In function `ring_release':
net/ring/ring_packet.c:2403: error: structure has no member named `pattern'
net/ring/ring_packet.c:2405: warning: implicit declaration of function `textsearch_destroy'
net/ring/ring_packet.c:2405: error: structure has no member named `pattern'
net/ring/ring_packet.c: In function `ring_bind':
net/ring/ring_packet.c:2612: error: `init_net' undeclared (first use in this function)
net/ring/ring_packet.c:2613: error: too many arguments to function `__dev_get_by_name'
net/ring/ring_packet.c: In function `do_memory_mmap':
net/ring/ring_packet.c:2653: warning: implicit declaration of function `vmalloc_to_pfn'
net/ring/ring_packet.c:2654: warning: implicit declaration of function `remap_pfn_range'
net/ring/ring_packet.c: In function `ring_setsockopt':
net/ring/ring_packet.c:3374: error: `init_net' undeclared (first use in this function)
net/ring/ring_packet.c:3375: error: too many arguments to function `dev_get_by_name'
net/ring/ring_packet.c:3414: error: structure has no member named `pattern'
net/ring/ring_packet.c:3417: error: structure has no member named `pattern'
net/ring/ring_packet.c:3428: error: structure has no member named `pattern'
net/ring/ring_packet.c:3454: error: structure has no member named `pattern'
net/ring/ring_packet.c:3455: error: structure has no member named `pattern'
net/ring/ring_packet.c:3456: error: structure has no member named `pattern'
net/ring/ring_packet.c:3456: error: structure has no member named `pattern'
net/ring/ring_packet.c:3456: error: structure has no member named `pattern'
net/ring/ring_packet.c:3456: error: structure has no member named `pattern'
net/ring/ring_packet.c:3523: error: too many arguments to function `dev_get_by_name'
net/ring/ring_packet.c:3568: error: structure has no member named `pattern'
net/ring/ring_packet.c:3569: error: structure has no member named `pattern'
net/ring/ring_packet.c: At top level:
net/ring/ring_packet.c:4073: warning: initialization from incompatible pointer type
net/ring/ring_packet.c:4079: error: unknown field `owner' specified in initializer
net/ring/ring_packet.c:4079: warning: missing braces around initializer
net/ring/ring_packet.c:4079: warning: (near initialization for `ring_proto.stats')
net/ring/ring_packet.c:4079: warning: initialization makes integer from pointer without a cast
net/ring/ring_packet.c:4080: error: unknown field `obj_size' specified in initializer
net/ring/ring_packet.c:4080: warning: excess elements in struct initializer
net/ring/ring_packet.c:4080: warning: (near initialization for `ring_proto')
make[2]: *** [net/ring/ring_packet.o] Error 1
make[1]: *** [net/ring] Error 2
make: *** [net] Error 2



问题比较多,现在对于第一个问题,'ip_defrag'在ip.h中的原型是struct sk_buff *ip_defrag(struct sk_buff *skb);
但在ring_packet.c中却是这样声明,extern int ip_defrag(struct sk_buff *skb, u32 user);
导致出现问题,并且在ring_packet.c中对于ip_defrag的调用也是有两个参数的,小弟实在想出解决方法,还请各位高人指点一二。

论坛徽章:
12
2015年辞旧岁徽章
日期:2015-03-03 16:54:1515-16赛季CBA联赛之同曦
日期:2017-03-17 19:13:162016科比退役纪念章
日期:2016-11-07 08:28:12luobin
日期:2016-06-17 17:46:36wusuopu
日期:2016-06-17 17:43:4515-16赛季CBA联赛之福建
日期:2016-01-14 12:49:22程序设计版块每日发帖之星
日期:2015-12-13 06:20:00程序设计版块每日发帖之星
日期:2015-06-08 22:20:00程序设计版块每日发帖之星
日期:2015-06-08 22:20:002015年亚洲杯之科威特
日期:2015-03-24 14:21:272015年迎新春徽章
日期:2015-03-04 09:57:092016科比退役纪念章
日期:2018-04-10 16:20:18
2 [报告]
发表于 2010-01-28 16:36 |只看该作者
会不会是版本不对?

论坛徽章:
0
3 [报告]
发表于 2010-01-28 16:37 |只看该作者
我用uname -r 显示的是2.6.9-89.ELsmp,在mkpatch.sh就把版本改成2.6.9了,应该没什么问题吧

论坛徽章:
0
4 [报告]
发表于 2010-01-29 17:51 |只看该作者
打不定的时候要看对应的版本

论坛徽章:
0
5 [报告]
发表于 2010-01-30 23:12 |只看该作者
ring.h 需要拷贝到/usr/include/linux/ 下

论坛徽章:
0
6 [报告]
发表于 2010-02-01 09:54 |只看该作者
ring.h 需要拷贝到/usr/include/linux/ 下
zhainx 发表于 2010-01-30 23:12



需要重新编译全部模块吗?

论坛徽章:
0
7 [报告]
发表于 2010-02-01 10:07 |只看该作者
打不定的时候要看对应的版本
emmoblin 发表于 2010-01-29 17:51



补丁文件是直接SVN下载的,这里的版本是指补丁版本?我下载版本支持Linux 2.6版本。。

论坛徽章:
0
8 [报告]
发表于 2010-02-01 10:43 |只看该作者
回复 7# tiger625


    一般每个补丁都要对应一个软件版本,说支持2.6内核不是2.6所有的版本都支持。
只能打给对应的那个版本才行

论坛徽章:
0
9 [报告]
发表于 2010-02-01 10:48 |只看该作者
回复  tiger625


    一般每个补丁都要对应一个软件版本,说支持2.6内核不是2.6所有的版本都支持。
只 ...
emmoblin 发表于 2010-02-01 10:43



    我现在只能通过 SVN来下载PF_RING,并且没办法看到到底是支持哪些版本的。是不是我选择的模块有问题?

论坛徽章:
0
10 [报告]
发表于 2010-02-01 11:22 |只看该作者
你下载的补丁,看看README,应该知道对应的时那个版本的。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP