datapath: Remove a debugging message.
authorJarno Rajahalme <jrajahalme@nicira.com>
Tue, 25 Mar 2014 00:34:48 +0000 (17:34 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Tue, 25 Mar 2014 00:34:48 +0000 (17:34 -0700)
This was left in accidentally.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
datapath/datapath.c

index 1efbb00..f7c3391 100644 (file)
@@ -1922,12 +1922,6 @@ static int __init dp_init(void)
        pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
                VERSION);
 
-       pr_info("Datapath sw_flow_key size: %ld bytes. ip.frag at %ld, tp.flags at %ld, ipv4.addr at %ld\n",
-               sizeof(struct sw_flow_key),
-               offsetof(struct sw_flow_key, ip.frag),
-               offsetof(struct sw_flow_key, tp.flags),
-               offsetof(struct sw_flow_key, ipv4.addr));
-
        err = ovs_flow_init();
        if (err)
                goto error;