Thanks, applied.
On Wed, May 01, 2013 at 11:42:49PM -0700, Justin Pettit wrote:
> Looks good.
>
> --Justin
>
>
> On May 1, 2013, at 5:13 PM, Ben Pfaff wrote:
>
> > MAX_PORTS is currently USHRT_MAX (also 65535). I think that's a
> > coincidence; I don't remember MAX_PORTS being mentioned when
Looks good.
--Justin
On May 1, 2013, at 5:13 PM, Ben Pfaff wrote:
> MAX_PORTS is currently USHRT_MAX (also 65535). I think that's a
> coincidence; I don't remember MAX_PORTS being mentioned when the new
> dpif_channel code was written.
>
> Signed-off-by: Ben Pfaff
> ---
> lib/dpif-linux.c |
MAX_PORTS is currently USHRT_MAX (also 65535). I think that's a
coincidence; I don't remember MAX_PORTS being mentioned when the new
dpif_channel code was written.
Signed-off-by: Ben Pfaff
---
lib/dpif-linux.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/dpif-li