From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8115EADA7 for ; Fri, 12 Jun 2015 03:29:43 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 11 Jun 2015 18:29:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,598,1427785200"; d="scan'208";a="586404818" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by orsmga003.jf.intel.com with ESMTP; 11 Jun 2015 18:29:42 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 12 Jun 2015 09:29:40 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Fri, 12 Jun 2015 09:29:39 +0800 From: "Ouyang, Changchun" To: Stephen Hemminger Thread-Topic: [PATCH 2/5] virtio: don't enable/disable rx modes unless supported Thread-Index: AQHQpF7NjWVB0DvrVk6o3CUkNjqP4Z2oFaBA Date: Fri, 12 Jun 2015 01:29:38 +0000 Message-ID: References: <1434038007-8964-1-git-send-email-stephen@networkplumber.org> <1434038007-8964-3-git-send-email-stephen@networkplumber.org> In-Reply-To: <1434038007-8964-3-git-send-email-stephen@networkplumber.org> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" , Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 2/5] virtio: don't enable/disable rx modes unless supported X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 01:29:44 -0000 > -----Original Message----- > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > Sent: Thursday, June 11, 2015 11:53 PM > To: Ouyang, Changchun > Cc: dev@dpdk.org; Stephen Hemminger; Stephen Hemminger > Subject: [PATCH 2/5] virtio: don't enable/disable rx modes unless support= ed >=20 > From: Stephen Hemminger >=20 > If negotiation with host says that controlling Rx mode is not supported, = then > don't try. >=20 > Signed-off-by: Stephen Hemminger Acked-by: Changchun Ouyang