From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 32D315A82 for ; Mon, 19 Jan 2015 14:04:30 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 19 Jan 2015 05:04:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,426,1418112000"; d="scan'208";a="639310099" Received: from unknown (HELO Sent) ([10.217.248.233]) by orsmga001.jf.intel.com with SMTP; 19 Jan 2015 05:04:22 -0800 Received: by Sent (sSMTP sendmail emulation); Mon, 19 Jan 2015 14:02:43 +0100 From: Pawel Wodkowski To: dev@dpdk.org Date: Mon, 19 Jan 2015 14:02:27 +0100 Message-Id: <1421672551-11652-1-git-send-email-pawelx.wodkowski@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1421077843-8492-1-git-send-email-michalx.k.jastrzebski@intel.com> References: <1421077843-8492-1-git-send-email-michalx.k.jastrzebski@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] Enable DCB in SRIOV mode for ixgbe driver 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: Mon, 19 Jan 2015 13:04:30 -0000 v2: - Split patch for easer review. - Remove "pmd: add api version negotiation for ixgbe driver" and "pmd: extend mailbox api to report number of RX/TX queues" patches as those are already already marged from other patch v1: This patchset enables DCB in SRIOV (ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB) for each VF and PF for ixgbe driver. As a side effect this allow to use multiple queues for TX in VF (8 if there is 16 or less VFs or 4 if there is 32 or less VFs) when PFC is not enabled. Pawel Wodkowski (4): ethdev: Allow zero rx/tx queues in SRIOV mode ethdev: prevent changing of nb_q_per_pool in rte_eth_dev_check_mq_mode() pmd: add support for DCB in SRIOV mode for ixgbe driver. testpmd: fix dcb in vt mode app/test-pmd/cmdline.c | 4 +-- app/test-pmd/testpmd.c | 39 +++++++++++++++++------ app/test-pmd/testpmd.h | 10 ------ lib/librte_ether/rte_ethdev.c | 63 +++++++++++++++++++++++-------------- lib/librte_ether/rte_ethdev.h | 2 +- lib/librte_pmd_ixgbe/ixgbe_pf.c | 42 ++++++++++++++++++------- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 7 ++--- 7 files changed, 106 insertions(+), 61 deletions(-) -- 1.7.9.5