[ovs-git] [openvswitch/ovs] e03f0d: ovs-vswitchd: Better diagnose errors in DPDK comma...

GitHub noreply at github.com
Tue Sep 30 18:18:36 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e03f0d03bbe9d530a17c9297fb2d3bbc743fd569
      https://github.com/openvswitch/ovs/commit/e03f0d03bbe9d530a17c9297fb2d3bbc743fd569
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

  Changed paths:
    M lib/netdev-dpdk.h
    M vswitchd/ovs-vswitchd.c

  Log Message:
  -----------
  ovs-vswitchd: Better diagnose errors in DPDK command-line options.

With DPDK compiled in, when the --dpdk option was given other than as the
first command-line argument, ovs-vswitchd silently ignored it.  Without
DPDK compiled in, when the --dpdk option was given anywhere, ovs-vswitchd
silently ignored it.  However, in each case any options following --dpdk
were not ignored, and since --dpdk is normally followed by additional
DPDK-specific options, this caused even more confusing trouble.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Daniele Di Proietto <ddiproietto at vmware.com>
Tested-by: Daniele Di Proietto <ddiproietto at vmware.com>




More information about the git mailing list