From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by dpdk.org (Postfix) with ESMTP id 9BA9D1D90 for ; Mon, 27 Nov 2017 20:28:59 +0100 (CET) X-Originating-IP: 208.91.3.26 Received: from ovn.org (unknown [208.91.3.26]) (Authenticated sender: blp@ovn.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id D2BE7A80DF; Mon, 27 Nov 2017 20:28:57 +0100 (CET) Date: Mon, 27 Nov 2017 11:28:54 -0800 From: Ben Pfaff To: Sam Cc: dev@dpdk.org, ovs-dev@openvswitch.org Message-ID: <20171127192854.GY27530@ovn.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Mailman-Approved-At: Wed, 29 Nov 2017 12:15:01 +0100 Subject: Re: [dpdk-dev] [ovs-dev] In ovs-2.4 version, why can't stop dpdk-bond port by `ovs-ofctl mod br dpdkbond DOWN`? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 19:28:59 -0000 On Mon, Nov 27, 2017 at 06:07:35PM +0800, Sam wrote: > I'm working in ovs 2.4 version, and I use "dpdkb" type netdev. Then I > call `ovs-ofctl mod br dpdkbond DOWN` to down this device, at last, my > code call "rte_eth_dev_stop(dev->port_id);". > > But counter shows the port is still rx/tx, why? OVS 2.4 is pretty old and no longer supported. You should probably try a newer version.