From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 7EE7737A6 for ; Thu, 5 Jan 2017 16:43:35 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id c85so250952392wmi.1 for ; Thu, 05 Jan 2017 07:43:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scylladb-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:cc:from:organization:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7H/P96imz/C8WBIKLAmUjDF5IdmzRmkRaqL/GCGsbEU=; b=cjfOKwya6fza2mBS2kIiI1UeON1zjxy3B8XrXrhH8WDtDyehiTCb7GnL/3/85secgg jRhTLHLbRZiEwh3ieydThn3yDaBB3ZhsJZL6OFzRXp5snQGpC7paFbuN9+pPuw3ogMHY TXF1dpBiBNbLF5zp2VGplseSruf+rtKdsIbzH31I+J4bJHSxX95ICWDTN8ijBBjBH32E uGNfrdvw4ibrT3K5CgUW3bTnLCYFWcNuXBXlMdWY/RDSCPH1qrA/VX4xwz1wbMYdLpNt o6BfPs7JTB7MFKf5NRcANt/a4iPf4KK9gY8eAgVplZ/7OtPyUOkzlwQ4uXwpAaYn4ihn qJiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=7H/P96imz/C8WBIKLAmUjDF5IdmzRmkRaqL/GCGsbEU=; b=s3VpW8eIiEXgqWtXqKxerXOsH2npr4HtSzsur8/MJp9XuohzXXhkjVm5Os0BRzeQBt Ezs/6DDGaI5Wexlyp4n3Jc6RYCseKIedxUqo8gxiqS2y+NDmf1HQXIYB/rjPJEDDc3hh 4abRzl6emb/Wm+Rg3H1EkUJ7qaym/NFJMEnJynUj6rnwLyxTInaWNvY1+UNUoOwsPSl6 /Xq+LsA0uByu8Mgih8trJDNppkth8Vr5T0P76fVL0Q/GE41VhouMSzjL8hY++pceQHii r8Nn86yhwZ4GfIEGYmk8vUFBIwWhHDqEWKyHdRktfcnh5F1AQ1WOt6dLm4KaM9zlQYza Aodg== X-Gm-Message-State: AIkVDXLKtnoEX4D1JLdVNwysGhxyAMHt3AKhWMx4WaSUKX7EewAwpGhGBPLDCwHcE21FnLrE X-Received: by 10.28.188.213 with SMTP id m204mr56941653wmf.77.1483631015192; Thu, 05 Jan 2017 07:43:35 -0800 (PST) Received: from avi.cloudius-systems.com ([37.142.229.250]) by smtp.gmail.com with ESMTPSA id f67sm100681168wmd.13.2017.01.05.07.43.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Jan 2017 07:43:34 -0800 (PST) To: Thomas Monjalon , Tomasz Kulasek References: <1482411919-7620-1-git-send-email-tomaszx.kulasek@intel.com> <1482518454-7592-1-git-send-email-tomaszx.kulasek@intel.com> <3356827.uYmqDsGWUk@xps13> Cc: dev@dpdk.org From: Avi Kivity Organization: ScyllaDB Message-ID: <3b4d3d84-1895-b294-da47-2bb9a1d5d100@scylladb.com> Date: Thu, 5 Jan 2017 17:43:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <3356827.uYmqDsGWUk@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 06 Jan 2017 18:08:16 +0100 Subject: Re: [dpdk-dev] [PATCH v15 0/8] add Tx preparation 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, 05 Jan 2017 15:43:35 -0000 On 01/04/2017 09:41 PM, Thomas Monjalon wrote: > 2016-12-23 19:40, Tomasz Kulasek: >> v15 changes: >> - marked rte_eth_tx_prepare api as experimental >> - improved doxygen comments for nb_seg_max and nb_mtu_seg_max fields >> - removed unused "uint8_t tx_prepare" declaration from testpmd > No you didn't remove this useless declaration. I did it for you. > > This feature is now applied! Thanks and congratulations :) Congrats and thanks! This will allow us to remove some hacks from seastar.