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 7117A1C328 for ; Fri, 11 May 2018 14:28:49 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2018 05:28:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,388,1520924400"; d="scan'208";a="40999448" Received: from rhorton-mobl1.ger.corp.intel.com (HELO FC23.ir.intel.com) ([163.33.230.68]) by orsmga006.jf.intel.com with ESMTP; 11 May 2018 05:28:46 -0700 From: Remy Horton To: dev@dpdk.org Cc: Ferruh Yigit , Konstantin Ananyev , Wenzhuo Lu , Qi Zhang , Beilei Xing Date: Fri, 11 May 2018 13:28:43 +0100 Message-Id: <20180511122845.22757-1-remy.horton@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20180509150005.2531-1-remy.horton@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] fix missing Port Representor data-path callbacks 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: Fri, 11 May 2018 12:28:49 -0000 This patchset adds Rx and Tx burst functions to the ixgbe and i40e Port Representors, so that the implementation within these PMDd can be tested using applications such as testpmd which require data-path functionality. Changes in v2: * Combine patches into one patchset * Tx burst changed from silently consuming packets to No-Op Remy Horton (2): net/i40e: fix missing Port Representor data-path net/ixgbe: fix missing Port Representor data-path drivers/net/i40e/i40e_vf_representor.c | 22 +++++++++++++++++++--- drivers/net/ixgbe/ixgbe_vf_representor.c | 22 +++++++++++++++++++--- 2 files changed, 38 insertions(+), 6 deletions(-) -- 2.9.5