mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
datapath: Fix struct vport comment.
Removes remaining part of comment about `linkname` vport member. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -72,8 +72,6 @@ struct vport_err_stats {
|
|||||||
* struct vport - one port within a datapath
|
* struct vport - one port within a datapath
|
||||||
* @rcu: RCU callback head for deferred destruction.
|
* @rcu: RCU callback head for deferred destruction.
|
||||||
* @dp: Datapath to which this port belongs.
|
* @dp: Datapath to which this port belongs.
|
||||||
* &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.
|
|
||||||
* @upcall_portid: The Netlink port to use for packets received on this port that
|
* @upcall_portid: The Netlink port to use for packets received on this port that
|
||||||
* miss the flow table.
|
* miss the flow table.
|
||||||
* @port_no: Index into @dp's @ports array.
|
* @port_no: Index into @dp's @ports array.
|
||||||
|
Reference in New Issue
Block a user