From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97D63A3168 for ; Thu, 17 Oct 2019 07:01:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D4AC1E557; Thu, 17 Oct 2019 07:01:31 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id E1AB9343C for ; Thu, 17 Oct 2019 07:01:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571288486; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fsQHWJOKWt0IAyaUm1feXfYM9fT3Ld/b8+/F7qytqXQ=; b=QU1wVO7IZJAMIcvVetV08oECm01Q6LdGaVTRlbMTOSOfnaJGI6ktdQ8o1V1ctjWc9MmY4O QW2farlX+I2IipDxpx5r5EKJTK7w6JftxLTPM1A3spBSwTFodM+KICD+L0d+VkhfxL+e6d q4Fwbri+bLb10mmpLPB07QIUfcm/t/0= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-260-xPQ3BZ0yMCWX4CRKszMsGQ-1; Thu, 17 Oct 2019 01:01:25 -0400 Received: by mail-vk1-f198.google.com with SMTP id i20so475510vkk.21 for ; Wed, 16 Oct 2019 22:01:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fsQHWJOKWt0IAyaUm1feXfYM9fT3Ld/b8+/F7qytqXQ=; b=HDPa1x0EgxeL4EHCKUM33FAxDoO3OipOjP04vbghQjss7Q2FCTJwOeoL3IUJzp3OGr QM8+eUd9F0CYRwuqQrql35DF0qMhqt6iy1mtY64zVcKVN5tv8nurxot9P9F4lMHUmGEf UUJMHre7STlySa6kps7m+mdqbYQWcPKfdtNLaPGASumJ1nxBOoZd1i4oJ/wXck7rKEgz sD4Nf6eDqnlXeb5Zbe+OWrAseAJ+MW3c5b+I+KL1lXSQcjQw5YxY4ScWatV4B50Lh6hL D+MKqdqMT4TOzr6h4Vrl5t33NFWpiz7QqGznP+p7prEuaExXLtiZzLg+BRAOpup8u6NA zHUQ== X-Gm-Message-State: APjAAAV7gl0eQzJ7KdV7aL6R1Z8jIToiPlSUyrZmvGNoALdStSD92S4i kRFW5bKfuyYbvG753/GRJKr1mkrNdPC2ZP1GVU6UWF+w1X1koQnmEWsWGgj9rgS6sUIgNSYSlza VqFqfK4slYK0WGY3S6Oo= X-Received: by 2002:a67:f98c:: with SMTP id b12mr888548vsq.39.1571288484437; Wed, 16 Oct 2019 22:01:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqwrqOJq9f8NYGiCJWaYUP0rihlN95RS7jzIay74H7utIpjl6+m1l8+0EKGMzqe0VoO7raBweAo6JY1FMx3xfMM= X-Received: by 2002:a67:f98c:: with SMTP id b12mr888536vsq.39.1571288484182; Wed, 16 Oct 2019 22:01:24 -0700 (PDT) MIME-Version: 1.0 References: <20190928003758.18489-1-stephen@networkplumber.org> <20191008163350.20779-1-stephen@networkplumber.org> <20191008163350.20779-4-stephen@networkplumber.org> In-Reply-To: <20191008163350.20779-4-stephen@networkplumber.org> From: David Marchand Date: Thu, 17 Oct 2019 07:01:12 +0200 Message-ID: To: Stephen Hemminger Cc: dev , Andrew Rybchenko , Olivier Matz X-MC-Unique: xPQ3BZ0yMCWX4CRKszMsGQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v6 3/5] mbuf: deinline rte_pktmbuf_clone 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Oct 8, 2019 at 6:34 PM Stephen Hemminger wrote: > > Cloning mbufs requires allocations and iteration > and therefore should not be an inline. > > Signed-off-by: Stephen Hemminger > Acked-by: Andrew Rybchenko > Acked-by: Olivier Matz Applied, thanks. -- David Marchand