~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to lib/dpif-linux.h

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <stdint.h>
23
23
#include <linux/openvswitch.h>
24
24
 
 
25
#include "flow.h"
 
26
 
25
27
struct ofpbuf;
26
28
 
27
29
struct dpif_linux_vport {
30
32
 
31
33
    /* ovs_vport header. */
32
34
    int dp_ifindex;
33
 
    uint32_t port_no;                      /* UINT32_MAX if unknown. */
 
35
    odp_port_t port_no;                    /* ODPP_NONE if unknown. */
34
36
    enum ovs_vport_type type;
35
37
 
36
38
    /* Attributes.