From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CB0052C22 for ; Fri, 26 Feb 2016 09:06:39 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 26 Feb 2016 00:06:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="895181124" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 26 Feb 2016 00:06:36 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 26 Feb 2016 00:06:36 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 26 Feb 2016 00:06:35 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.42]) with mapi id 14.03.0248.002; Fri, 26 Feb 2016 16:06:34 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "Richardson, Bruce" Thread-Topic: [PATCH v3 2/3] ixgbe: disallow unsupported RX mode Thread-Index: AQHRb572jZziHH+3s0CHRE1REc+ptp89+e0Q Date: Fri, 26 Feb 2016 08:06:34 +0000 Message-ID: References: <1455692300-17883-1-git-send-email-jingjing.wu@intel.com> <1456385615-29137-1-git-send-email-jingjing.wu@intel.com> <1456385615-29137-3-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1456385615-29137-3-git-send-email-jingjing.wu@intel.com> Accept-Language: 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" Subject: Re: [dpdk-dev] [PATCH v3 2/3] ixgbe: disallow unsupported RX mode 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, 26 Feb 2016 08:06:40 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Thursday, February 25, 2016 3:34 PM > To: Richardson, Bruce > Cc: dev@dpdk.org; Wu, Jingjing; Zhang, Helin > Subject: [PATCH v3 2/3] ixgbe: disallow unsupported RX mode >=20 > The multi queue mode ETH_MQ_RX_VMDQ_DCB_RSS is not supported in ixgbe > driver. This patch added the checking. >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang