mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 06:45:17 +00:00
datapath: Remove a debugging message.
This was left in accidentally. Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
This commit is contained in:
@@ -1922,12 +1922,6 @@ static int __init dp_init(void)
|
|||||||
pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
|
pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
|
||||||
VERSION);
|
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();
|
err = ovs_flow_init();
|
||||||
if (err)
|
if (err)
|
||||||
goto error;
|
goto error;
|
||||||
|
Reference in New Issue
Block a user