Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361452
b: refs/heads/master
c: d176ca2
h: refs/heads/master
v: v3
  • Loading branch information
Cong Wang authored and Jesse Gross committed Feb 23, 2013
1 parent 4c3ae37 commit 43188c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b024082b2b279af58e24ebd46e81777723d58da
refs/heads/master: d176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1
3 changes: 1 addition & 2 deletions trunk/net/openvswitch/vport-netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ static void netdev_port_receive(struct vport *vport, struct sk_buff *skb)

/* Make our own copy of the packet. Otherwise we will mangle the
* packet for anyone who came before us (e.g. tcpdump via AF_PACKET).
* (No one comes after us, since we tell handle_bridge() that we took
* the packet.) */
*/
skb = skb_share_check(skb, GFP_ATOMIC);
if (unlikely(!skb))
return;
Expand Down
3 changes: 1 addition & 2 deletions trunk/net/openvswitch/vport.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ int ovs_vport_get_options(const struct vport *vport, struct sk_buff *skb)
* @skb: skb that was received
*
* Must be called with rcu_read_lock. The packet cannot be shared and
* skb->data should point to the Ethernet header. The caller must have already
* called compute_ip_summed() to initialize the checksumming fields.
* skb->data should point to the Ethernet header.
*/
void ovs_vport_receive(struct vport *vport, struct sk_buff *skb)
{
Expand Down

0 comments on commit 43188c5

Please sign in to comment.