From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id 164E2FA93 for ; Thu, 9 Feb 2017 18:49:44 +0100 (CET) Received: by mail-wr0-f171.google.com with SMTP id 89so89082801wrr.2 for ; Thu, 09 Feb 2017 09:49:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=blMbc9qPIO+yQSbpUsU67XhXkRO0nhvgJNU8Q1IoR9o=; b=etph/RJzrNGpio3ExGmUW/o6kn+lGDVLw2j37MMHxFgKKq+Zb4c5P5Qj/yvDJ3nnHS jxQVrPpFqAeT9Psen7L9PHxV0PKjWRyArQwGhWLDsoumh5Mt+UBv3isHJpKkrNOt7xHP +G0lofYkq2WBbBwYLB5r8SL/qONBfO8I67Ekc9QVwVejZN6H6cPP0lherq9pb856QREN 1KF8t+adyAbqCr+y6kzOqiZdNnl80+cwqTXN3chYszyk6YiUiEOVErnwq59fSX7hTp+o ExIJokBE9JUGtOOMBKAc5GNgAvwBBr44c4O2nQ+nGOEx7hi/8sssvUaO6zh0JW2nsgkR 4WJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=blMbc9qPIO+yQSbpUsU67XhXkRO0nhvgJNU8Q1IoR9o=; b=DceRmqgxxoeJ62ii0zbCheu/+YOPSjY6WX3ptwnEEFCh3qHN3Df5cDF6PRh7t/bHjk AkgfPicdHz7tM02VTCHb8+qfz+WMdLDmf+rsv5m1IdfiIMybvAM4Y3wtXdt1R+RhnGu6 sL+A1EU6Iqf96O8Ev6CBemkoPnBtL0LFCR/N6RWVQ1YiOy93/pF65Olvg85T+TXWLOMT RiaV8st8QNWFrZu8pX7hseccmcq2d2oHAFQZYagBIwS/f5fplZMZtoex9bu3gBSvyp+z doRUEOI9cloVX2Ffha3tWWU3vQaxTEaq/LzDqGascS+OdmtXxXZL9so6tXKlKTOK4NRA 3jDQ== X-Gm-Message-State: AMke39nBVMu6CZusUTX7feEPCgLFz9UHmIMW/JugfmqzrDQYw8kE2YSVWJW6VxDaoLSrFsNS X-Received: by 10.223.129.196 with SMTP id 62mr4190557wra.43.1486662584654; Thu, 09 Feb 2017 09:49:44 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id l67sm9943868wmf.1.2017.02.09.09.49.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Feb 2017 09:49:44 -0800 (PST) From: Thomas Monjalon To: "Hunt, David" Cc: Ferruh Yigit , dev@dpdk.org, bruce.richardson@intel.com Date: Thu, 09 Feb 2017 18:49:43 +0100 Message-ID: <1629556.OCBaPPKMVa@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <365f7928-9143-19da-9467-0a5fe2c9c7f5@intel.com> References: <1486368509-59989-1-git-send-email-david.hunt@intel.com> <0b17338f-4453-5ca5-06b8-2e8c9d972680@intel.com> <365f7928-9143-19da-9467-0a5fe2c9c7f5@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: add distributor library API change notice 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: Thu, 09 Feb 2017 17:49:45 -0000 2017-02-09 17:02, Hunt, David: > On 9/2/2017 2:20 PM, Ferruh Yigit wrote: > > On 2/6/2017 8:08 AM, David Hunt wrote: > >> +* lib: distributor library API will be changed to incorporate a burst- > >> + oriented API. This will include a change to ``rte_distributor_create`` > >> + to specify which type of instance to create (single or burst), and > >> + additional calls for ``rte_poll_pkt_burst`` and ``rte_return_pkt_burst``, > >> + among others. > > Should new APIs (rte_poll_pkt_burst & rte_return_pkt_burst) have > > "rte_distributor_" name space? Apart from this: > > > > Acked-by: Ferruh Yigit > > Ferruh, > Thanks for the third Ack. > > Thomas, > Would you prefer me to re-spin the patch after inserting > "_distributor" into > the two function names, or would you be so good as to do it during the > merge? I can do it Dave :)