X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport.h;h=b6b94e01052516a8146650dd118928f605b7f092;hb=0e70cdcb8ddeb20417e682fd63769f9d16601b07;hp=61da4399611699ce81638ce5d2d33f19faeb121c;hpb=b063d9f06e6bb005193a219bcb9f0a74dfdf7882;p=openvswitch diff --git a/datapath/vport.h b/datapath/vport.h index 61da4399..b6b94e01 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -80,8 +80,6 @@ struct vport_err_stats { * &struct vport. (We keep this around so that we can delete it if the * device gets renamed.) Set to the null string when no link exists. * @node: Element in @dp's @port_list. - * @sflow_pool: Number of packets that were candidates for sFlow sampling, - * regardless of whether they were actually chosen and sent down to userspace. * @upcall_pid: The Netlink port to use for packets received on this port that * miss the flow table. * @hash_node: Element in @dev_table hash table in vport.c. @@ -99,7 +97,6 @@ struct vport { struct kobject kobj; char linkname[IFNAMSIZ]; struct list_head node; - atomic_t sflow_pool; u32 upcall_pid; struct hlist_node hash_node;