From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 957D3B0A3 for ; Fri, 20 Jun 2014 18:03:14 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id a1so4021273wgh.24 for ; Fri, 20 Jun 2014 09:03:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3Ot40P27vc/toa/sh1N8ys4A9pUVx9pbwwlnDavCLX8=; b=mPvCOeuWl7+kbLKdAKOnc7O2ixOfaE30shXwRn9k2DHPXsgJsH7b6RgfuYt1tHsWyv Z/rA/tZKZD7hplTq3uSEdA0Oq9jN76yGer2hy+buyYLQGRLMrFf1SKLjxYCHzu0pUfr9 N8kVXc91Ry33JHrBOm3MQhXdD19E3lfNedlr4/tnGQJpYgVgr5E7vbG/PoO4gsBBVEQZ 0YKxrbTw33fSSEyVYOcllQFQvM8c7O03jXNaL2Hzpm9F9lA+pBwOxqfuNzLSeltZMqJH 6g+1ddoZNt8PIsVWmyxV0mCzW15RhZ8SeRRDmvHwQi2mmuNrhBLYG8yl5bt3ICm6XyS3 E1xg== X-Gm-Message-State: ALoCoQl06bnMG8zkR5DhI6B1R7d62GYjisUiWNGR8d+jP1nzlDJ2f1ZtQqGihSN1Y3Ow2QJw5KD8 X-Received: by 10.180.84.168 with SMTP id a8mr5182119wiz.36.1403280210716; Fri, 20 Jun 2014 09:03:30 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id m2sm16428445wjf.42.2014.06.20.09.03.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Jun 2014 09:03:29 -0700 (PDT) From: Thomas Monjalon To: "Richardson, Bruce" Date: Fri, 20 Jun 2014 18:03:24 +0200 Message-ID: <1563298.Il7tt9S21h@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: References: <1403212355-989-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] distributor: split get_pkt into request and poll 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, 20 Jun 2014 16:03:15 -0000 > > Take the existing get_pkt API and split out the parts for requesting a new > > packet from the part to poll for arrival of a new packet. These individual > > functions can then be used independently of the get function, which still acts > > as before. > > > > The split functions for request and poll will allow a worker to pull > > packets from multiple distributors, or to act as multiple workers with a > > single distributor if needed for better performance. > > > > Signed-off-by: Bruce Richardson > > Acked-by: Pablo de Lara Applied for version 1.7.0. Thanks -- Thomas