From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anil Abraham (aniabrah)" Subject: one LCORE per RX/TX queue pair Date: Fri, 25 Sep 2015 15:50:53 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "dev@dpdk.org" Return-path: Received: from rcdn-iport-8.cisco.com (rcdn-iport-8.cisco.com [173.37.86.79]) by dpdk.org (Postfix) with ESMTP id 8C9A28E6F for ; Fri, 25 Sep 2015 17:50:57 +0200 (CEST) Received: from XCH-ALN-016.cisco.com (xch-aln-016.cisco.com [173.36.7.26]) by rcdn-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id t8PFou4I025799 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL) for ; Fri, 25 Sep 2015 15:50:56 GMT Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, We are looking to use DPDK in the following way: 2 Ethernet NICs connected independently to 2 CPU sockets. Each NIC has N ri= ngs. Each LCORE should be handling one RQ of one NIC exactly. So all the LCORE's= on socket 0 should handle RQs from the NIC 0 and LCORE's on socket 1 should handle only RQ's from NIC 1. Similarly for the TX. Each LCO= RE would only handle one and only one RQ. In total there will be 2xN LCORE'= s. Is there a similar model implemented in the dpdk/examples? Are there any ch= allenges implementing such model. Thanks -Anil