Displaying 10 results from an estimated 10 matches for "longguang".
2011 May 13
1
答复: hi,if i can post ocfs2-dmesg to you?i have trouble on ocfs2
On 05/12/2011 06:50 PM, Longguang Yue wrote:
>
> Thank you first of all
>
> totally, there are 5 kinds of error occur.
>
> Spinlock leads to cpu lockup, o2net modules panic, kernel BUG at mm/slub.c:2969, BUG unable to handle kernel paging request at addr
>
> My environment: kernel-2.6.32.23 + xen + ocfs2(1.5...
2014 Apr 11
2
sometimes ping fails when enable stp
hi,all
sometimes ping fails when enable stp , why?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20140411/6c24ed40/attachment.html>
2014 Mar 30
2
what is the driver of vm's virtual ethernet?
hi,all
each port of bridge, has its packets process function called br_handle_frame.
i want to know before this function called who and how it get the packets?
if it is a real physical ethernet, it must be its driver, but for virtual ethernet , what is the driver?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Mar 30
2
what is the driver of vm's virtual ethernet?
hi,all
each port of bridge, has its packets process function called br_handle_frame.
i want to know before this function called who and how it get the packets?
if it is a real physical ethernet, it must be its driver, but for virtual ethernet , what is the driver?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Apr 11
2
sometimes ping fails when enable stp
hi,all
sometimes ping fails when enable stp , why?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20140411/6c24ed40/attachment.html>
2014 Mar 30
2
what is the driver of vm's virtual ethernet?
hi,all
each port of bridge, has its packets process function called br_handle_frame.
i want to know before this function called who and how it get the packets?
if it is a real physical ethernet, it must be its driver, but for virtual ethernet , what is the driver?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Apr 11
2
sometimes ping fails when enable stp
hi,all
sometimes ping fails when enable stp , why?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20140411/6c24ed40/attachment.html>
2014 Apr 10
0
questions about ebtable ip extension
br_nf_forward_ip() {
parent = bridge_parent(out);
NF_HOOK(pf, NF_INET_FORWARD, skb, brnf_get_logical_dev(skb, in), parent, br_nf_forward_finish);
}
here, let us suppose pf = NFPROTO_IPV4, i think the return value of brnf_get_logical_dev(skb, in) equals parent ?
its comment 'This is the 'purely bridged' case. For IP, we pass the packet to
* netfilter with indev and outdev set to the
2014 Apr 10
0
questions about ebtable ip extension
br_nf_forward_ip() {
parent = bridge_parent(out);
NF_HOOK(pf, NF_INET_FORWARD, skb, brnf_get_logical_dev(skb, in), parent, br_nf_forward_finish);
}
here, let us suppose pf = NFPROTO_IPV4, i think the return value of brnf_get_logical_dev(skb, in) equals parent ?
its comment 'This is the 'purely bridged' case. For IP, we pass the packet to
* netfilter with indev and outdev set to the
2014 Apr 10
0
questions about ebtable ip extension
br_nf_forward_ip() {
parent = bridge_parent(out);
NF_HOOK(pf, NF_INET_FORWARD, skb, brnf_get_logical_dev(skb, in), parent, br_nf_forward_finish);
}
here, let us suppose pf = NFPROTO_IPV4, i think the return value of brnf_get_logical_dev(skb, in) equals parent ?
its comment 'This is the 'purely bridged' case. For IP, we pass the packet to
* netfilter with indev and outdev set to the