免费注册 查看新帖 |

Chinaunix

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

linux PF_PACKET socket priority设置问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-02-08 21:35 |只看该作者 |倒序浏览
想请教如何提高linux 链路层socket priority?谢谢!

论坛徽章:
0
2 [报告]
发表于 2012-02-08 22:17 |只看该作者
自己顶一个,

论坛徽章:
0
3 [报告]
发表于 2012-02-09 20:24 |只看该作者
It seems that there is nothing that can capture the skb->priority
outside the kernel.

There is an iptables *target* "CLASSIFY", which can *set* skb->priority,
but there is no iptables *match* based on it.

tcpdump/pcap/PF_PACKET are oblivious to skb->priority.

netfilter netlink queue can export the skb->mark like the right
mechanism, but it doesn't touch skb->priority anywhere.   Perhaps there
needs to be a another one in include/linux/netfilter/nfnetlink_queue.h:

enum nfqnl_attr_type {
        NFQA_UNSPEC,
        NFQA_PACKET_HDR,
        NFQA_VERDICT_HDR,               /* nfqnl_msg_verdict_hrd */
        NFQA_MARK,   
... etc
        NFQA_SKBPRIORITY

The specific use I'm thinking of now, is troubleshooting priority
queueing with "tc" by being able to log or tcpdump traffic for a
specific qdisc/class.

It might also be nice to be able to tcpdump and/or log packets going
into or out of a specific qdisc/class, but I'd settle for dumping
packets based on skb->priority.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP