From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.3 required=3.0 tests=BAYES_00,DKIM_ADSP_DISCARD, DKIM_INVALID,DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BDE6C11F68 for ; Fri, 2 Jul 2021 13:36:58 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 64C1D613E6 for ; Fri, 2 Jul 2021 13:36:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 64C1D613E6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=oktetlabs.ru Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2613941363; Fri, 2 Jul 2021 15:36:56 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 2EF1B41353 for ; Fri, 2 Jul 2021 15:36:54 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id AF2FB7F56B; Fri, 2 Jul 2021 16:36:53 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru AF2FB7F56B DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1625233013; bh=Chs8yO+GuEaflo6H8mm2Lgc01T4ZT6MIP2uIuYRcpok=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=qVI7JNuusfeAMkRZBY1vrfym573Qjdj92etvbiC/HVXswS6nXWZrNOGT/7yeoTxOq NS6Tgd3OV5zjxtyt6t3z5ofgr5RH29xa/iqm6XQoGXTIrExO+QsK5ScJu5Vg7ijOlh Uh1nAVV2YhsEZF/p2b4WDlMfaiXOEMkL+4Ruv1ic= To: "Wiles, Keith" Cc: dpdk-dev , Stephen Hemminger References: <20210616041528.4229-1-stephen@networkplumber.org> <0535E18A-5F47-4C58-8632-DAA5EA85FBCF@intel.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Fri, 2 Jul 2021 16:36:53 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <0535E18A-5F47-4C58-8632-DAA5EA85FBCF@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] net/tap: remove useless offload setup 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 Sender: "dev" On 7/2/21 4:26 PM, Wiles, Keith wrote: > > >> On Jun 15, 2021, at 11:15 PM, Stephen Hemminger wrote: >> >> This looks like some infrastructure that was set for some future >> change that never happened. Remove it. >> >> Stephen Hemminger (2): >> tap: remove useless offload capa functions >> tap: replace offload_capa function with define >> >> drivers/net/tap/rte_eth_tap.c | 58 +++++++++-------------------------- >> 1 file changed, 15 insertions(+), 43 deletions(-) >> >> -- >> 2.30.2 >> > > Acked-by: Keith Wiles for the series. Applied, thanks.