From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2434A42643; Tue, 26 Sep 2023 15:34:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 96A4B402EF; Tue, 26 Sep 2023 15:34:34 +0200 (CEST) Received: from forward501b.mail.yandex.net (forward501b.mail.yandex.net [178.154.239.145]) by mails.dpdk.org (Postfix) with ESMTP id 6798F402D6 for ; Tue, 26 Sep 2023 15:34:33 +0200 (CEST) Received: from mail-nwsmtp-smtp-production-main-42.myt.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-42.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:287:0:640:7dd6:0]) by forward501b.mail.yandex.net (Yandex) with ESMTP id D288E5EDD3; Tue, 26 Sep 2023 16:34:32 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-42.myt.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id UYPlgPJWrW20-UUz7ZQGE; Tue, 26 Sep 2023 16:34:32 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1695735272; bh=/c7Dw/sx0o+4R8Bpqy4/Iiln7J3x6sGxIcD7Vubwi1U=; h=From:In-Reply-To:Cc:Date:References:To:Subject:Message-ID; b=JBgdy9nzGqd2f3lsX+LQmYBiAaVb/hTyEfnA9d3uaqphB7egFzHCstIQA9dIjKVU4 SomGhKo5fhllS+1X+ixUtMvbjEGeJgxbDHHlrh+0n0lUAtVFLuO7oXkH3NZQcn7N92 1XTH0QDlcNleZRvqcQCC7NrKBo628OeQMP5GOI2w= Authentication-Results: mail-nwsmtp-smtp-production-main-42.myt.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <7c543ba1-ea1c-c5a0-2362-f91a71f92462@yandex.ru> Date: Tue, 26 Sep 2023 14:34:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH v13 2/4] net/i40e: implement mbufs recycle mode Content-Language: en-US, ru-RU To: Feifei Wang , Yuying Zhang , Beilei Xing Cc: dev@dpdk.org, nd@arm.com, Honnappa Nagarahalli , Ruifeng Wang References: <20220420081650.2043183-1-feifei.wang2@arm.com> <20230925031917.420178-1-feifei.wang2@arm.com> <20230925031917.420178-3-feifei.wang2@arm.com> From: Konstantin Ananyev In-Reply-To: <20230925031917.420178-3-feifei.wang2@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 25.09.2023 04:19, Feifei Wang пишет: > Define specific function implementation for i40e driver. > Currently, mbufs recycle mode can support 128bit > vector path and avx2 path. And can be enabled both in > fast free and no fast free mode. > > Suggested-by: Honnappa Nagarahalli > Signed-off-by: Feifei Wang > Reviewed-by: Ruifeng Wang > Reviewed-by: Honnappa Nagarahalli > --- Acked-by: Konstantin Ananyev