Right now scylla_prepare specifies -mq option to posix_net_conf.sh when number of RX queues > 1, but on posix_net_conf.sh it sets NIC mode to sq when queues < ncpus / 2. So the logic is different, and actually posix_net_conf.sh does not need to specify -sq/-mq now, it autodetects queue mode. So we need to drop detection logic from scylla_prepare, let posix_net_conf.sh to detect it. Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1472544875-2033-1-git-send-email-syuu@scylladb.com>