[ovs-dev] [memory fixes 4/6] vswitchd: Delete DP_MAX_PORTS.

Justin Pettit jpettit at nicira.com
Mon Dec 13 21:44:27 UTC 2010


Looks good.

--Justin


On Dec 13, 2010, at 1:10 PM, Ben Pfaff wrote:

> This is no longer used.
> ---
> vswitchd/bridge.c |    1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
> index 2cd7cb4..130f65e 100644
> --- a/vswitchd/bridge.c
> +++ b/vswitchd/bridge.c
> @@ -173,7 +173,6 @@ struct port {
>     bool is_mirror_output_port; /* Does port mirroring send frames here? */
> };
> 
> -#define DP_MAX_PORTS 255
> struct bridge {
>     struct list node;           /* Node in global list of bridges. */
>     char *name;                 /* User-specified arbitrary name. */
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list