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 20348A00C4; Fri, 1 Jul 2022 18:39:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0C3040A7D; Fri, 1 Jul 2022 18:38:59 +0200 (CEST) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mails.dpdk.org (Postfix) with ESMTP id 81D9040A7B for ; Fri, 1 Jul 2022 18:38:58 +0200 (CEST) Received: by mail-pf1-f181.google.com with SMTP id x138so2939651pfc.3 for ; Fri, 01 Jul 2022 09:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3LzCEj+F4y+j4fH+ELVFfeeWufSxZa2KjNlXdH4fkTU=; b=Gyx5VA9QkaTqdK/a7dBDUt5x6y0iK8cnOEj9hQGQGad5V5yuQf/H7azD814BhPrrFf pcc63hvOVxuILpC3een3xzH030IGxVeAVTQaaRqMqqTyxqqAy7xQ9du4FIYGCjB28tyL Zk5sXqGILcJsUQ8Z2iwkXoWeisXfux+FzsWKNs5hg0oln4jelK2NHKqP2nM7RTeEpGQV GnHNcLE0aBRv9AfNdhVI5iBYcXYtmI+fBfvECFdgHMC6xz0V1AQtWsJJU/4yeR/QfIex eKZnSl3cemSmUfgjNHKWSZKdGgBlJM2zf8LN0VXGhJxseHMc2qtZFIdFnbC9dD2lvxCq XkSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3LzCEj+F4y+j4fH+ELVFfeeWufSxZa2KjNlXdH4fkTU=; b=k3f23BIiHxfV8+gwzEDkZI7SamNJ/oU4xMMWtEBoeX4cDZ2Jua7CEeYkomSykFogZO mB889gK3ai3MicGQkjbVEnpcs/6xaIJ7+G6OqPfLXy/Tzr/il6LLeTp7QzmZeyKX1XKW +FJaC2xPE/FCdS3996k+GvwRtH6GyZlB1KHMz6fOxZyVn2/meqjIv5THkZJHYwCS27eJ /OpxvyUw8TMVjQoVTuBeHsGb7wM4DpvV5RQRhF1sUSRttAS5yy3sPl6wBwLq+JOCMAcE 0MOtLhBmGZGQD8qsNeww4vyx4vr9homVdMi5LDaeTeDuBpEMVcZZTagEwhNNR0X6F3ov EZyA== X-Gm-Message-State: AJIora9v6FePiTKxSJatxtxOMiBHXasBqVCFyxow+eNu4uu927D9qMMP jI2ziHS0mL+nFPy4CGu8+6H22A== X-Google-Smtp-Source: AGRyM1vj5DlufPb4dK9hMkOp+6zd9i/ck1lY6BB5gurwaEeYSGgPh8DGm/gicLiAwKvIfqpe5dFwmw== X-Received: by 2002:a63:a748:0:b0:40c:9a36:ff9a with SMTP id w8-20020a63a748000000b0040c9a36ff9amr12649228pgo.545.1656693537665; Fri, 01 Jul 2022 09:38:57 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id y5-20020a1709029b8500b00163f6428657sm15732717plp.6.2022.07.01.09.38.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Jul 2022 09:38:57 -0700 (PDT) Date: Fri, 1 Jul 2022 09:38:54 -0700 From: Stephen Hemminger To: longli@linuxonhyperv.com Cc: longli@microsoft.com, Ferruh Yigit , dev@dpdk.org, Ajay Sharma , Stephen Hemminger Subject: Re: [PATCH 11/17] net/mana: implement the hardware layer operations Message-ID: <20220701093854.41f2a846@hermes.local> In-Reply-To: <1656666167-26035-12-git-send-email-longli@linuxonhyperv.com> References: <1656666167-26035-1-git-send-email-longli@linuxonhyperv.com> <1656666167-26035-12-git-send-email-longli@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Fri, 1 Jul 2022 02:02:41 -0700 longli@linuxonhyperv.com wrote: > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include This is including everything and much of this not used here. I see no rwlock, alarm or rte_malloc here.